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.
 
 
Kevin Ness 31e4990d6c
Build out partial record functionality, property bag construction, and `with` methods (#3955)
3 months ago
..
ast Refactor ast function types (#3931) 3 months ago
engine Build out partial record functionality, property bag construction, and `with` methods (#3955) 3 months ago
gc Fix lints from rustc 1.80.0 (#3936) 4 months ago
icu_provider Split default icu data into lazily deserialized parts (#3948) 3 months ago
interner Fix lints from rustc 1.80.0 (#3936) 4 months ago
interop Allow trailing commas in js_class functions (#3964) 3 months ago
macros Fix `js_str` macro to correctly handle latin1 strings (#3959) 3 months ago
parser Refactor ast function types (#3931) 3 months ago
profiler update versions and ABOUT files (#3903) 5 months ago
runtime Add clippy for denying print and eprints (#3967) 3 months ago
string Refactor `RawJsString`'s representation to make `JsString`s construction from string literal heap-allocation free (#3935) 3 months ago