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.
 
 
José Julián Espina 432deeee5f
Implement `change-array-by-copy` methods (#3412)
1 year ago
..
builtins Implement `change-array-by-copy` methods (#3412) 1 year ago
bytecompiler Refactor ordinary VM calling (#3295) 1 year ago
context Introduce a thread safe version of `JsError` (#3398) 1 year ago
environments Refactor compile time environment handling (#3365) 1 year ago
module Refactor ordinary VM calling (#3295) 1 year ago
object Implement `change-array-by-copy` methods (#3412) 1 year ago
optimizer
property
string Implement `SharedArrayBuffer` (#3384) 1 year ago
tests
value Implement `SharedArrayBuffer` (#3384) 1 year ago
vm Implement `get/set $boa.limits.stack` (#3385) 1 year ago
bigint.rs Update feature flags to specific feature flag (#3376) 1 year ago
class.rs
error.rs Introduce a thread safe version of `JsError` (#3398) 1 year ago
host_defined.rs
job.rs
lib.rs Fix compilation for targets without `AtomicU64` (#3399) 1 year ago
native_function.rs
realm.rs
script.rs Implement asynchronous evaluation of scripts (#3044) 1 year ago
symbol.rs Fix compilation for targets without `AtomicU64` (#3399) 1 year ago
tagged.rs