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.
 
 
lupd 781561e047 Fix casting negative number to usize in `Array.splice` (#2030) 2 years ago
..
builtins Fix casting negative number to usize in `Array.splice` (#2030) 2 years ago
context Fix try/catch/finally related bugs and add tests (#1901) 3 years ago
environments Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
object Fix `ArrayBuffer.isView()` (#2019) 2 years ago
property Fix `PropertyKey` to `JsValue` conversion (#1886) 3 years ago
syntax Allow unicode escaped characters in identifiers that are keywords (#2021) 2 years ago
value Fix rust 1.60 clippy lints (#2014) 2 years ago
vm Implement Classes (#1976) 2 years ago
bigint.rs Removed reference counted pointers from `JsValue` variants (#1866) 3 years ago
bytecompiler.rs Allow `PropertyName`s in `BindingProperty`in `ObjectBindingPattern` (#2022) 2 years ago
class.rs Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
lib.rs Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
profiler.rs Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
realm.rs Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
string.rs Make `StringToNumber` spec compliant (#1881) 3 years ago
symbol.rs Remove `toInteger` and document the `string` builtin (#1884) 3 years ago
tests.rs Fix panic in do while (#1968) 3 years ago