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.
 
 
raskad db8a299386 Implement missing global object internal methods (#2287) 2 years ago
..
builtins Add URI encoding and decoding functions (#2267) 2 years ago
bytecompiler Fix labelled block statement (#2285) 2 years ago
context Implement missing global object internal methods (#2287) 2 years ago
environments Implement `super` expressions (#2116) 2 years ago
object Implement missing global object internal methods (#2287) 2 years ago
property Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
syntax Fix labelled block statement (#2285) 2 years ago
value Add integer type to fast path of to_property_key (#2261) 2 years ago
vm Implement Async-from-Sync Iterator Objects (#2234) 2 years ago
bigint.rs Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
class.rs Safe wrapper for `JsSet` (#2162) 2 years ago
job.rs Execution stack & promises (#2107) 2 years ago
lib.rs Fix clippy 1.62.0 lints (#2154) 2 years ago
profiler.rs Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
realm.rs Implement missing global object internal methods (#2287) 2 years ago
string.rs Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
symbol.rs Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
tests.rs Fix labelled block statement (#2285) 2 years ago