Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc182 bool follow_context_chain = (flags & FOLLOW_CONTEXT_CHAIN) != 0; in Lookup() local
314 if (follow_context_chain && (flags & STOP_AT_DECLARATION_SCOPE) == 0 && in Lookup()
388 follow_context_chain = false; in Lookup()
399 } while (follow_context_chain); in Lookup()