ladybird/Userland/Libraries/LibJS/Tests/builtins/Object
davidot 2bbea62176 LibJS: Don't update names of resulting functions in object expression
The only cases where the name should be set is if the function comes
from a direct anonymous function expression.
2022-12-14 15:27:08 +00:00
..
Object.assign.js
Object.create.js Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
Object.defineProperties.js
Object.defineProperty.js
Object.entries.js
Object.freeze.js LibJS: Don't update names of resulting functions in object expression 2022-12-14 15:27:08 +00:00
Object.getOwnPropertyDescriptor.js
Object.getOwnPropertyNames.js
Object.getOwnPropertySymbols.js
Object.getPrototypeOf.js
Object.hasOwn.js
Object.is.js
Object.isExtensible.js
Object.isFrozen.js
Object.isSealed.js
Object.js
Object.keys.js
Object.preventExtensions.js
Object.prototype.constructor.js
Object.prototype.hasOwnProperty.js
Object.prototype.isPrototypeOf.js
Object.prototype.js
Object.prototype.propertyIsEnumerable.js
Object.prototype.toLocaleString.js
Object.prototype.toString.js
Object.prototype.valueOf.js
Object.seal.js
Object.setPrototypeOf.js
Object.values.js