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.
Iban Eguia
4d2772d6a0
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
* Separated GC and Profiler
* Fixed prettierignore
* Removed re-exports, fixed benchmarks, added some caches
* Removed empty line
* Update boa_engine/Cargo.toml
Co-authored-by: raskad <32105367+raskad@users.noreply.github.com>
* Fixed the profiler
* Removed empty file
Co-authored-by: raskad <32105367+raskad@users.noreply.github.com>
|
3 years ago |
.. |
arithmetic_operations.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
array_access.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
array_create.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
array_pop.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
boolean_object_access.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
clean_js.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
fibonacci.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
for_loop.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
mini_js.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
number_object_access.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
object_creation.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
object_prop_access_const.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
object_prop_access_dyn.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
regexp.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
regexp_creation.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
regexp_literal.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
regexp_literal_creation.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
string_compare.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
string_concat.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
string_copy.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
string_object_access.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |
symbol_creation.js
|
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844)
|
3 years ago |