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 ed358dea0c Shrink objects by using `ThinVec`s (#2752) 2 years ago
..
builtins Shrink objects by using `ThinVec`s (#2752) 2 years ago
bytecompiler Make if statements return their completion values (#2739) 2 years ago
console Migrate tests to new test API (#2619) 2 years ago
context Make tracing an opt-in feature (#2709) 2 years ago
environments Implement `with` and object environments (#2692) 2 years ago
object Shrink objects by using `ThinVec`s (#2752) 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 Shrink objects by using `ThinVec`s (#2752) 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 Added an example usage to documentation (#2742) 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