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 43c9afcae6 Add `$boa.string` module 1 year ago
..
builtins Implement WIP Ascii JsString 1 year ago
bytecompiler Implement WIP Ascii JsString 1 year ago
context Implement WIP Ascii JsString 1 year ago
environments Merge `CodeBlock` constant pools (#3413) 1 year ago
module Implement WIP Ascii JsString 1 year ago
object Implement WIP Ascii JsString 1 year ago
optimizer Implement WIP Ascii JsString 1 year ago
property Implement WIP Ascii JsString 1 year ago
small_map Implement `Atomics` builtin (#3394) 1 year ago
string Add `$boa.string` module 1 year ago
sys Implement `Atomics` builtin (#3394) 1 year ago
tests Remove direct conversion from `&str` to `JsValue`/`PropertyKey`. (#3319) 1 year ago
value Implement WIP Ascii JsString 1 year ago
vm Implement WIP Ascii JsString 1 year ago
bigint.rs Update feature flags to specific feature flag (#3376) 1 year ago
class.rs Implement WIP Ascii JsString 1 year ago
error.rs Implement WIP Ascii JsString 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 Implement `Atomics` builtin (#3394) 1 year ago
native_function.rs Disallow changing type of already created objects (#3410) 1 year ago
realm.rs Introduce a `Class` map (#3315) 1 year ago
script.rs Implement asynchronous evaluation of scripts (#3044) 1 year ago
symbol.rs Implement WIP Ascii JsString 1 year ago
tagged.rs Clippy updates: add panics and etc. (#3235) 1 year ago