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 d288b63847 Upgraded to ICU 1.2 (#2826) 2 years ago
..
builtins Improve strictness of `GeneratorState` (#2837) 2 years ago
bytecompiler Fix destructive for-of loop assignments (#2803) 2 years ago
console Migrate tests to new test API (#2619) 2 years ago
context Upgraded to ICU 1.2 (#2826) 2 years ago
environments Implement async functions using generators (#2821) 2 years ago
object Improve strictness of `GeneratorState` (#2837) 2 years ago
optimizer Implement constant folding optimization (#2679) 2 years ago
property Bump bitflags to 2.0.0 (#2666) 2 years ago
string Implement `String.prototype.toLocaleUpper/LowerCase` (#2822) 2 years ago
tests Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 2 years ago
value Fix cross-realm construction bugs (#2786) 2 years ago
vm Improve strictness of `GeneratorState` (#2837) 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 Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811) 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