joshwd36
87d9e9cea8
Implementation of for...of loops ( #704 )
...
* Initial implementation of for...of loop
* Initial implementation of for...of loop
* Extend for...of to support var, let, and const lhs
* Use cached well known symbols
* Nest use statements
* Nest use statements
* Add tests.
* Initial implementation of for...of loop
* Extend for...of to support var, let, and const lhs
* Use cached well known symbols
* Nest use statements
* Nest use statements
* Add tests.
* Add tests, cache iterator prototypes, pull common iterator functions out into their own file to allow for repeated use.
* Initial implementation of for...of loop
* Extend for...of to support var, let, and const lhs
* Use cached well known symbols
* Nest use statements
* Nest use statements
* Add tests.
* Add tests, cache iterator prototypes, pull common iterator functions out into their own file to allow for repeated use.
* Initial implementation of for...of loop
* Extend for...of to support var, let, and const lhs
* Use cached well known symbols
* Initial implementation of for...of loop
* Nest use statements
* Add string iterator
* Clean up merge
* Use ctx.global_iterator()
* Merge upstream
* Use u32 as array next index
* Use into
* Use boa::Result
* Tidy up use statement
* Tidy up use statement
4 years ago
Iban Eguia
3cb8c94538
Using the upstream version of the benchmark action ( #768 )
4 years ago
dependabot[bot]
ac85ee07d5
Bump measureme from 0.7.1 to 0.8.0 ( #765 )
...
Bumps [measureme](https://github.com/rust-lang/measureme ) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/rust-lang/measureme/releases )
- [Changelog](https://github.com/rust-lang/measureme/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/measureme/compare/0.7.1...0.8.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
João Borges
347dd7c33f
Update CHANGELOG.md ( #767 )
4 years ago
Halid Odat
45c5758e14
Ignore tests from codecov count and disable annotations ( #724 )
4 years ago
George Roman
767a8cc9c6
Move exec implementations together with AST node structs ( #735 )
...
* Move exec implementations together with AST node structs
4 years ago
jasonwilliams
adc4a91983
update publish action to run from boa dir
4 years ago
Jason Williams
2d8f7b7dbc
changelog for v0.10.0 ( #738 )
...
Changelog for v0.10.0
Co-authored-by: joshwd36 <joshwd36@users.noreply.github.com>
Co-authored-by: Halid Odat <halidodat@gmail.com>
4 years ago
Jason Williams
09a1296ee6
Add release action ( #739 )
4 years ago
Jason Williams
07ff7a8d34
remove deprecated comments ( #754 )
4 years ago
Saquib
2feb72a0e4
Fix parse error throwing a `TypeError`, instead of `SyntaxError` ( #748 )
4 years ago
neeldug
672aa11b01
Add MacOS check and test to CI ( #744 )
...
adds macos checks and tests to pull request ci
4 years ago
João Borges
cd2ea032f6
Merge pull request #737 from RageKnify/fix/729_obj_toString
...
Fix output of Object.toString()
4 years ago
dependabot[bot]
e83a03ad6f
Bump serde_json from 1.0.57 to 1.0.58 ( #747 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.57...v1.0.58 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Iban Eguia
8816df8f43
New fix attempt ( #745 )
...
* New fix attempt
* Do not rebase, just fast forward
4 years ago
RageKnify
05f076c2eb
Test: Add test case for [object Object]
4 years ago
RageKnify
5e3db42e63
Fix: Make Object.toString() spec compliant*
...
Test: Add testing of Object.toString(), need update once
Function.prototype.call is implemented
* not fully because Arguments Exotic Objects are not yet implemented
4 years ago
Iban Eguia
5b74d6f895
Fix test262 result uploading in CI ( #743 )
4 years ago
neeldug
be6ac0c120
chore(boa): update criterion from 0.3.2 to 0.3.3 ( #742 )
...
was blocked due to incompatibilities with `critcmp`, however,
`critcmp` has released v0.1.4 and so `critcmp` is no longer functional
with older versions of criterion. This may require criterion compare
action modification
4 years ago
RageKnify
0b797d0d33
Fix: Fix output of Object.toString(), closes boa-dev/boa#729
4 years ago
Jason Williams
7b13c9d5ab
update packages ( #733 )
4 years ago
Jason Williams
2a17e24d5b
Fix hanging test262 bug by setting the length on String objects ( #728 )
...
Co-authored-by: Halid Odat <halidodat@gmail.com>
4 years ago
Jason Williams
bb57270b85
label statement implementation ( #549 )
...
Co-authored-by: Halid Odat <halidodat@gmail.com>
4 years ago
dependabot[bot]
29560a53f6
Bump monaco-editor from 0.21.1 to 0.21.2 ( #725 )
...
Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/Microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Microsoft/monaco-editor/compare/v0.21.1...v0.21.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
fa07d4ac8c
Bump chrono from 0.4.15 to 0.4.18 ( #726 )
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.15 to 0.4.18.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.15...v0.4.18 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
João Borges
3ce547d427
Add fast path for string concatenation ( #723 )
4 years ago
João Borges
0348ba9323
Refactor: Value::to_object to return GcObject ( #712 )
4 years ago
David
01b5cec04f
Fix clippy on Nightly ( #668 )
4 years ago
dependabot[bot]
8a241a40e3
Bump monaco-editor from 0.21.0 to 0.21.1 ( #715 )
...
Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor ) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/Microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Microsoft/monaco-editor/compare/v0.21.0...v0.21.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Arpit Saxena
ad7cd4cc68
Add support for >>>= ( #711 )
4 years ago
dependabot[bot]
c4e08ff5d1
Bump structopt from 0.3.17 to 0.3.18 ( #713 )
...
Bumps [structopt](https://github.com/TeXitoi/structopt ) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/TeXitoi/structopt/releases )
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.17...v0.3.18 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Halid Odat
3f6a8ef06b
Fix panic when a self mutating function is constructing an object ( #710 )
4 years ago
Halid Odat
38eaaf44fb
Cache well known symbols ( #706 )
4 years ago
dependabot[bot]
13888c4031
Bump monaco-editor from 0.20.0 to 0.21.0 ( #709 )
...
Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor ) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/Microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Microsoft/monaco-editor/compare/v0.20.0...v0.21.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
5a7d03a192
Bump html-webpack-plugin from 4.4.1 to 4.5.0 ( #708 )
...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases )
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v4.4.1...v4.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
sele
1a27f06c7e
fix Value::to_json order of items in array ( #699 )
4 years ago
dependabot[bot]
f393cbcdca
Bump copy-webpack-plugin from 6.1.0 to 6.1.1 ( #707 )
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.1.0...v6.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
e7757436db
Bump webpack from 4.44.1 to 4.44.2 ( #705 )
4 years ago
dependabot[bot]
b62efdfc0f
Bump prettier from 2.1.1 to 2.1.2 ( #701 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Halid Odat
02db5b3b23
Revert criterion version to `=0.3.2` ( #700 )
4 years ago
neeldug
72c4daef24
Fix CI Commit failure ( #695 )
...
Unsure as to whether this should be committed or not, but should fix
failing CI
4 years ago
dependabot[bot]
e16927f06f
Bump serde from 1.0.115 to 1.0.116 ( #698 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.115 to 1.0.116.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.115...v1.0.116 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
c2014fb5a5
Bump rustyline from 6.2.0 to 6.3.0 ( #696 )
...
Bumps [rustyline](https://github.com/kkawakam/rustyline ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/kkawakam/rustyline/releases )
- [Commits](https://github.com/kkawakam/rustyline/compare/v6.2.0...v6.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
8abe5bb049
Bump ryu-js from 0.2.0 to 0.2.1 ( #697 )
...
Bumps [ryu-js](https://github.com/boa-dev/ryu-js ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/boa-dev/ryu-js/releases )
- [Changelog](https://github.com/boa-dev/ryu-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/boa-dev/ryu-js/compare/v0.2.0...v0.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Halid Odat
81089d1377
Feature `gc` module ( #694 )
4 years ago
João Borges
3f06e9a6ca
Feat: Rename Object::prototype() and Object::set_prototype() ( #693 )
...
closes boa-dev/boa#607
4 years ago
dependabot[bot]
1d5383b351
Bump css-loader from 4.2.2 to 4.3.0 ( #691 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v4.2.2...v4.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
652aa3dc8b
Bump wasm-bindgen from 0.2.67 to 0.2.68 ( #692 )
...
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) from 0.2.67 to 0.2.68.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.67...0.2.68 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot]
7d318f0582
Bump criterion from 0.3.2 to 0.3.3 ( #680 )
...
Bumps [criterion](https://github.com/bheisler/criterion.rs ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/bheisler/criterion.rs/releases )
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.2...0.3.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Halid Odat
efd9ab87c5
Move `object` module to root ( #689 )
4 years ago