Home
last modified time | relevance | path

Searched refs:GetPropertyCell (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.h184 Handle<PropertyCell> GetPropertyCell() const;
Dlookup.cc1040 Handle<PropertyCell> LookupIterator::GetPropertyCell() const { in GetPropertyCell() function in v8::internal::LookupIterator
/third_party/node/deps/v8/src/ic/
Dic.cc831 nexus()->ConfigurePropertyCellMode(lookup->GetPropertyCell()); in UpdateCaches()
1089 MaybeObjectHandle::Weak(lookup->GetPropertyCell())); in ComputeHandler()
1140 MaybeObjectHandle::Weak(lookup->GetPropertyCell())); in ComputeHandler()
1922 nexus()->ConfigurePropertyCellMode(lookup->GetPropertyCell()); in UpdateCaches()
2129 StoreHandler::StoreGlobal(lookup->GetPropertyCell())); in ComputeHandler()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h990 base::Optional<PropertyCellRef> GetPropertyCell(NameRef const& name) const;
Dheap-refs.cc2232 base::Optional<PropertyCellRef> JSGlobalObjectRef::GetPropertyCell( in GetPropertyCell() function in v8::internal::compiler::JSGlobalObjectRef
Djs-native-context-specialization.cc1100 native_context().global_object().GetPropertyCell(feedback.name()); in ReduceNamedAccess()