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 6a91a85e0e
Store active runnable and active function in `CallFrame` (#3197)
1 year ago
..
builtins Store active runnable and active function in `CallFrame` (#3197) 1 year ago
bytecompiler Add `Instruction` and `InstructionIterator` (#3201) 1 year ago
context Store active runnable and active function in `CallFrame` (#3197) 1 year ago
environments Refactor `Context::run()` method (#3179) 1 year ago
module Store active runnable and active function in `CallFrame` (#3197) 1 year ago
object Clippy updates: add panics and etc. (#3235) 1 year ago
optimizer Fix prompt on windows (#2986) 1 year ago
property Re-enable must_use clippy rule (#3180) 1 year ago
string Format let-else expressions (#3102) 1 year ago
tests Correctly handle finally..loop..break (#3073) 1 year ago
value Re-enable must_use clippy rule (#3180) 1 year ago
vm Store active runnable and active function in `CallFrame` (#3197) 1 year ago
bigint.rs Implement i128/u128 to JsBigInt conversions (#3129) 1 year ago
class.rs Format let-else expressions (#3102) 1 year ago
error.rs Re-enable must_use clippy rule (#3180) 1 year ago
job.rs Store active runnable and active function in `CallFrame` (#3197) 1 year ago
lib.rs Clippy updates: add panics and etc. (#3235) 1 year ago
native_function.rs Find roots when running GC rather than runtime (#3109) 1 year ago
realm.rs Re-enable must_use clippy rule (#3180) 1 year ago
script.rs Store active runnable and active function in `CallFrame` (#3197) 1 year ago
symbol.rs Clippy updates: add panics and etc. (#3235) 1 year ago
tagged.rs Clippy updates: add panics and etc. (#3235) 1 year ago