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 fd9f5b3ca1 Implement serialize and deserialize for primitive types 1 year ago
..
builtins Implement serialize and deserialize for primitive types 1 year ago
bytecompiler Simplify/Refactor exception handling and last statement value (#3053) 1 year ago
context Implement serialize and deserialize for primitive types 1 year ago
environments Implement serialize and deserialize for primitive types 1 year ago
module Implement serialize and deserialize for primitive types 1 year ago
object Implement serialize and deserialize for primitive types 1 year ago
optimizer Separate into files 1 year ago
property Implement serialize and deserialize for primitive types 1 year ago
snapshot Implement serialize and deserialize for primitive types 1 year ago
string Implement serialize and deserialize for primitive types 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 Implement serialize and deserialize for primitive types 1 year 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 serialize and deserialize for primitive types 1 year ago
script.rs Implement dynamic imports (#2932) 2 years ago
symbol.rs Implement serialize and deserialize for primitive types 1 year ago
tagged.rs Fix `use_self` lints (#2946) 2 years ago