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.
 
 
José Julián Espina 5a3186d633 Handle surrogates in `String.fromCodePoint` (#2659) 2 years ago
..
builtins Handle surrogates in `String.fromCodePoint` (#2659) 2 years ago
bytecompiler Remove Syntax Errors from Bytecompiler (#2598) 2 years ago
console Migrate tests to new test API (#2619) 2 years ago
context Migrate tests to new test API (#2619) 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 Fast path for static property keys (#2604) 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 Migrate tests to new test API (#2619) 2 years ago
vm Migrate tests to new test API (#2619) 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