Home
last modified time | relevance | path

Searched refs:HIDDEN_SKIP_INTERCEPTOR (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dlookup.h26 HIDDEN_SKIP_INTERCEPTOR = kHidden, enumerator
305 HIDDEN_SKIP_INTERCEPTOR); in ComputeConfiguration()
Dobjects.cc8975 isolate, object, name, LookupIterator::HIDDEN_SKIP_INTERCEPTOR); in DefineAccessor()
9044 isolate, object, name, LookupIterator::HIDDEN_SKIP_INTERCEPTOR); in SetAccessor()
/external/v8/src/runtime/
Druntime-scopes.cc47 LookupIterator it(global, name, LookupIterator::HIDDEN_SKIP_INTERCEPTOR); in DeclareGlobals()
179 LookupIterator it(global, name, LookupIterator::HIDDEN_SKIP_INTERCEPTOR); in RUNTIME_FUNCTION()
391 LookupIterator it(holder, name, LookupIterator::HIDDEN_SKIP_INTERCEPTOR); in RUNTIME_FUNCTION()
763 LookupIterator::HIDDEN_SKIP_INTERCEPTOR); in FindNameClash()