Home
last modified time | relevance | path

Searched refs:fromInteger64 (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/inspector/
Dremote-object-id.cc17 String16::fromInteger64(static_cast<int64_t>(isolateId)), ".", in serializeId()
Dstring-16.h41 static String16 fromInteger64(int64_t);
Dstring-16.cc88 String16 String16::fromInteger64(int64_t number) { in fromInteger64() function in v8_inspector::String16
Dv8-debugger.cc93 return String16::fromInteger64(m_first) + "." + in toString()
94 String16::fromInteger64(m_second); in toString()
Dv8-stack-trace-impl.cc168 dict->setString(kId, String16::fromInteger64(id)); in ToString()
Dvalue-mirror.cc174 *result = protocol::StringValue::create(String16::fromInteger64( in toProtocolValue()
565 return String16::fromInteger64( in description()