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.
 
 
Hans Larsen 958045c9ac
Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791)
8 months ago
..
builtins Optimize Regex match check (#3779) 8 months ago
bytecompiler Add missing environment creation in initial iteration of for loop (#3751) 8 months ago
context Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 8 months ago
environments Non recursive gc trace (#3508) 12 months ago
module Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 8 months ago
object Optimize number to PropertyKey conversion (#3769) 8 months ago
optimizer Reestructure repo and CI improvements (#3505) 12 months ago
property Optimize number to PropertyKey conversion (#3769) 8 months ago
small_map Fix rust 1.75 lints (#3540) 11 months ago
string Optimize number to PropertyKey conversion (#3769) 8 months ago
sys Reestructure repo and CI improvements (#3505) 12 months ago
tests Add UTF-16 input parsing (#3538) 11 months ago
value Check that `min <= max` in `clamp_finite` (#3699) 8 months ago
vm Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 8 months ago
bigint.rs Temporal `Instant` migration cont. and related changes (#3601) 10 months ago
class.rs Reestructure repo and CI improvements (#3505) 12 months ago
error.rs Remove double indirection in module types (#3640) 10 months ago
host_defined.rs Remove allocations from `HostDefined::get_many_mut` (#3606) 10 months ago
job.rs Reestructure repo and CI improvements (#3505) 12 months ago
lib.rs Reestructure repo and CI improvements (#3505) 12 months ago
native_function.rs Fix rust 1.75 lints (#3540) 11 months ago
realm.rs Implement prototype of `NumberFormat` (#3669) 10 months ago
script.rs Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 8 months ago
symbol.rs Reestructure repo and CI improvements (#3505) 12 months ago
tagged.rs Reestructure repo and CI improvements (#3505) 12 months ago