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 6bda5fd1a4 Refactor `RegExp` constructor methods (#2049) 3 years ago
..
builtins Refactor `RegExp` constructor methods (#2049) 3 years ago
context Move redeclaration errors to parser (#2027) 3 years ago
environments Move redeclaration errors to parser (#2027) 3 years ago
object Feature `JsFunction` (#2015) 3 years ago
property Fix `PropertyKey` to `JsValue` conversion (#1886) 3 years ago
syntax Move redeclaration errors to parser (#2027) 3 years ago
value Feature `JsTypedArray`s (#2003) 3 years ago
vm Fix early return in `for in loop` head (#2043) 3 years ago
bigint.rs Improve `JsString` performance (#2042) 3 years ago
bytecompiler.rs Move redeclaration errors to parser (#2027) 3 years ago
class.rs Feature `JsFunction` (#2015) 3 years ago
lib.rs Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
profiler.rs Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
realm.rs Move redeclaration errors to parser (#2027) 3 years ago
string.rs Improve `JsString` performance (#2042) 3 years ago
symbol.rs Remove `toInteger` and document the `string` builtin (#1884) 3 years ago
tests.rs Fix panic in do while (#1968) 3 years ago