Searched refs:asInt64 (Results 1 – 2 of 2) sorted by relevance
178 return value.u.asInt64; in encode()184 v.u.asInt64 = encodedJSValue; in decode()256 return u.asInt64 == other.u.asInt64;261 return u.asInt64 != other.u.asInt64;375 u.asInt64 = ValueEmpty; in JSValue()381 u.asInt64 = ValueDeleted; in JSValue()444 return static_cast<int32_t>(u.asInt64); in asInt32()454 u.asInt64 = ValueNull; in JSValue()459 u.asInt64 = ValueUndefined; in JSValue()464 u.asInt64 = ValueTrue; in JSValue()[all …]
66 int64_t asInt64; member