Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h637 bool IsCurrent() const { return this == TryGetCurrent(); } in IsCurrent() function
/third_party/node/deps/v8/src/api/
Dapi.cc8658 bool Isolate::IsCurrent() const { in IsCurrent() function in v8::Isolate