Home
last modified time | relevance | path

Searched refs:FetchValue (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.h262 Handle<Object> FetchValue(AllocationPolicy allocation_policy =
Dlookup.cc873 Handle<Object> LookupIterator::FetchValue( in FetchValue() function in v8::internal::LookupIterator
1050 return FetchValue(); in GetAccessors()
1056 Handle<Object> value = FetchValue(allocation_policy); in GetDataValue()