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.
 
 
raskad 38b9f17a8b
Remove unused class environments (#3332)
1 year ago
..
builtins Remove unused class environments (#3332) 1 year ago
bytecompiler Remove unused class environments (#3332) 1 year ago
context Introduce a `Class` map (#3315) 1 year ago
environments Fix super() construction with default parameters (#3339) 1 year ago
module Varying length instruction operands (#3253) 1 year ago
object Separate native and JavaScript functions (#3322) 1 year ago
optimizer Remove direct conversion from `&str` to `JsValue`/`PropertyKey`. (#3319) 1 year ago
property Add `NonMaxU32` as integer variant for `PropertyKey` (#3321) 1 year ago
string Introduce a `Class` map (#3315) 1 year ago
tests Remove direct conversion from `&str` to `JsValue`/`PropertyKey`. (#3319) 1 year ago
value Add `NonMaxU32` as integer variant for `PropertyKey` (#3321) 1 year ago
vm Remove unused class environments (#3332) 1 year ago
bigint.rs Implement i128/u128 to JsBigInt conversions (#3129) 1 year ago
class.rs Introduce a `Class` map (#3315) 1 year ago
error.rs Remove direct conversion from `&str` to `JsValue`/`PropertyKey`. (#3319) 1 year ago
host_defined.rs Introduce a `Class` map (#3315) 1 year ago
job.rs Format code snippets in docs (#3317) 1 year ago
lib.rs Format code snippets in docs (#3317) 1 year ago
native_function.rs Find roots when running GC rather than runtime (#3109) 1 year ago
realm.rs Introduce a `Class` map (#3315) 1 year ago
script.rs Store active runnable and active function in `CallFrame` (#3197) 1 year ago
symbol.rs Introduce a `Class` map (#3315) 1 year ago
tagged.rs Clippy updates: add panics and etc. (#3235) 1 year ago