Halid Odat
087a857865
Cross realm symbols ( #1243 )
...
* Cross context symbols
* Remove redundant '_symbol' suffix for well known symbol getters
* Fix symbol equality and hashing
* Add documentation
4 years ago
Iban Eguia
03cb69dcf4
Upgraded prettier and bootstrap, fixed formatting ( #1245 )
4 years ago
dependabot[bot]
1505a45a35
Bump gc from 0.4.0 to 0.4.1 ( #1248 )
...
Bumps [gc](https://github.com/Manishearth/rust-gc ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/Manishearth/rust-gc/releases )
- [Changelog](https://github.com/Manishearth/rust-gc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Manishearth/rust-gc/commits )
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]
c0e1d4cfef
Bump wasm-bindgen from 0.2.73 to 0.2.74 ( #1247 )
...
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) from 0.2.73 to 0.2.74.
- [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.73...0.2.74 )
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]
77571cdea3
Bump webpack from 5.36.2 to 5.37.0 ( #1246 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.36.2 to 5.37.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.36.2...v5.37.0 )
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
ca81ab0b26
Implement `Object.assign( target, ...sources )` ( #1235 )
4 years ago
Halid Odat
411d57afab
Make environment methods take `&mut Context` ( #1131 )
4 years ago
David M
2f4c47d2df
Implement Array.prototype.flat/flatMap ( #1132 )
4 years ago
Iban Eguia
c85cee7c57
Updated test262 submodule ( #1238 )
4 years ago
Iban Eguia
a9d22cd574
Improved conformance comment format ( #1239 )
...
When the test262 conformance comments are added to a PR, it will now
show the percentage symbol for the conformance, to show up it's
actually a conformance percentage.
4 years ago
Iban Eguia
143dbaca52
Removed a bunch of ignored tests that we no longer need to ignore ( #1240 )
4 years ago
Halid Odat
f47ed7b1e5
Implement RegExp flag accessors ( #1221 )
4 years ago
Halid Odat
db3b6c5213
Separate Symbol builtin ( #1234 )
4 years ago
Halid Odat
8a70fdca30
Implement `Symbol.prototype.description` accessor ( #1222 )
4 years ago
dependabot[bot]
806aaba5c8
Bump lodash from 4.17.20 to 4.17.21 ( #1237 )
4 years ago
Halid Odat
26b62234cb
Implement `JSON[ @@toStringTag ]` ( #1224 )
4 years ago
Halid Odat
bee7386995
Implement `Math[ @@toStringTag ]` ( #1225 )
4 years ago
dependabot[bot]
e588690785
Bump webpack-cli from 4.6.0 to 4.7.0 ( #1226 )
4 years ago
dependabot[bot]
6b91a2384d
Bump url-parse from 1.4.7 to 1.5.1 ( #1227 )
4 years ago
Iban Eguia
7ee3a93fcc
Upgraded dependencies and fixed some clippy warnings/errors ( #1228 )
4 years ago
Julian Laubstein
b51456463a
Update cli name in Readme ( #1223 )
...
This has been bugging me for a while...
4 years ago
fermian
c843afd466
Return optional value in to_json functions ( fixes #1064 ) ( #1201 )
4 years ago
dependabot[bot]
a6b2cfbc7e
Bump css-loader from 5.2.2 to 5.2.4 ( #1212 )
4 years ago
dependabot[bot]
53de1d18b3
Bump webpack from 5.33.2 to 5.36.2 ( #1220 )
4 years ago
dependabot[bot]
0a2ac36fc1
Bump measureme from 9.1.0 to 9.1.1 ( #1217 )
4 years ago
dependabot[bot]
53757cf8d2
Bump regex from 1.4.5 to 1.4.6 ( #1215 )
4 years ago
dependabot[bot]
7c70a0bace
Bump git2 from 0.13.17 to 0.13.18 ( #1213 )
4 years ago
dependabot[bot]
bd199677ac
Bump css-loader from 5.2.1 to 5.2.2 ( #1210 )
4 years ago
dependabot[bot]
624632be52
Bump webpack from 5.32.0 to 5.33.2 ( #1209 )
4 years ago
João Borges
ee6c98ca92
Clippy prefers From instead of Into ( #1208 )
4 years ago
0x7D2B
ea8d9a2458
Merge Const/Let/Var DeclList into DeclarationList ( #1181 )
4 years ago
dependabot[bot]
8b961a08d1
Bump actions/cache from v2.1.4 to v2.1.5 ( #1207 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8 )
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]
1d201bfaf0
Bump webpack from 5.31.0 to 5.32.0 ( #1206 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.31.0 to 5.32.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.31.0...v5.32.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]
7aff788cf1
Bump css-loader from 5.2.0 to 5.2.1 ( #1204 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.0 to 5.2.1.
- [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/v5.2.0...v5.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
Teymour Aldridge
6400af2188
Fix a typo in gc.rs ( #1202 )
4 years ago
dependabot[bot]
c5c8aa5f14
Bump copy-webpack-plugin from 8.0.0 to 8.1.1 ( #1198 )
4 years ago
dependabot[bot]
6b01f44e76
Bump @wasm-tool/wasm-pack-plugin from 1.3.3 to 1.4.0 ( #1199 )
4 years ago
dependabot[bot]
67a0ad008c
Bump webpack from 5.30.0 to 5.31.0 ( #1200 )
4 years ago
0x7D2B
57bd79ae24
Rework environment records ( #1156 )
...
* Add test for function scope
* Make the environment iterator follow outer environments
* Make FunctionEnvironmentRecord reuse code
* Refactor environment records
* Override default methods instead of checking environment types
* Fix various environment cleanup issues
* Fix lint issues
4 years ago
dependabot[bot]
93d7650a6e
Bump webpack from 5.27.2 to 5.30.0 ( #1196 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.2 to 5.30.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.2...v5.30.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]
f8d0b66daf
Bump unicode-general-category from 0.3.0 to 0.4.0 ( #1191 )
4 years ago
dependabot[bot]
f294dd294e
Bump wasm-bindgen from 0.2.72 to 0.2.73 ( #1195 )
4 years ago
João Borges
505a2ddaf6
Style: Respect the new lints from 1.51 ( #1194 )
4 years ago
dependabot[bot]
a96cf4b33d
Bump webpack-cli from 4.5.0 to 4.6.0 ( #1193 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.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]
c929dd3e74
Bump css-loader from 5.1.3 to 5.2.0 ( #1189 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.1.3 to 5.2.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/v5.1.3...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Jevan Chan
6333daae3f
Lazy evaluation for cooked template string ( #1103 )
...
* Lazy evaluate cooked template string
Fix octal escape in string literal
Add tests
Fix zero escape
Fix zero escape lookahead
Rename variables
Rename helper functions
Refactor match arms
Fix escape line terminator sequence
Fix single character escape
Fix line terminator and escape followed by unicode char
Add NonOctalDecimalEscapeSequence
Fix comment
Refactor
Modify error message
Add tests
Rename tests
Add test for error
Add comments for unsafe bytes to str
Update boa/src/syntax/lexer/string.rs
Co-authored-by: tofpie <75836434+tofpie@users.noreply.github.com>
Minor refactor
Remove unsafe bytes to str
Fix panic when reading invalid utf-8 chars
Refactor string literal
Support invalid utf-8 chars in string literal input
Add cook function for template literal
Fix line continuation bug
Add methods for utf16 buffer trait
Add trait comments
Add error message for template literal
Add and fix comments
Hide unused exported function and modify tests
Fix bug
Lazy evaluate cooked template string
Fix clippy
Fix test262 stack overflow issue
Fix invalid setting strict mode with template literal
Remove unnecessary cache
Remove
* Add comments
* Minor update
4 years ago
dependabot[bot]
ff3dd4e156
Bump serde from 1.0.124 to 1.0.125 ( #1188 )
4 years ago
0x7D2B
57e38adad5
Include name in verbose results output of boa-tester ( #1158 )
...
* Include name in verbose results output of boa-tester
Would make the logs a lot more readable.
* Fix typo
4 years ago
dependabot[bot]
e3ecaa8f56
Bump webpack from 5.27.1 to 5.27.2 ( #1186 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.1 to 5.27.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.1...v5.27.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]
13467ec5d7
Bump webpack from 5.26.3 to 5.27.1 ( #1185 )
4 years ago