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 6e377d6467 Implement Generator Function Constructor (#2174) 2 years ago
..
builtins Implement Generator Function Constructor (#2174) 2 years ago
context Store call frames in `Vec` instead of singly-linked list (#2164) 2 years ago
environments Implement `super` expressions (#2116) 2 years ago
object Implement `JsArrayBuffer` (#2170) 2 years ago
property Fix `PropertyKey` to `JsValue` conversion (#1886) 3 years ago
syntax Implement Generator Function Constructor (#2174) 2 years ago
value Safe wrapper for `JsSet` (#2162) 2 years ago
vm Implement Generator Function Constructor (#2174) 2 years ago
bigint.rs Safe wrapper for `JsSet` (#2162) 2 years ago
bytecompiler.rs Implement arrow function parsing based on `CoverParenthesizedExpressionAndArrowParameterList` (#2171) 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) 2 years ago
string.rs Implement `ProxyBuilder` (#2076) 2 years ago
symbol.rs Safe wrapper for `JsSet` (#2162) 2 years ago
tests.rs Remove `strict` flag from `Context` (#2069) 2 years ago