Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-typer.cc1874 static const int32_t kIntishBound = 1 << 20; in IsIntishLiteralFactor() local
1875 return -kIntishBound < *factor && *factor < kIntishBound; in IsIntishLiteralFactor()