dependabot[bot]
31dc7bcddb
Bump webpack from 5.38.1 to 5.39.0 ( #1321 )
3 years ago
raskad
fc3fbe26a5
implement RegExp.prototype [ @@search ] ( string ) ( #1314 )
...
* implement RegExp.prototype [ @@search ] ( string )
* implement String.prototype.search ( regexp )
* fix errors and refactor search implementations:
* RegExp.prototype [ @@search ] ( string )
* String.prototype.search ( regexp )
* add basic tests for search implementations:
* RegExp.prototype [ @@search ] ( string )
* String.prototype.search ( regexp )
* remove leftover comments
* Fix RegExp.prototype.search to accept all objects
* Add some more rust tests from the 262 suite
3 years ago
dependabot[bot]
db1be3b0dc
Bump once_cell from 1.7.2 to 1.8.0 ( #1318 )
3 years ago
dependabot[bot]
b34bf5dc1f
Bump monaco-editor from 0.24.0 to 0.25.0 ( #1317 )
3 years ago
dependabot[bot]
28598b3ff2
Bump webpack-cli from 4.7.0 to 4.7.2 ( #1310 )
3 years ago
Iban Eguia
33a69654d0
Added changelog for v0.12 ( #1275 )
3 years ago
camc
19a6cded84
Implement Array.of ( #1127 )
3 years ago
Iban Eguia
e38a84155e
Added the $262 object to Test262 test runner ( #1296 )
3 years ago
Jason Williams
ba3c4e5945
fix VM branch ( #1302 )
...
Co-authored-by: Jason Williams <jwilliams720@bloomberg.net>
3 years ago
dependabot[bot]
d6d5d793a6
Bump prettier from 2.3.0 to 2.3.1 ( #1305 )
3 years ago
dependabot[bot]
2e75dd8cc3
Bump ws from 6.2.1 to 6.2.2 ( #1303 )
3 years ago
0x7D2B
d157a34d71
Fix environment record panics ( #1285 )
...
* Fix environment record panics
* Make environment record `new` methods return `Self` instead of `Environment`
* Remove unnecessary clippy lint ignore
* Remove GcCell from Environment
* Remove global_env GcCell
3 years ago
dependabot[bot]
ad7306db87
Bump crazy-max/ghaction-github-pages from 2.4.1 to 2.5.0 ( #1298 )
4 years ago
dependabot[bot]
f754419c02
Bump regress from 0.2.0 to 0.3.0 ( #1297 )
4 years ago
Jarosław Konik
82e8a1197a
Support GetOwnProperty for string exotic object ( #1291 )
...
* Support GetOwnProperty for string exotic object
* Fix clippy error
* change var name
* dont load from_u32 to namespace
* be explicit about attributes
* Update boa/src/object/internal_methods.rs
Co-authored-by: Iban Eguia <razican@protonmail.ch>
* fix utf16 emoji panic
* use map and ? operator
Co-authored-by: Iban Eguia <razican@protonmail.ch>
4 years ago
Iban Eguia
ac998999be
Don't consider panic fixes as "new failures" ( #1294 )
...
* Don't consider panic fixes as "new failures"
* Improved coding style
* Fixed Test262 tester for the testing update
* Ignore JSON module tests
* Test262 uses _FIXTURE at any point of the file name
4 years ago
Moad Mohammed Elhebri
c6d56899be
Implement `symbol.prototype[ @@ToStringTag]` ( #1292 )
...
* Fixed hypot length bug
* added the symbol.prototype[ @@ToStringTag]
* use Self::NAME
4 years ago
0x7D2B
e7ffe7fd45
Fix test262 comment formatting ( #1293 )
4 years ago
Iban Eguia
1a58c9fc9c
Add test comparison to Test262 result compare ( #1279 )
...
* Added some result changes for Test262 result comparisons
* Added a bug and a panic to test the changes in the comparator
* Remove explicit todo!()
* Fixing output for test links
* Force comment
* Reducing failures so that commenting works
* New test
* Fixed a bit of formatting
* Reverted purposedly introduced bugs
* Added a "details" section for the test262 test diff
* Fix bold
4 years ago
Moad Mohammed Elhebri
e577f2a4c1
Fixed hypot length bug ( #1288 )
4 years ago
dependabot[bot]
ecbc23b49c
Bump actions/cache from 2.1.5 to 2.1.6 ( #1290 )
4 years ago
dependabot[bot]
737d79d9f6
Bump webpack from 5.37.1 to 5.38.1 ( #1289 )
4 years ago
dependabot[bot]
c9ef4415cf
Bump dns-packet from 1.3.1 to 1.3.4 ( #1287 )
4 years ago
0x7D2B
52bd1e72f7
Fix construct usage ( #1286 )
4 years ago
0x7D2B
d009fa271b
Fix panic in regex execution ( #1283 )
...
* Fix panic with regex exec
* Add toLength comment
4 years ago
0x7D2B
3acef7b7d5
Add default parameter support ( #1273 )
...
* Add default parameter support
* Update second environment
* Use map instead of if let, remove empty line
* Inline call and construct methods
Co-authored-by: Iban Eguia <razican@protonmail.ch>
* Handle cases where arguments object is not needed
* Reword arguments object comment
Co-authored-by: Iban Eguia <razican@protonmail.ch>
4 years ago
0x7D2B
81ef87b7f9
Fix GcObject to_json mutable borrow panic ( #1284 )
4 years ago
0x7D2B
23e5936188
Fix slice index panic in add_rest_param ( #1280 )
4 years ago
Iban Eguia
68543e8fb4
Fix Array.prototype.filter ( #1272 )
...
Co-authored-by: tofpie <tofpie@users.noreply.github.com>
4 years ago
dependabot[bot]
715cced989
Bump git2 from 0.13.19 to 0.13.20 ( #1282 )
4 years ago
dependabot[bot]
655c7d3f4f
Bump css-loader from 5.2.5 to 5.2.6 ( #1281 )
4 years ago
Nathan Royer
88e888fd8a
Fix of instructions.rs comment, to_precision impl and rfc changes ( #1135 )
4 years ago
dependabot[bot]
24deb83e74
Bump copy-webpack-plugin from 8.1.1 to 9.0.0 ( #1278 )
4 years ago
Iban Eguia
62c99f50b7
Cleanup ( #1276 )
4 years ago
Halid Odat
0dcf182ad9
Make `same_value` and `same_value_zero` static methods. ( #1271 )
4 years ago
Halid Odat
a5e38133c2
Fix `Context::register_global_function()` ( #1270 )
4 years ago
Jevan Chan
08f232fe99
Fix unicode escape in identifiers ( #1102 )
4 years ago
Nick Little
e187489ab8
Implement BigInt.prototype[ @@toStringTag ] ( #1265 )
4 years ago
dependabot[bot]
337e9eecb0
Bump css-loader from 5.2.4 to 5.2.5 ( #1266 )
4 years ago
dependabot[bot]
6d36220f38
Bump getrandom from 0.2.2 to 0.2.3 ( #1267 )
4 years ago
dependabot[bot]
520eb5955d
Bump rustyline from 8.1.0 to 8.2.0 ( #1268 )
4 years ago
João Borges
c4460b7bb0
Implement Set builtin object ( #1111 )
...
Co-authored-by: HalidOdat <halidodat@gmail.com>
4 years ago
dependabot[bot]
f46554cd2a
Bump webpack from 5.37.0 to 5.37.1 ( #1264 )
4 years ago
0x7D2B
6723252c92
Handle early errors for declarations in StatementList ( #1175 )
...
* Merge {Let,Const,Var}DeclList
* Rustfmt
* Handle early errors for declarations in StatementList
4 years ago
dependabot[bot]
b8b0a7edba
Bump rustyline from 8.0.0 to 8.1.0 ( #1263 )
4 years ago
dependabot[bot]
3f7f8c09f3
Bump bootstrap from 5.0.0 to 5.0.1 ( #1261 )
4 years ago
dependabot[bot]
f29a4e9a9e
Bump crazy-max/ghaction-github-pages from 2.3.0 to 2.4.1 ( #1259 )
4 years ago
dependabot[bot]
a5df33e1a9
Bump monaco-editor from 0.23.0 to 0.24.0 ( #1258 )
4 years ago
dependabot[bot]
4efaea5278
Bump serde from 1.0.125 to 1.0.126 ( #1260 )
4 years ago
dependabot[bot]
63e36a7b5b
Bump actions/checkout from 2 to 2.3.4 ( #1254 )
4 years ago