Home
last modified time | relevance | path

Searched refs:InvalidatePrototypeChains (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dlookup.cc405 JSObject::InvalidatePrototypeChains(old_map); in PrepareForDataProperty()
513 JSObject::InvalidatePrototypeChains(holder->map(isolate_)); in ReconfigureDataProperty()
633 JSObject::InvalidatePrototypeChains(receiver->map(isolate_)); in ApplyTransitionToDataProperty()
677 JSObject::InvalidatePrototypeChains(receiver->map(isolate_)); in ApplyTransitionToDataProperty()
841 JSObject::InvalidatePrototypeChains(receiver->map(isolate_)); in TransitionToAccessorPair()
H A Djs-objects.h506 static Map InvalidatePrototypeChains(Map map);
H A Dmap-updater.cc1127 JSObject::InvalidatePrototypeChains(*map); in UpdateFieldType()
H A Djs-objects.cc920 JSObject::InvalidatePrototypeChains(object->map()); in DeleteNormalizedProperty()
2967 InvalidatePrototypeChains(*old_map); in NotifyMapChange()
3886 InvalidatePrototypeChains(map()); in RequireSlowElements()
4796 // Contract: In line with InvalidatePrototypeChains()'s requirements, in LazyRegisterPrototypeUser()
4957 Map JSObject::InvalidatePrototypeChains(Map map) { in InvalidatePrototypeChains() function in v8::internal::JSObject
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc1098 return JSObject::InvalidatePrototypeChains(map).ptr(); in InvalidatePrototypeChainsWrapper()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc2119 JSObject::InvalidatePrototypeChains(global->map(isolate_)); in DeserializeExports()

Completed in 20 milliseconds