Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Haled Odat 67c5652911
Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967)
2 years ago
..
builtins Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967) 2 years ago
bytecompiler Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967) 2 years ago
context Implement dynamic imports (#2932) 2 years ago
environments Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967) 2 years ago
module Implement pseudo-property `import.meta` (#2956) 2 years ago
object Remove unused lint allows (#2968) 2 years ago
optimizer Implement constant folding optimization (#2679) 2 years ago
property Implement `Hidden classes` (#2723) 2 years ago
string Remove unused lint allows (#2968) 2 years ago
tests Fix remaining static module bugs (#2955) 2 years ago
value Remove unused lint allows (#2968) 2 years ago
vm Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967) 2 years ago
bigint.rs Cleanup inline annotations (#2493) 2 years ago
class.rs Implement `Hidden classes` (#2723) 2 years ago
error.rs Fix `use_self` lints (#2946) 2 years ago
job.rs Implement dynamic imports (#2932) 2 years ago
lib.rs Implement dynamic imports (#2932) 2 years ago
native_function.rs Implement `JsPromise` wrapper (#2758) 2 years ago
realm.rs Remove unused lint allows (#2968) 2 years ago
script.rs Implement dynamic imports (#2932) 2 years ago
symbol.rs Fix rust 1.67 lints (#2567) 2 years ago
tagged.rs Fix `use_self` lints (#2946) 2 years ago