Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.h166 struct FunctionScope { struct
167 explicit FunctionScope(AsmTyper* typer) : typer_(typer) { in FunctionScope() function
174 ~FunctionScope() { in ~FunctionScope() argument
179 AsmTyper* typer_;