Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.cpp173 int32_t missingOne = 1 << exp; in toInt32() local
174 result &= missingOne - 1; in toInt32()
175 result += missingOne; in toInt32()