Searched defs:thisPtr (Results 1 – 3 of 3) sorted by relevance
72 SharedPtrToSharedPtrStruct<T> thisPtr; // NOLINT(misc-non-private-member-variables-in-classes) member
280 auto thisPtr = const_cast<EtsObject **>(argReader.ReadPtr<EtsObject *>()); in EtsNapiBegin() local
261 …ror> Debugger::GetThisVariableByFrame(PtThread thread, uint32_t frameDepth, ObjectHeader **thisPtr) in GetThisVariableByFrame()