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 cdb47510b3
Add an "iter()" method to Js*Array for convenience (#3986)
3 months ago
..
builtins Allow dead code for code that is newly detected as unused (#3984) 3 months ago
bytecompiler fix: ignore `debugger` statement (#3976) 3 months ago
context Split default icu data into lazily deserialized parts (#3948) 4 months ago
environments Refactor environment stack to remove some panics (#3893) 5 months ago
module Refactor ast function types (#3931) 3 months ago
object Add an "iter()" method to Js*Array for convenience (#3986) 3 months ago
optimizer Add clippy for denying print and eprints (#3967) 3 months ago
property Implement Latin1 JsString (#3450) 7 months ago
small_map Fix Rust 1.78.0 Clippy lints (#3838) 7 months ago
sys Reestructure repo and CI improvements (#3505) 12 months ago
tests Refactor ast function types (#3931) 3 months ago
value Add an "iter()" method to Js*Array for convenience (#3986) 3 months ago
vm Refactor iterator APIs to be on parity with the latest spec (#3962) 3 months ago
bigint.rs Fix Rust 1.78.0 Clippy lints (#3838) 7 months ago
class.rs Fix lints from rustc 1.80.0 (#3936) 4 months ago
error.rs Add a JsError::from_rust constructor to create native errors from Rust (#3921) 4 months ago
host_defined.rs Remove allocations from `HostDefined::get_many_mut` (#3606) 10 months ago
job.rs Fix lints from rustc 1.80.0 (#3936) 4 months ago
lib.rs Implement Latin1 JsString (#3450) 7 months ago
native_function.rs Fix rust 1.75 lints (#3540) 11 months ago
realm.rs Refactor environment stack to remove some panics (#3893) 5 months ago
script.rs Fix base objects in `with` statements (#3870) 6 months ago
string.rs Refactor `RawJsString`'s representation to make `JsString`s construction from string literal heap-allocation free (#3935) 4 months ago
symbol.rs Separate `JsString` into its own crate (#3837) 7 months ago
tagged.rs Fix lints from rustc 1.80.0 (#3936) 4 months ago
try_into_js_result_impls.rs Add more utility traits and funtions to boa_interop (#3773) 8 months ago