Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc37 should_pop_context_(should_pop_context) { in ContextScope()
52 if (outer_ && should_pop_context_) { in ~ContextScope()
80 bool ShouldPopContext() { return should_pop_context_; } in ShouldPopContext()
92 bool should_pop_context_; member in v8::internal::interpreter::BASE_EMBEDDED