Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.h266 inline bool CheckForZero() { in CheckForZero() function
Dasm-parser.cc559 if (!CheckForZero()) { in ValidateModuleVarImport()
872 if (!CheckForZero()) { in ValidateFunctionParams()
2036 if (a->IsA(AsmType::Intish()) && CheckForZero()) { in BitwiseORExpression()