tracing.record_binary( /*line**/LINE_NUMBER/**/, /*col**/COL_NUMBER/**/, "/*operator*/", (a, b) => a /*operator**/+ b, () => (/*left**/LEFT_OPERAND/**/), () => (/*right**/RIGHT_OPERAND/**/) )
index : tracifyjs | ||
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS |
aboutsummaryrefslogtreecommitdiff |
tracing.record_binary( /*line**/LINE_NUMBER/**/, /*col**/COL_NUMBER/**/, "/*operator*/", (a, b) => a /*operator**/+ b, () => (/*left**/LEFT_OPERAND/**/), () => (/*right**/RIGHT_OPERAND/**/) )