Home
last modified time | relevance | path

Searched refs:GetDataValue (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dlookup.h255 Handle<Object> GetDataValue() const;
Dmessages.cc213 return iter.GetDataValue().is_identical_to(fun); in CheckMethodName()
Dlookup.cc506 Handle<Object> LookupIterator::GetDataValue() const { in GetDataValue() function in v8::internal::LookupIterator
Dobjects.cc808 return it->GetDataValue(); in GetProperty()
945 return it->GetDataValue(); in GetDataProperty()
4336 if (is_observed) maybe_old = it->GetDataValue(); in SetDataProperty()
5328 if (is_observed) old_value = it->GetDataValue(); in DefineOwnPropertyIgnoreAttributes()
6274 old_value = it->GetDataValue(); in DeleteProperty()
/external/v8/src/runtime/
Druntime-debug.cc96 return it->GetDataValue(); in DebugGetProperty()