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.
 
 
Dirk de Visser 4a75b299e3
Correctly handle finally..loop..break (#3073)
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 Allow `JobQueue` to concurrently run jobs (#3036) 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 Allow awaiting `JsPromise` from Rust code (#3011) 1 year ago
optimizer Fix prompt on windows (#2986) 2 years ago
property Implement `Hidden classes` (#2723) 2 years ago
string Fix rust 1.70 lints (#2990) 2 years ago
tests Correctly handle finally..loop..break (#3073) 1 year ago
value Fix rust 1.70 lints (#2990) 2 years 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 Copy `ABOUT.md` file to all published crates (#3074) 1 year ago
native_function.rs Allow awaiting `JsPromise` from Rust code (#3011) 1 year ago
realm.rs Remove unused lint allows (#2968) 2 years ago
script.rs Implement dynamic imports (#2932) 2 years ago
symbol.rs Fix rust 1.67 lints (#2567) 2 years ago
tagged.rs Fix `use_self` lints (#2946) 2 years ago