Linus Groh 2ba338869b LibJS/Tests: Remove two leftover console.log() calls 3 年之前
..
Object.assign.js 7e1bffdeb8 LibJS: Implement Object.assign() 4 年之前
Object.create.js 9cd010167a LibJS: Implement Object.create() 4 年之前
Object.defineProperties.js da8a35a79e LibJS: Implement Object.defineProperties() 4 年之前
Object.defineProperty.js 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 年之前
Object.entries.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.freeze.js 1856400547 LibJS: Uncomment Object.{freeze,seal}() tests that now pass :^) 4 年之前
Object.getOwnPropertyDescriptor.js 686213c2b8 LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts 4 年之前
Object.getOwnPropertyNames.js f86e241699 LibJS: Object.getOwnPropertyNames() should enumerate String's .length 4 年之前
Object.getOwnPropertySymbols.js 2ba338869b LibJS/Tests: Remove two leftover console.log() calls 3 年之前
Object.getPrototypeOf.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.hasOwn.js 3ee092cd0c LibJS: Implement Object.hasOwn() :^) 4 年之前
Object.is.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.isExtensible.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.isFrozen.js f3264b0dbd LibJS: Implement Object.isFrozen() and Object.isSealed() 4 年之前
Object.isSealed.js f3264b0dbd LibJS: Implement Object.isFrozen() and Object.isSealed() 4 年之前
Object.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.keys.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.preventExtensions.js 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 年之前
Object.prototype.constructor.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.prototype.hasOwnProperty.js fff7aceb9d LibJS: Accept symbol property in ObjectPrototype::hasOwnProperty 4 年之前
Object.prototype.isPrototypeOf.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.prototype.js cb20baebae LibJS: Make ObjectPrototype an immutable prototype exotic object 4 年之前
Object.prototype.propertyIsEnumerable.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.prototype.toLocaleString.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
Object.prototype.toString.js 339ccba354 LibJS: Make Object.prototype.toString() fully spec compliant 4 年之前
Object.prototype.valueOf.js 33eea1f722 LibJS: Fix Object.prototype.valueOf() behavior 4 年之前
Object.seal.js 1856400547 LibJS: Uncomment Object.{freeze,seal}() tests that now pass :^) 4 年之前
Object.setPrototypeOf.js 8a06a93ce2 LibJS: Return non-object argument unaltered from Object.setPrototypeOf() 4 年之前
Object.values.js 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前