Lines Matching refs:Object
78 V(ToString, Object, Undefined()) \
79 V(Create, Object, Undefined()) \
80 V(Assign, Object, Undefined()) \
81 V(HasOwnProperty, Object, TaggedFalse()) \
82 V(Keys, Object, Undefined()) \
83 V(GetPrototypeOf, Object, Undefined()) \
84 V(GetOwnPropertyNames, Object, Undefined()) \
85 V(GetOwnPropertySymbols, Object, Undefined()) \
86 V(Entries, Object, Undefined()) \
87 V(IsFrozen, Object, Undefined()) \
88 V(IsSealed, Object, Undefined()) \
89 V(GetOwnPropertyDescriptors, Object, Undefined()) \
90 V(SetPrototypeOf, Object, Undefined())
834 {ObjectIs, "Object.is"},
835 {ObjectGetPrototypeOf, "Object.getPrototypeOf"},
836 {ObjectGetProto, "Object.prototype.getProto"},
837 {ObjectCreate, "Object.create"},
838 {ObjectIsPrototypeOf, "Object.prototype.isPrototypeOf"},
839 {ObjectHasOwnProperty, "Object.prototype.hasOwnProperty"},