Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc636 Handle<Object> holder = Context::Lookup(context, name, FOLLOW_CHAINS, &index, in RUNTIME_FUNCTION()
673 Handle<Object> holder = Context::Lookup(context, name, FOLLOW_CHAINS, &index, in LoadLookupSlot()
768 ContextLookupFlags context_lookup_flags = FOLLOW_CHAINS) { in StoreLookupSlot()
/external/v8/src/objects/
Dcontexts.h30 FOLLOW_CHAINS = FOLLOW_CONTEXT_CHAIN | FOLLOW_PROTOTYPE_CHAIN, enumerator