Home
last modified time | relevance | path

Searched defs:ValueResultScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h53 class ValueResultScope; variable
Dbytecode-generator.cc453 class BytecodeGenerator::ValueResultScope final : public ExpressionResultScope { class in v8::internal::interpreter::BytecodeGenerator
455 explicit ValueResultScope(BytecodeGenerator* generator) in ValueResultScope() function in v8::internal::interpreter::BytecodeGenerator::ValueResultScope