Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-scopes.cc831 name, FOLLOW_CHAINS, &index, &attributes, &flags); in RUNTIME_FUNCTION()
866 name, FOLLOW_CHAINS, &index, &attributes, &flags); in LoadLookupSlot()
969 context->Lookup(name, FOLLOW_CHAINS, &index, &attributes, &flags); in StoreLookupSlot()
/external/v8/src/
Dcontexts.h22 FOLLOW_CHAINS = FOLLOW_CONTEXT_CHAIN | FOLLOW_PROTOTYPE_CHAIN, enumerator