Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h22 DONT_FOLLOW_CHAINS = 0, enumerator
Dcontexts.cc380 Context::cast(obj)->Lookup(name, DONT_FOLLOW_CHAINS, index, in Lookup()
/external/v8/src/runtime/
Druntime-scopes.cc263 Handle<Object> holder = context->Lookup(name, DONT_FOLLOW_CHAINS, &index, in DeclareEvalHelper()