Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
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()
Dv8-inspector-impl.cc273 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown()
289 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
Dv8-heap-profiler-agent-impl.cc347 lastSeenObjectId, m_session->inspector()->client()->currentTimeMS()); in requestHeapStatsUpdate()
Dcustom-preview.cc44 inspector->client()->currentTimeMS(), ConsoleAPIType::kError, arguments, in reportError()
Dv8-console.cc107 m_inspector->client()->currentTimeMS(), type, arguments, in reportCall()
/third_party/node/deps/v8/include/
Dv8-inspector.h267 virtual double currentTimeMS() { return 0; } in currentTimeMS() function
/third_party/node/src/
Dinspector_agent.cc650 double currentTimeMS() override { in currentTimeMS() function in node::inspector::NodeInspectorClient
Djs_native_api_v8_inspector.cc1255 double currentTimeMS() override { in currentTimeMS() function in v8impl::InspectorClient
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md2828 …js/node/commit/311ec12702)] - **inspector**: fixed V8InspectorClient::currentTimeMS (Aleksey Kozya…