Searched refs:fromInteger64 (Results 1 – 6 of 6) sorted by relevance
17 String16::fromInteger64(static_cast<int64_t>(isolateId)), ".", in serializeId()
41 static String16 fromInteger64(int64_t);
88 String16 String16::fromInteger64(int64_t number) { in fromInteger64() function in v8_inspector::String16
93 return String16::fromInteger64(m_first) + "." + in toString()94 String16::fromInteger64(m_second); in toString()
168 dict->setString(kId, String16::fromInteger64(id)); in ToString()
174 *result = protocol::StringValue::create(String16::fromInteger64( in toProtocolValue()565 return String16::fromInteger64( in description()