Home
last modified time | relevance | path

Searched defs:ContextId (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-metrics.h185 ContextId() : id_(kEmptyId) {} in ContextId() function
197 explicit ContextId(uintptr_t id) : id_(id) {} in ContextId() function
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc465 Maybe<int> Script::ContextId() const { in ContextId() function in v8::debug::Script