Home
last modified time | relevance | path

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

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