Linus Groh 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant il y a 4 ans
..
Object.assign.js 7e1bffdeb8 LibJS: Implement Object.assign() il y a 4 ans
Object.create.js 9cd010167a LibJS: Implement Object.create() il y a 4 ans
Object.defineProperties.js da8a35a79e LibJS: Implement Object.defineProperties() il y a 4 ans
Object.defineProperty.js 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans
Object.entries.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.freeze.js 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans
Object.getOwnPropertyDescriptor.js 686213c2b8 LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts il y a 4 ans
Object.getOwnPropertyNames.js f86e241699 LibJS: Object.getOwnPropertyNames() should enumerate String's .length il y a 4 ans
Object.getOwnPropertySymbols.js bd9e20ef79 LibJS: Add the Object.getOwnPropertySymbols method il y a 4 ans
Object.getPrototypeOf.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.hasOwn.js 3ee092cd0c LibJS: Implement Object.hasOwn() :^) il y a 4 ans
Object.is.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.isExtensible.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.isFrozen.js f3264b0dbd LibJS: Implement Object.isFrozen() and Object.isSealed() il y a 4 ans
Object.isSealed.js f3264b0dbd LibJS: Implement Object.isFrozen() and Object.isSealed() il y a 4 ans
Object.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.keys.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.preventExtensions.js 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans
Object.prototype.constructor.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.prototype.hasOwnProperty.js fff7aceb9d LibJS: Accept symbol property in ObjectPrototype::hasOwnProperty il y a 4 ans
Object.prototype.isPrototypeOf.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.prototype.js cb20baebae LibJS: Make ObjectPrototype an immutable prototype exotic object il y a 4 ans
Object.prototype.propertyIsEnumerable.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.prototype.toLocaleString.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
Object.prototype.toString.js 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant il y a 4 ans
Object.prototype.valueOf.js 33eea1f722 LibJS: Fix Object.prototype.valueOf() behavior il y a 4 ans
Object.seal.js 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) il y a 4 ans
Object.setPrototypeOf.js 8a06a93ce2 LibJS: Return non-object argument unaltered from Object.setPrototypeOf() il y a 4 ans
Object.values.js 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans