tracing.record_call( /*line**/LINE_NUMBER/**/, /*col**/COL_NUMBER/**/, () => (/*expression**/FUN_EXPR/**/), "/*optional*/", () => ((...args) => args)/*parented_args**/(...COMMA_SEPARATED_ARGS) )
index : tracifyjs | ||
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS |
aboutsummaryrefslogtreecommitdiff |
tracing.record_call( /*line**/LINE_NUMBER/**/, /*col**/COL_NUMBER/**/, () => (/*expression**/FUN_EXPR/**/), "/*optional*/", () => ((...args) => args)/*parented_args**/(...COMMA_SEPARATED_ARGS) )