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.
 
 
raskad 3a6f4a5c68
Fix various parser idempotency issues and parsing errors (#3917)
4 months ago
..
builtins Fix lints from rustc 1.80.0 (#3936) 4 months ago
bytecompiler Fix various parser idempotency issues and parsing errors (#3917) 4 months ago
context Fix lints from rustc 1.80.0 (#3936) 4 months ago
environments Refactor environment stack to remove some panics (#3893) 5 months ago
module Fix various parser idempotency issues and parsing errors (#3917) 4 months ago
object Fix lints from rustc 1.80.0 (#3936) 4 months ago
optimizer Implement Latin1 JsString (#3450) 7 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 Fix AsyncGenerator to correctly handle `return` inside `then` (#3879) 5 months ago
value Fix wrong `neg` operation (#3926) 4 months ago
vm Fix lints from rustc 1.80.0 (#3936) 4 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 js_error! macro to create opaque errors (#3920) 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 Separate `JsString` into its own crate (#3837) 7 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