Home
last modified time | relevance | path

Searched refs:currentTimeMS (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc614 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 Dv8-inspector-impl.cc273 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown()
289 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
H A Dcustom-preview.cc44 inspector->client()->currentTimeMS(), ConsoleAPIType::kError, arguments, in reportError()
H A Dv8-heap-profiler-agent-impl.cc347 lastSeenObjectId, m_session->inspector()->client()->currentTimeMS()); in requestHeapStatsUpdate()
H A Dv8-console.cc107 m_inspector->client()->currentTimeMS(), type, arguments, in reportCall()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h282 virtual double currentTimeMS() { return 0; } in currentTimeMS() function in v8_inspector::V8InspectorClient
/third_party/node/deps/v8/include/
H A Dv8-inspector.h267 virtual double currentTimeMS() { return 0; } in currentTimeMS() function in v8_inspector::V8InspectorClient
/third_party/node/src/
H A Dinspector_agent.cc651 double currentTimeMS() override {
H A Djs_native_api_v8_inspector.cc1260 double currentTimeMS() override {

Completed in 12 milliseconds