Searched refs:ShouldPopContext (Results 1 – 1 of 1) sorted by relevance
79 bool ShouldPopContext() { return should_pop_context_; } in ShouldPopContext() function in v8::internal::interpreter::BASE_EMBEDDED357 if (context != current->context() && context->ShouldPopContext()) { in PerformCommand()365 if (current->context() != context && context->ShouldPopContext()) { in PerformCommand()