Linus Groh
|
48369194d2
|
LibJS: Forward receiver value to native property getters/setters
There's no reason why only (user-defined) accessors would have set the
receiver as this value for their getters/setters, this is an oversight.
|
2020-11-22 19:00:19 +01:00 |
|
Matthew Olsson
|
93ebd320ef
|
LibJS: Object.preventExtensions should allow property modfication
Existing properties on a non-extensible object should be changable and
deletable.
|
2020-07-07 10:47:10 +02:00 |
|
Matthew Olsson
|
1ef573eb30
|
LibJS: Indent tests with 4 spaces instead of 2
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
6d58c48c2f
|
test-js: Use prettier and format all files
|
2020-07-06 23:40:35 +02:00 |
|
Linus Groh
|
46581773c1
|
LibJS: Convert Reflect object tests to new testing framework
|
2020-07-06 23:40:35 +02:00 |
|
Matthew Olsson
|
4c48c9d69d
|
LibJS: Reorganize tests into subfolders
|
2020-07-03 19:30:13 +02:00 |
|