Lines Matching refs:GetJSThread
61 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetStackDepth()
73 return std::make_shared<FrameHandler>(ecmaVm->GetJSThread()); in NewFrameHandler()
78 FrameHandler frameHandler(ecmaVm->GetJSThread()); in StackWalker()
98 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetStackDepthOverBuiltin()
116 return FrameHandler(ecmaVm->GetJSThread()).GetBytecodeOffset(); in GetBytecodeOffset()
121 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetMethod()
145 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsNativeMethod()
160 Method *method = FrameHandler(ecmaVm->GetJSThread()).GetMethod(); in GetJSPandaFile()
213 JSHandle<JSTaggedValue> handledValue(ecmaVm->GetJSThread(), value); in GetVRegValue()
220 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException()
221 JSHandle<JSTaggedValue> handledException(ecmaVm->GetJSThread(), exception); in GetAndClearException()
222 ecmaVm->GetJSThread()->ClearException(); in GetAndClearException()
228 ecmaVm->GetJSThread()->SetException(JSNApiHelper::ToJSTaggedValue(*exception)); in SetException()
233 return ecmaVm->GetJSThread()->ClearException(); in ClearException()
296 JSHandle<ECMAObject> ecmaObjHandle(ecmaVM->GetJSThread(), ecmaObj); in GetObjectHash()
297 ECMAObject::SetHash(ecmaVM->GetJSThread(), hash, ecmaObjHandle); in GetObjectHash()
339 JSHandle<JSTaggedValue> handledValue(ecmaVm->GetJSThread(), value); in GetProperties()
353 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(ecmaVm->GetJSThread(), slot, target); in SetProperties()
382 JSThread *thread = ecmaVm->GetJSThread(); in GetGlobalValue()
407 JSThread *thread = ecmaVm->GetJSThread(); in SetGlobalValue()
428 JSThread *thread = ecmaVm->GetJSThread(); in GetCurrentModule()
452 JSThread *thread = ecmaVm->GetJSThread(); in GetImportModule()
502 JSThread *thread = ecmaVm->GetJSThread(); in GetModuleVariableIndex()
532 JSThread *thread = ecmaVm->GetJSThread(); in GetRequestModuleIndex()
564 JSThread *thread = ecmaVm->GetJSThread(); in GetExportVariableValue()
590 JSThread *thread = ecmaVm->GetJSThread(); in SetExportVariableValue()
651 JSThread *thread = ecmaVm->GetJSThread(); in InitializeExportVariables()
684 JSThread *thread = ecmaVm->GetJSThread(); in GetLocalExportVariables()
736 JSThread *thread = ecmaVm->GetJSThread(); in GetIndirectExportVariables()
776 JSThread *thread = ecmaVm->GetJSThread(); in GetImportVariables()
816 JSThread *thread = ecmaVm->GetJSThread(); in HandleUncaughtException()
839 mgr->LoadJSPandaFile(ecmaVm->GetJSThread(), "", entryPoint, buffer, size); in GenerateFuncFromBuffer()
846 return JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(ecmaVm->GetJSThread(), func)); in GenerateFuncFromBuffer()
858 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
862 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
877 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in CallFunctionOnCall()
881 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in CallFunctionOnCall()
889 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsExceptionCaught()
918 JSThread *thread = ecmaVm->GetJSThread(); in GetNativePointer()
968 JSThread *thread = ecmaVm->GetJSThread(); in GetArrayListValue()
985 JSThread *thread = ecmaVm->GetJSThread(); in GetDequeValue()
1000 JSThread *thread = ecmaVm->GetJSThread(); in GetHashMapValue()
1034 JSThread *thread = ecmaVm->GetJSThread(); in GetHashSetValue()
1070 JSThread *thread = ecmaVm->GetJSThread(); in GetLightWeightMapValue()
1097 JSThread *thread = ecmaVm->GetJSThread(); in GetLightWeightSetValue()
1120 JSThread *thread = ecmaVm->GetJSThread(); in GetLinkedListValue()
1140 JSThread *thread = ecmaVm->GetJSThread(); in GetListValue()
1162 JSThread *thread = ecmaVm->GetJSThread(); in GetPlainArrayValue()
1189 JSThread *thread = ecmaVm->GetJSThread(); in GetQueueValue()
1208 JSThread *thread = ecmaVm->GetJSThread(); in GetStackValue()
1225 JSThread *thread = ecmaVm->GetJSThread(); in GetTreeMapValue()
1252 JSThread *thread = ecmaVm->GetJSThread(); in GetTreeSetValue()
1282 JSThread *thread = ecmaVm->GetJSThread(); in GetVectorValue()
1297 JSThread *thread = ecmaVm->GetJSThread(); in CheckPromiseQueueSize()