Lines Matching refs:JSObject
99 inline void ClearField(Isolate* isolate, JSObject object, FieldIndex index) { in ClearField()
212 ClearField(isolate, JSObject::cast(*receiver), index); in DeleteObjectPropertyFast()
255 JSObject::MigrateInstance(isolate, Handle<JSObject>::cast(receiver)); in DeleteObjectPropertyFast()
377 Handle<JSObject> js_obj = Handle<JSObject>::cast(object); in RUNTIME_FUNCTION()
394 (key.is_element() && key.index() <= JSObject::kMaxElementIndex in RUNTIME_FUNCTION()
439 Handle<JSObject> js_obj = Handle<JSObject>::cast(object); in RUNTIME_FUNCTION()
462 Handle<JSObject> receiver = args.at<JSObject>(0); in RUNTIME_FUNCTION()
530 Handle<JSObject> obj; in RUNTIME_FUNCTION()
538 isolate, obj, JSObject::ObjectCreate(isolate, prototype)); in RUNTIME_FUNCTION()
636 Handle<JSObject> object = args.at<JSObject>(0); in RUNTIME_FUNCTION()
641 JSObject::NormalizeProperties(isolate, object, KEEP_INOBJECT_PROPERTIES, in RUNTIME_FUNCTION()
803 Handle<JSObject> lookup_start_object = in RUNTIME_FUNCTION()
804 Handle<JSObject>::cast(lookup_start_obj); in RUNTIME_FUNCTION()
856 JSObject::TransitionElementsKind(lookup_start_object, elements_kind); in RUNTIME_FUNCTION()
936 Maybe<bool> result = JSObject::DefineOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION()
1034 JSObject::MigrateSlowToFast(Handle<JSObject>::cast(object), 0, in RUNTIME_FUNCTION()
1053 JSObject::New(target, new_target, Handle<AllocationSite>::null())); in RUNTIME_FUNCTION()
1084 Handle<JSObject> js_object = args.at<JSObject>(0); in RUNTIME_FUNCTION()
1091 if (!JSObject::TryMigrateInstance(isolate, js_object)) return Smi::zero(); in RUNTIME_FUNCTION()
1108 Handle<JSObject> obj = args.at<JSObject>(0); in RUNTIME_FUNCTION()
1118 isolate, JSObject::DefineAccessor(obj, name, getter, setter, attrs)); in RUNTIME_FUNCTION()
1125 Handle<JSObject> object = args.at<JSObject>(0); in RUNTIME_FUNCTION()
1174 CHECK(JSObject::DefineOwnPropertyIgnoreAttributes(&it, value, attrs, in RUNTIME_FUNCTION()
1238 Handle<JSObject> object = args.at<JSObject>(0); in RUNTIME_FUNCTION()
1253 JSObject::DefineAccessor(object, name, getter, in RUNTIME_FUNCTION()
1279 Handle<JSObject> target = args.at<JSObject>(0); in RUNTIME_FUNCTION()
1370 Handle<JSObject> target = in RUNTIME_FUNCTION()
1383 Handle<JSObject> object = args.at<JSObject>(0); in RUNTIME_FUNCTION()
1398 JSObject::DefineAccessor(object, name, isolate->factory()->null_value(), in RUNTIME_FUNCTION()
1484 Handle<JSObject> o = args.at<JSObject>(0); in RUNTIME_FUNCTION()
1490 JSObject::SetOwnPropertyIgnoreAttributes( in RUNTIME_FUNCTION()