Searched refs:currentTimeMS (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-console-message.cc | 614 m_data[contextId].m_time[id] = m_inspector->client()->currentTimeMS(); in time() 629 return m_inspector->client()->currentTimeMS() - it->second; in timeLog() 636 double elapsed = m_inspector->client()->currentTimeMS() - it->second; in timeEnd()
|
H A D | v8-inspector-impl.cc | 273 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown() 289 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
|
H A D | custom-preview.cc | 44 inspector->client()->currentTimeMS(), ConsoleAPIType::kError, arguments, in reportError()
|
H A D | v8-heap-profiler-agent-impl.cc | 347 lastSeenObjectId, m_session->inspector()->client()->currentTimeMS()); in requestHeapStatsUpdate()
|
H A D | v8-console.cc | 107 m_inspector->client()->currentTimeMS(), type, arguments, in reportCall()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-inspector.h | 282 virtual double currentTimeMS() { return 0; } in currentTimeMS() function in v8_inspector::V8InspectorClient
|
/third_party/node/deps/v8/include/ |
H A D | v8-inspector.h | 267 virtual double currentTimeMS() { return 0; } in currentTimeMS() function in v8_inspector::V8InspectorClient
|
/third_party/node/src/ |
H A D | inspector_agent.cc | 651 double currentTimeMS() override {
|
H A D | js_native_api_v8_inspector.cc | 1260 double currentTimeMS() override {
|
Completed in 12 milliseconds