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.
 
 
jedel1043 9217432669 clippy fmt 2 years ago
..
builtins clippy fmt 2 years ago
bytecompiler Fix spread arguments in function calls (#2216) 2 years ago
context Initial implementation of NaN-boxing 2 years ago
environments Initial implementation of NaN-boxing 2 years ago
object clippy fmt 2 years ago
property Removed some unsafe_empty_trace!() calls to improve performance (#2233) 2 years ago
syntax Do not auto-insert semicolon in VariableDeclarationList (#2266) 2 years ago
value clippy fmt 2 years ago
vm clippy fmt 2 years ago
bigint.rs Initial implementation of NaN-boxing 2 years ago
class.rs Initial implementation of NaN-boxing 2 years ago
job.rs Execution stack & promises (#2107) 2 years ago
lib.rs Initial implementation of NaN-boxing 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 Initial implementation of NaN-boxing 2 years ago
symbol.rs clippy fmt 2 years ago
tests.rs Initial implementation of NaN-boxing 2 years ago