Searched refs:currentTimeMS (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
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()
|
D | v8-inspector-impl.cc | 273 m_client->currentTimeMS(), toString16(detailedMessage), in exceptionThrown() 289 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
|
D | v8-heap-profiler-agent-impl.cc | 347 lastSeenObjectId, m_session->inspector()->client()->currentTimeMS()); in requestHeapStatsUpdate()
|
D | custom-preview.cc | 44 inspector->client()->currentTimeMS(), ConsoleAPIType::kError, arguments, in reportError()
|
D | v8-console.cc | 107 m_inspector->client()->currentTimeMS(), type, arguments, in reportCall()
|
/third_party/node/deps/v8/include/ |
D | v8-inspector.h | 267 virtual double currentTimeMS() { return 0; } in currentTimeMS() function
|
/third_party/node/src/ |
D | inspector_agent.cc | 650 double currentTimeMS() override { in currentTimeMS() function in node::inspector::NodeInspectorClient
|
D | js_native_api_v8_inspector.cc | 1255 double currentTimeMS() override { in currentTimeMS() function in v8impl::InspectorClient
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 2828 …js/node/commit/311ec12702)] - **inspector**: fixed V8InspectorClient::currentTimeMS (Aleksey Kozya…
|