Home
last modified time | relevance | path

Searched defs:CurrentScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarable.cc19 DEFINE_CONTEXTUAL_VARIABLE(CurrentScope) in DEFINE_CONTEXTUAL_VARIABLE() argument
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h70 class CurrentScope; variable
Dbytecode-generator.cc857 class V8_NODISCARD BytecodeGenerator::CurrentScope final { class in v8::internal::interpreter::BytecodeGenerator
859 CurrentScope(BytecodeGenerator* generator, Scope* scope) in CurrentScope() function in v8::internal::interpreter::BytecodeGenerator::CurrentScope