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.
 
 
Haled Odat edb0417543 Shrink size of `IndexedProperties` (#2757) 2 years ago
..
builtins Shrink size of `IndexedProperties` (#2757) 2 years ago
bytecompiler Implement constant folding optimization (#2679) 2 years ago
console Migrate tests to new test API (#2619) 2 years ago
context Implement constant folding optimization (#2679) 2 years ago
environments Implement `with` and object environments (#2692) 2 years ago
object Shrink size of `IndexedProperties` (#2757) 2 years ago
optimizer Implement constant folding optimization (#2679) 2 years ago
property Bump bitflags to 2.0.0 (#2666) 2 years ago
string Fix string to number conversion for `infinity` (#2607) 2 years ago
tests Align iterator loops to the spec (#2686) 2 years ago
value Fix remaining `Set` tests (#2725) 2 years ago
vm Fix super call execution order (#2724) 2 years ago
bigint.rs Cleanup inline annotations (#2493) 2 years ago
class.rs Fix doc tests and add CI check (#2606) 2 years ago
error.rs Migrate tests to new test API (#2619) 2 years ago
job.rs API to construct a `NativeFunction` from a native async function (#2542) 2 years ago
lib.rs Implement constant folding optimization (#2679) 2 years ago
native_function.rs Implement `JsPromise` wrapper (#2758) 2 years ago
realm.rs Cleanup intrinsics and move to realm (#2555) 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