This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-01-26 18:35:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
138595961baac929df280264f3bdb729a6be33fa
ladybird
/
Libraries
/
LibJS
/
Tests
/
builtins
/
Reflect
History
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
..
Reflect.apply.js
…
Reflect.construct.js
…
Reflect.defineProperty.js
…
Reflect.deleteProperty.js
…
Reflect.get.js
…
Reflect.getOwnPropertyDescriptor.js
…
Reflect.getPrototypeOf.js
…
Reflect.has.js
…
Reflect.isExtensible.js
…
Reflect.ownKeys.js
…
Reflect.preventExtensions.js
LibJS: Object.preventExtensions should allow property modfication
2020-07-07 10:47:10 +02:00
Reflect.set.js
…
Reflect.setPrototypeOf.js
…