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 e892d94f8d
Add a JsPromise::from_result for convenience (#4039)
1 month ago
..
builtins Some string optimizations (#4030) 1 month ago
bytecompiler Implement scope analysis and local variables (#3988) 3 months ago
context Some string optimizations (#4030) 1 month ago
environments Implement scope analysis and local variables (#3988) 3 months ago
module Some string optimizations (#4030) 1 month ago
object Add a JsPromise::from_result for convenience (#4039) 1 month ago
optimizer Add clippy for denying print and eprints (#3967) 4 months ago
property Implement Latin1 JsString (#3450) 8 months ago
small_map Fix Rust 1.78.0 Clippy lints (#3838) 8 months ago
sys Reestructure repo and CI improvements (#3505) 1 year ago
tests Refactor ast function types (#3931) 4 months ago
value Some string optimizations (#4030) 1 month ago
vm Some string optimizations (#4030) 1 month ago
bigint.rs Fix Rust 1.78.0 Clippy lints (#3838) 8 months ago
class.rs Some string optimizations (#4030) 1 month ago
error.rs Some string optimizations (#4030) 1 month ago
host_defined.rs Remove allocations from `HostDefined::get_many_mut` (#3606) 11 months ago
job.rs Fix lints from rustc 1.80.0 (#3936) 5 months ago
lib.rs docs: Fix link to examples (#4007) 3 months ago
native_function.rs Fix rust 1.75 lints (#3540) 1 year ago
realm.rs Implement scope analysis and local variables (#3988) 3 months ago
script.rs Implement scope analysis and local variables (#3988) 3 months ago
string.rs Refactor `RawJsString`'s representation to make `JsString`s construction from string literal heap-allocation free (#3935) 5 months ago
symbol.rs Separate `JsString` into its own crate (#3837) 8 months ago
tagged.rs Fix lints from rustc 1.80.0 (#3936) 5 months ago
try_into_js_result_impls.rs Add TryIntoJsResult for vectors (#3993) 4 months ago