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.
 
 
Haled Odat 25356f6ccf Separate into files 1 year ago
..
builtins Allow awaiting `JsPromise` from Rust code (#3011) 1 year ago
bytecompiler Simplify/Refactor exception handling and last statement value (#3053) 1 year ago
context Separate into files 1 year ago
environments Use `Rc` instead of `Gc` for `CompileTimeEnvironment`s (#3025) 1 year ago
module Use `Rc` instead of `Gc` for `CompileTimeEnvironment`s (#3025) 1 year ago
object Implement snapshot Serializer 1 year ago
optimizer Separate into files 1 year ago
property Implement `Hidden classes` (#2723) 2 years ago
snapshot Separate into files 1 year ago
string Implement snapshot Serializer 1 year ago
tests Correctly handle finally..loop..break (#3073) 1 year ago
value Implement snapshot Serializer 1 year ago
vm Correctly handle finally..loop..break (#3073) 1 year ago
bigint.rs Cleanup inline annotations (#2493) 2 years ago
class.rs Implement `Hidden classes` (#2723) 2 years ago
error.rs Fix `use_self` lints (#2946) 2 years ago
job.rs Allow `JobQueue` to concurrently run jobs (#3036) 1 year ago
lib.rs Implement snapshot Serializer 1 year ago
native_function.rs Allow awaiting `JsPromise` from Rust code (#3011) 1 year ago
realm.rs Implement snapshot Serializer 1 year ago
script.rs Implement dynamic imports (#2932) 2 years ago
symbol.rs Implement snapshot Serializer 1 year ago
tagged.rs Fix `use_self` lints (#2946) 2 years ago