Searched refs:NormalizeProperties (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | module.cc | 338 JSObject::NormalizeProperties(isolate, ns, CLEAR_INOBJECT_PROPERTIES, in GetModuleNamespace()
|
H A D | lookup.cc | 726 JSObject::NormalizeProperties(isolate_, Handle<JSObject>::cast(holder), in Delete() 846 JSObject::NormalizeProperties(isolate_, receiver, mode, 0, in TransitionToAccessorPair()
|
H A D | js-objects.h | 650 V8_EXPORT_PRIVATE static void NormalizeProperties(
|
H A D | js-objects.cc | 453 JSObject::NormalizeProperties(isolate, Handle<JSObject>::cast(target), in SetOrCopyDataProperties() 3659 void JSObject::NormalizeProperties(Isolate* isolate, Handle<JSObject> object, in NormalizeProperties() function in v8::internal::JSObject 4346 NormalizeProperties(isolate, object, CLEAR_INOBJECT_PROPERTIES, 0, in PreventExtensionsWithTransition() 4730 JSObject::NormalizeProperties(isolate, object, KEEP_INOBJECT_PROPERTIES, 0, in OptimizeAsPrototype()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 641 JSObject::NormalizeProperties(isolate, object, KEEP_INOBJECT_PROPERTIES, in RUNTIME_FUNCTION()
|
Completed in 15 milliseconds