Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.cc316 static const ContextLookupFlags flags = FOLLOW_CONTEXT_CHAIN; in LoadFromContext()
358 static const ContextLookupFlags flags = FOLLOW_CONTEXT_CHAIN; in StoreToContext()
/external/v8/src/runtime/
Druntime-scopes.cc348 ContextLookupFlags flags = DONT_FOLLOW_CHAINS; in RUNTIME_FUNCTION()
967 ContextLookupFlags flags = FOLLOW_CHAINS; in RUNTIME_FUNCTION()
1024 ContextLookupFlags flags = FOLLOW_CHAINS; in LoadLookupSlotHelper()
1124 ContextLookupFlags flags = FOLLOW_CHAINS; in RUNTIME_FUNCTION()
/external/v8/src/
Dcontexts.h15 enum ContextLookupFlags { enum
533 ContextLookupFlags flags,
Dcontexts.cc217 ContextLookupFlags flags, in Lookup()