Searched refs:TemporaryVariableScope (Results 1 – 2 of 2) sorted by relevance
182 class V8_NODISCARD AsmJsParser::TemporaryVariableScope { class in v8::internal::wasm::AsmJsParser184 explicit TemporaryVariableScope(AsmJsParser* parser) : parser_(parser) { in TemporaryVariableScope() function in v8::internal::wasm::AsmJsParser::TemporaryVariableScope188 ~TemporaryVariableScope() { in ~TemporaryVariableScope()1605 TemporaryVariableScope tmp(this); in UnaryExpression()2122 base::Optional<TemporaryVariableScope> tmp_scope; in ValidateCall()2341 TemporaryVariableScope tmp_x(this); in ValidateCall()2342 TemporaryVariableScope tmp_y(this); in ValidateCall()2365 TemporaryVariableScope tmp(this); in ValidateCall()
129 class TemporaryVariableScope; variable