Home
last modified time | relevance | path

Searched refs:GetNextRandomInt64 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-inspector-impl.cc417 if (!id) id = v8::debug::GetNextRandomInt64(m_isolate); in generateUniqueId()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h563 int64_t GetNextRandomInt64(v8::Isolate* isolate);
Ddebug-interface.cc1099 int64_t GetNextRandomInt64(v8::Isolate* v8_isolate) { in GetNextRandomInt64() function