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 9b25ecf491
Simplify/Refactor exception handling and last statement value (#3053)
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) 1 year ago
property Implement `Hidden classes` (#2723) 2 years ago
string Fix rust 1.70 lints (#2990) 1 year ago
tests Unify async iterators and iterators compilation (#2976) 1 year ago
value Fix rust 1.70 lints (#2990) 1 year ago
vm Simplify/Refactor exception handling and last statement value (#3053) 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 dynamic imports (#2932) 2 years ago
native_function.rs Allow awaiting `JsPromise` from Rust code (#3011) 1 year ago
realm.rs Remove unused lint allows (#2968) 1 year 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