Lines Matching refs:GetJSThread
77 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetStackDepth()
89 return std::make_shared<FrameHandler>(ecmaVm->GetJSThread()); in NewFrameHandler()
94 FrameHandler frameHandler(ecmaVm->GetJSThread()); in StackWalker()
114 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetStackDepthOverBuiltin()
129 return FrameHandler(ecmaVm->GetJSThread()).GetBytecodeOffset(); in GetBytecodeOffset()
134 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetMethod()
158 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsNativeMethod()
173 Method *method = FrameHandler(ecmaVm->GetJSThread()).GetMethod(); in GetJSPandaFile()
226 JSHandle<JSTaggedValue> handledValue(ecmaVm->GetJSThread(), value); in GetVRegValue()
233 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException()
234 JSHandle<JSTaggedValue> handledException(ecmaVm->GetJSThread(), exception); in GetAndClearException()
235 ecmaVm->GetJSThread()->ClearException(); in GetAndClearException()
241 ecmaVm->GetJSThread()->SetException(JSNApiHelper::ToJSTaggedValue(*exception)); in SetException()
246 return ecmaVm->GetJSThread()->ClearException(); in ClearException()
306 JSHandle<ECMAObject> ecmaObjHandle(ecmaVM->GetJSThread(), ecmaObj); in GetObjectHash()
307 ECMAObject::SetHash(ecmaVM->GetJSThread(), hash, ecmaObjHandle); in GetObjectHash()
325 JSHandle<JSTaggedValue> handledValue(ecmaVm->GetJSThread(), value); in GetProperties()
339 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(ecmaVm->GetJSThread(), slot, target); in SetProperties()
368 JSThread *thread = ecmaVm->GetJSThread(); in GetGlobalValue()
393 JSThread *thread = ecmaVm->GetJSThread(); in SetGlobalValue()
414 JSThread *thread = ecmaVm->GetJSThread(); in GetCurrentModule()
437 JSThread *thread = ecmaVm->GetJSThread(); in GetImportModule()
487 JSThread *thread = ecmaVm->GetJSThread(); in GetModuleVariableIndex()
517 JSThread *thread = ecmaVm->GetJSThread(); in GetRequestModuleIndex()
549 JSThread *thread = ecmaVm->GetJSThread(); in GetExportVariableValue()
575 JSThread *thread = ecmaVm->GetJSThread(); in SetExportVariableValue()
636 JSThread *thread = ecmaVm->GetJSThread(); in InitializeExportVariables()
669 JSThread *thread = ecmaVm->GetJSThread(); in GetLocalExportVariables()
721 JSThread *thread = ecmaVm->GetJSThread(); in GetIndirectExportVariables()
761 JSThread *thread = ecmaVm->GetJSThread(); in GetImportVariables()
801 JSThread *thread = ecmaVm->GetJSThread(); in HandleUncaughtException()
824 mgr->LoadJSPandaFile(ecmaVm->GetJSThread(), "", entryPoint, buffer, size); in GenerateFuncFromBuffer()
831 return JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(ecmaVm->GetJSThread(), func)); in GenerateFuncFromBuffer()
843 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
847 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
862 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in CallFunctionOnCall()
866 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in CallFunctionOnCall()
874 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsExceptionCaught()
903 JSThread *thread = ecmaVm->GetJSThread(); in GetNativePointer()
953 JSThread *thread = ecmaVm->GetJSThread(); in GetArrayListValue()
970 JSThread *thread = ecmaVm->GetJSThread(); in GetDequeValue()
985 JSThread *thread = ecmaVm->GetJSThread(); in GetHashMapValue()
1019 JSThread *thread = ecmaVm->GetJSThread(); in GetHashSetValue()
1055 JSThread *thread = ecmaVm->GetJSThread(); in GetLightWeightMapValue()
1082 JSThread *thread = ecmaVm->GetJSThread(); in GetLightWeightSetValue()
1105 JSThread *thread = ecmaVm->GetJSThread(); in GetLinkedListValue()
1125 JSThread *thread = ecmaVm->GetJSThread(); in GetListValue()
1147 JSThread *thread = ecmaVm->GetJSThread(); in GetPlainArrayValue()
1174 JSThread *thread = ecmaVm->GetJSThread(); in GetQueueValue()
1193 JSThread *thread = ecmaVm->GetJSThread(); in GetStackValue()
1210 JSThread *thread = ecmaVm->GetJSThread(); in GetTreeMapValue()
1237 JSThread *thread = ecmaVm->GetJSThread(); in GetTreeSetValue()
1267 JSThread *thread = ecmaVm->GetJSThread(); in GetVectorValue()
1282 JSThread *thread = ecmaVm->GetJSThread(); in CheckPromiseQueueSize()