todo
来自「一个类似windows」· 代码 · 共 25 行
TXT
25 行
TODO JavaScript JavaScript Compiler
* General
- clean up the compiler source
* Optimizations
- Improve constant folding: type conversions, expr_multiplicative,
expr_shift, expr_relational, expr_bitwise, etc.
- create type-specified virtual machine operands for +, -, *,
etc. and use them if the types are known. See JSC$stmt_if_asm()
for an example.
- delete_{property,array} => delete_{property,array}
pop
const_undefined
* parser.js
- 7.8 Sharp Variables
- and more???
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?