Searched refs:FOLLOW_CHAINS (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 765 name, FOLLOW_CHAINS, &index, &attributes, &flag, &mode); in RUNTIME_FUNCTION() 801 name, FOLLOW_CHAINS, &index, &attributes, &flag, &mode); in LoadLookupSlot() 897 context->Lookup(name, FOLLOW_CHAINS, &index, &attributes, &flag, &mode); in StoreLookupSlot()
|
/external/v8/src/ |
D | contexts.h | 22 FOLLOW_CHAINS = FOLLOW_CONTEXT_CHAIN | FOLLOW_PROTOTYPE_CHAIN, enumerator
|