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 ae10d40dc0 Fix `arguments` object iterator function (#2231) 2 years ago
..
builtins Fix `arguments` object iterator function (#2231) 2 years ago
bytecompiler Fix spread arguments in function calls (#2216) 2 years ago
context Fix `arguments` object iterator function (#2231) 2 years ago
environments Implement `super` expressions (#2116) 2 years ago
object Fix spread arguments in function calls (#2216) 2 years ago
property Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
syntax Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
value Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
vm Fix spread arguments in function calls (#2216) 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 the global `eval()` function (#2041) 3 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 Rust 1.63 clippy lints (#2230) 2 years ago