HomeSort by relevance Sort by last modified time
    Searched refs:asInt64 (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSValueInlineMethods.h 178 return value.u.asInt64;
184 v.u.asInt64 = encodedJSValue;
256 return u.asInt64 == other.u.asInt64;
261 return u.asInt64 != other.u.asInt64;
375 u.asInt64 = ValueEmpty;
381 u.asInt64 = ValueDeleted;
444 return static_cast<int32_t>(u.asInt64);
454 u.asInt64 = ValueNull
    [all...]
JSValue.h 66 int64_t asInt64;

Completed in 39 milliseconds