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.
 
 
José Julián Espina a989462e25
Unify async iterators and iterators compilation (#2976)
1 year ago
..
builtins Unify async iterators and iterators compilation (#2976) 1 year ago
bytecompiler Unify async iterators and iterators compilation (#2976) 1 year ago
context Fix WASM playground (#2992) 1 year ago
environments Remove unneded `num_bindings` in `Opcode`s and `CodeBlock` (#2967) 1 year ago
module Correctly initialize functions inside modules (#2993) 1 year ago
object show object kind, name and address when using dbg! (#2960) 1 year ago
optimizer Fix prompt on windows (#2986) 1 year ago
property Implement `Hidden classes` (#2723) 2 years ago
string Fix rust 1.70 lints (#2990) 1 year ago
tests Unify async iterators and iterators compilation (#2976) 1 year ago
value Fix rust 1.70 lints (#2990) 1 year ago
vm Unify async iterators and iterators compilation (#2976) 1 year 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 Unify async iterators and iterators compilation (#2976) 1 year ago
lib.rs Implement dynamic imports (#2932) 1 year ago
native_function.rs Implement `JsPromise` wrapper (#2758) 2 years ago
realm.rs Remove unused lint allows (#2968) 1 year ago
script.rs Implement dynamic imports (#2932) 1 year ago
symbol.rs Fix rust 1.67 lints (#2567) 2 years ago
tagged.rs Fix `use_self` lints (#2946) 2 years ago