Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc226 ValueType vtype, bool mutable_variable, in AddGlobalImport()
237 void AsmJsParser::DeclareGlobal(VarInfo* info, bool mutable_variable, in DeclareGlobal()
422 bool mutable_variable = true; in ValidateModuleVars() local
441 void AsmJsParser::ValidateModuleVar(bool mutable_variable) { in ValidateModuleVar()
498 bool mutable_variable) { in ValidateModuleVarFromGlobal()
546 bool mutable_variable) { in ValidateModuleVarImport()
Dasm-parser.h99 bool mutable_variable = true; member