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 c71731cc23 Implement From<&str> for JsValue 1 year ago
..
builtins Implement From<&str> for JsValue 1 year ago
bytecompiler Implement WIP Ascii JsString 1 year ago
context Implement From<&str> for JsValue 1 year ago
environments
module Implement From<&str> for JsValue 1 year ago
object Implement From<&str> for JsValue 1 year ago
optimizer Implement WIP Ascii JsString 1 year ago
property Implement WIP Ascii JsString 1 year ago
small_map
string Use perfect hash function for static strings 1 year ago
sys
tests Implement From<&str> for JsValue 1 year ago
value Implement From<&str> for JsValue 1 year ago
vm Implement From<&str> for JsValue 1 year ago
bigint.rs
class.rs Implement WIP Ascii JsString 1 year ago
error.rs Implement WIP Ascii JsString 1 year ago
host_defined.rs
job.rs
lib.rs
native_function.rs
realm.rs
script.rs
symbol.rs Prevent allocating when concating strings 1 year ago
tagged.rs