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 c6c6e4c1ae
Allow a custom Logger to be used as the backend for boa_runtime::Console (#3943)
3 months ago
..
ast Fix various parser idempotency issues and parsing errors (#3917) 4 months ago
engine add some temporal methods (#3856) 4 months ago
gc Fix lints from rustc 1.80.0 (#3936) 4 months ago
icu_provider update versions and ABOUT files (#3903) 5 months ago
interner Fix lints from rustc 1.80.0 (#3936) 4 months ago
interop Add a way to add setters/getters in js_class! (#3911) 4 months ago
macros update versions and ABOUT files (#3903) 5 months ago
parser Add a Source::with_path method to set the path on a Source (#3941) 4 months ago
profiler update versions and ABOUT files (#3903) 5 months ago
runtime Allow a custom Logger to be used as the backend for boa_runtime::Console (#3943) 3 months ago
string Refactor `RawJsString`'s representation to make `JsString`s construction from string literal heap-allocation free (#3935) 4 months ago