HomeSort by relevance Sort by last modified time
    Searched defs:isInt32 (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/parser/
ResultType.h 56 bool isInt32()
  /external/webkit/JavaScriptCore/runtime/
JSImmediate.h 601 inline bool JSValue::isInt32() const
608 ASSERT(isInt32());
JSValue.h 114 bool isInt32() const;
398 if (isInt32())
414 if (isInt32()) {
548 inline bool JSValue::isInt32() const
585 ASSERT(isInt32());
720 return isInt32() || isDouble();
751 return isInt32() ? asInt32() : asDouble();
761 if (isInt32()) {
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp     [all...]

Completed in 159 milliseconds