Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc766 ContextLookupFlags context_lookup_flags = FOLLOW_CHAINS) { in StoreLookupSlot()
859 const ContextLookupFlags lookup_flags = in RUNTIME_FUNCTION()
860 static_cast<ContextLookupFlags>(DONT_FOLLOW_CHAINS); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Dcontexts.h25 enum ContextLookupFlags { enum
670 ContextLookupFlags flags, int* index,
Dcontexts.cc198 ContextLookupFlags flags, int* index, in Lookup()