Searched refs:DONT_FOLLOW_CHAINS (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 253 Context::Lookup(context, name, DONT_FOLLOW_CHAINS, &index, &attributes, in DeclareEvalHelper() 862 static_cast<ContextLookupFlags>(DONT_FOLLOW_CHAINS); in RUNTIME_FUNCTION()
|
/external/v8/src/objects/ |
D | contexts.cc | 396 Context::Lookup(context, name, DONT_FOLLOW_CHAINS, index, in Lookup()
|
D | contexts.h | 29 DONT_FOLLOW_CHAINS = 0, enumerator
|