Searched refs:TemporaryVariableScope (Results 1 – 2 of 2) sorted by relevance
193 class AsmJsParser::TemporaryVariableScope { class in v8::internal::wasm::AsmJsParser195 explicit TemporaryVariableScope(AsmJsParser* parser) : parser_(parser) { in TemporaryVariableScope() function in v8::internal::wasm::AsmJsParser::TemporaryVariableScope199 ~TemporaryVariableScope() { in ~TemporaryVariableScope()1570 TemporaryVariableScope tmp(this); in UnaryExpression()2082 base::Optional<TemporaryVariableScope> tmp; in ValidateCall()2291 TemporaryVariableScope tmp_x(this); in ValidateCall()2292 TemporaryVariableScope tmp_y(this); in ValidateCall()2315 TemporaryVariableScope tmp(this); in ValidateCall()
116 class TemporaryVariableScope; variable