Searched refs:IsCurrent (Results 1 – 3 of 3) sorted by relevance
605 bool IsCurrent() const;
637 bool IsCurrent() const { return this == TryGetCurrent(); } in IsCurrent() function
8582 bool Isolate::IsCurrent() const { in IsCurrent() function in v8::Isolate8583 return reinterpret_cast<const i::Isolate*>(this)->IsCurrent(); in IsCurrent()