Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h75 class MultipleEntryBlockContextScope; variable
Dbytecode-generator.cc879 class V8_NODISCARD BytecodeGenerator::MultipleEntryBlockContextScope { class in v8::internal::interpreter::BytecodeGenerator
881 MultipleEntryBlockContextScope(BytecodeGenerator* generator, Scope* scope) in MultipleEntryBlockContextScope() function in v8::internal::interpreter::BytecodeGenerator::MultipleEntryBlockContextScope
900 MultipleEntryBlockContextScope(const MultipleEntryBlockContextScope&) =
902 MultipleEntryBlockContextScope& operator=(
903 const MultipleEntryBlockContextScope&) = delete;
3052 MultipleEntryBlockContextScope object_literal_context_scope( in VisitObjectLiteral()