Lines Matching defs:object
312 // Setting the "resolve" property on any %Promise% intrinsic object
711 Handle<JSObject> object = Handle<JSObject>::cast(holder);
712 ElementsAccessor* accessor = object->GetElementsAccessor(isolate_);
713 accessor->Delete(object, number_);
845 // Normalize object to make this operation simple.
950 // property value in an object literal. The initializing store will follow
994 // property value in an object literal. The initializing store will follow
1084 Handle<JSObject> object = Handle<JSObject>::cast(holder);
1085 ElementsAccessor* accessor = object->GetElementsAccessor(isolate_);
1086 accessor->Set(object, number_, *value);
1239 // There is currently no way to install interceptors on an object with