Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dlookup-inl.h197 Handle<PropertyCell> LookupIterator::transition_cell() const { in transition_cell() function in v8::internal::LookupIterator
H A Dlookup.h133 inline Handle<PropertyCell> transition_cell() const;
H A Dlookup.cc642 GlobalDictionary::Add(isolate_, dictionary, name(), transition_cell(), in ApplyTransitionToDataProperty()
647 property_details_ = transition_cell()->property_details(); in ApplyTransitionToDataProperty()
H A Dobjects.cc2617 it->transition_cell()->ClearAndInvalidate(ReadOnlyRoots(isolate)); in CheckContextualStoreToJSGlobalObject()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc2108 Handle<PropertyCell> transition_cell = factory()->NewPropertyCell( in DeserializeExports() local
2112 transition_cell, property_details, &entry); in DeserializeExports()
/third_party/node/deps/v8/src/ic/
H A Dic.cc1953 return StoreHandler::StoreGlobal(lookup->transition_cell()); in ComputeHandler()
1966 MaybeObjectHandle::Weak(lookup->transition_cell())); in ComputeHandler()

Completed in 25 milliseconds