Files
ladybird/Userland/Libraries/LibJS/Runtime
Timothy Flynn 5eb4d2e96e LibJS: Add spec comments to RegExp.prototype [ @@match ]
In doing so, this fixes a few minor issues:

1. We were accessing the "unicode" and "lastIndex" properties out of
   order. This is somewhat frequently tested by test262, but not in
   this case.

2. We were doing a Value::to_object() followed by Object::get(), rather
   than just Value::get() as the spec dictates.

3. We were TRYing a step (CreateDataPropertyOrThrow) that should never
   fail, and should have been a MUST.
2021-12-21 14:56:00 +01:00
..
2021-12-19 09:35:02 +00:00
2021-12-08 11:29:36 +00:00
2021-12-10 22:52:36 +00:00
2021-10-06 23:52:40 +01:00