Searched defs:ContextId (Results 1 – 2 of 2) sorted by relevance
185 ContextId() : id_(kEmptyId) {} in ContextId() function197 explicit ContextId(uintptr_t id) : id_(id) {} in ContextId() function
465 Maybe<int> Script::ContextId() const { in ContextId() function in v8::debug::Script