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 d794edfeb2 Fix Object constructor (#2694) 2 years ago
..
builtins Fix Object constructor (#2694) 2 years ago
bytecompiler Avoid unneeded bounds checks in bytecode address patching (#2680) 2 years ago
console Migrate tests to new test API (#2619) 2 years ago
context Implement `CompletionRecords` for the Vm (#2618) 2 years ago
environments Migrate tests to new test API (#2619) 2 years ago
object Rust 1.68 clippy fixes (#2646) 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 Migrate tests to new test API (#2619) 2 years ago
value Fix exponent operator (#2681) 2 years ago
vm Decouple bytecompiler from CodeBlock (#2669) 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 Migrate tests to new test API (#2619) 2 years ago
native_function.rs API to construct a `NativeFunction` from a native async function (#2542) 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