Searched refs:UpdateProtector (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | lookup-inl.h | 223 void LookupIterator::UpdateProtector(Isolate* isolate, Handle<Object> receiver, in UpdateProtector() function 238 void LookupIterator::UpdateProtector() { in UpdateProtector() function 240 UpdateProtector(isolate_, receiver_, name_); in UpdateProtector()
|
D | lookup.h | 194 inline void UpdateProtector(); 195 static inline void UpdateProtector(Isolate* isolate, Handle<Object> receiver,
|
D | js-objects.cc | 926 it->UpdateProtector(); in DeleteProperty() 3512 it->UpdateProtector(); in DefineOwnPropertyIgnoreAttributes() 4572 it->UpdateProtector(); in DefineAccessor()
|
D | objects.cc | 2480 it->UpdateProtector(); in SetPropertyInternal() 2654 it->UpdateProtector(); in SetSuperProperty() 2930 it->UpdateProtector(); in TransitionAndWriteDataProperty()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-classes.cc | 266 LookupIterator::UpdateProtector(isolate, receiver, name); in UpdateProtectors() 275 LookupIterator::UpdateProtector(isolate, receiver, name); in UpdateProtectors()
|
/third_party/node/deps/v8/src/logging/ |
D | runtime-call-stats.h | 481 V(UpdateProtector) \
|