Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc80 bool ShouldPopContext() { return should_pop_context_; } in ShouldPopContext() function in v8::internal::interpreter::BASE_EMBEDDED
372 if (context != current->context() && context->ShouldPopContext()) { in PerformCommand()
380 if (current->context() != context && context->ShouldPopContext()) { in PerformCommand()