抽象语法树:https://esprima.org/demo/parse.html#
打印字节码:https://drag13.io/posts/v8-bytecode/index.html
eg: node --print-bytecode --print-bytecode-filter=add test1.js
字节码索引
https://github.com/v8/v8/blob/master/src/interpreter/bytecodes.h
抽象语法树:https://esprima.org/demo/parse.html#
打印字节码:https://drag13.io/posts/v8-bytecode/index.html
eg: node --print-bytecode --print-bytecode-filter=add test1.js
字节码索引
https://github.com/v8/v8/blob/master/src/interpreter/bytecodes.h