Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc182 class V8_NODISCARD AsmJsParser::TemporaryVariableScope { class in v8::internal::wasm::AsmJsParser
184 explicit TemporaryVariableScope(AsmJsParser* parser) : parser_(parser) { in TemporaryVariableScope() function in v8::internal::wasm::AsmJsParser::TemporaryVariableScope
188 ~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()
Dasm-parser.h129 class TemporaryVariableScope; variable