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.
 
 
José Julián Espina 0bb51b189e
Replace #[deny] with #[warn] (#3309)
1 year ago
..
builtins fix: add 'static lifetime (#3297) 1 year ago
bytecompiler Fix tagged template `this` in strict mode (#3307) 1 year ago
context Implement `Intl.PluralRules` (#3298) 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 Implement `Intl.PluralRules` (#3298) 1 year ago
optimizer
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 Bump `rust-version` to 1.71 (#3290) 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 Replace #[deny] with #[warn] (#3309) 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