Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dstring-16.cc108 int64_t String16::toInteger64(bool* ok) const { in toInteger64() function in v8_inspector::String16
113 int64_t result = toInteger64(ok); in toInteger()
Dremote-object-id.cc31 int64_t isolateId = objectId.substring(0, firstDotPos).toInteger64(&ok); in parseId()
Dstring-16.h46 int64_t toInteger64(bool* ok = nullptr) const;
Dv8-debugger.cc84 int64_t first = debuggerId.substring(0, pos).toInteger64(&ok); in V8DebuggerId()
86 int64_t second = debuggerId.substring(pos + 1).toInteger64(&ok); in V8DebuggerId()
Dv8-stack-trace-impl.cc153 int64_t parsedId = s.toInteger64(&isOk); in V8StackTraceId()
Dv8-debugger-agent-impl.cc809 int64_t id = inStackTraceId->getId().toInteger64(&isOk); in getStackTrace()