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.
 
 
Iban Eguia Moraza 63d9d67ecb Added a Boa runtime (#2743) 2 years ago
..
builtins Added a Boa runtime (#2743) 2 years ago
bytecompiler Implement var initializers in for-in loops (#2842) 2 years ago
context Added a Boa runtime (#2743) 2 years ago
environments Fix setting properties inside `with` blocks (#2847) 2 years ago
object Allow `Date` object to store invalid `NativeDateTime` (#2861) 2 years ago
optimizer Implement constant folding optimization (#2679) 2 years ago
property Fix `PropertyKey` index parse (#2843) 2 years ago
string Fix more Annex B tests (#2841) 2 years ago
tests Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 2 years ago
value Added a Boa runtime (#2743) 2 years ago
vm Added a Boa runtime (#2743) 2 years ago
bigint.rs Cleanup inline annotations (#2493) 2 years ago
class.rs Fix cross-realm construction bugs (#2786) 2 years ago
error.rs Make `Realm` shareable between functions (#2801) 2 years ago
job.rs Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 2 years ago
lib.rs Added a Boa runtime (#2743) 2 years ago
native_function.rs Implement `JsPromise` wrapper (#2758) 2 years ago
realm.rs Make `Realm` shareable between functions (#2801) 2 years ago
symbol.rs Fix rust 1.67 lints (#2567) 2 years ago
tagged.rs Fix rust 1.67 lints (#2567) 2 years ago