Searched defs:getTruncatedInt32 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
H A DJSImmediate.h274 static bool getTruncatedInt32(JSValue, int32_t&);
277 static int32_t getTruncatedInt32(JSValue);
495 ALWAYS_INLINE int32_t JSImmediate::getTruncatedInt32(JSValue v) function in class:JSC::JSImmediate
530 ALWAYS_INLINE bool JSImmediate::getTruncatedInt32(JSValue v, int32_t& i) function in class:JSC::JSImmediate
609 return JSImmediate::getTruncatedInt32(asValue());

Completed in 13 milliseconds