• Home
  • Raw
  • Download

Lines Matching refs:GetJSThread

76     FrameHandler frameHandler(ecmaVm->GetJSThread());  in GetStackDepth()
88 return std::make_shared<FrameHandler>(ecmaVm->GetJSThread()); in NewFrameHandler()
93 FrameHandler frameHandler(ecmaVm->GetJSThread()); in StackWalker()
112 return FrameHandler(ecmaVm->GetJSThread()).GetBytecodeOffset(); in GetBytecodeOffset()
117 FrameHandler frameHandler(ecmaVm->GetJSThread()); in GetMethod()
141 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsNativeMethod()
156 Method *method = FrameHandler(ecmaVm->GetJSThread()).GetMethod(); in GetJSPandaFile()
195 JSHandle<JSTaggedValue> handledValue(ecmaVm->GetJSThread(), value); in GetVRegValue()
202 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException()
203 JSHandle<JSTaggedValue> handledException(ecmaVm->GetJSThread(), exception); in GetAndClearException()
204 ecmaVm->GetJSThread()->ClearException(); in GetAndClearException()
210 ecmaVm->GetJSThread()->SetException(JSNApiHelper::ToJSTaggedValue(*exception)); in SetException()
215 return ecmaVm->GetJSThread()->ClearException(); in ClearException()
267 JSHandle<JSTaggedValue> handledValue(ecmaVm->GetJSThread(), value); in GetProperties()
281 LexicalEnv::Cast(env.GetTaggedObject())->SetProperties(ecmaVm->GetJSThread(), slot, target); in SetProperties()
310 JSThread *thread = ecmaVm->GetJSThread(); in GetGlobalValue()
335 JSThread *thread = ecmaVm->GetJSThread(); in SetGlobalValue()
356 JSThread *thread = ecmaVm->GetJSThread(); in GetCurrentModule()
380 JSThread *thread = ecmaVm->GetJSThread(); in GetImportModule()
430 JSThread *thread = ecmaVm->GetJSThread(); in GetModuleVariableIndex()
460 JSThread *thread = ecmaVm->GetJSThread(); in GetRequestModuleIndex()
492 JSThread *thread = ecmaVm->GetJSThread(); in GetExportVariableValue()
518 JSThread *thread = ecmaVm->GetJSThread(); in SetExportVariableValue()
579 JSThread *thread = ecmaVm->GetJSThread(); in InitializeExportVariables()
612 JSThread *thread = ecmaVm->GetJSThread(); in GetLocalExportVariables()
664 JSThread *thread = ecmaVm->GetJSThread(); in GetIndirectExportVariables()
703 JSThread *thread = ecmaVm->GetJSThread(); in GetImportVariables()
742 JSThread *thread = ecmaVm->GetJSThread(); in HandleUncaughtException()
765 mgr->LoadJSPandaFile(ecmaVm->GetJSThread(), "", entryPoint, buffer, size); in GenerateFuncFromBuffer()
772 return JSNApiHelper::ToLocal<FunctionRef>(JSHandle<JSTaggedValue>(ecmaVm->GetJSThread(), func)); in GenerateFuncFromBuffer()
784 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
788 ecmaVm->GetJSThread()->CheckSwitchDebuggerBCStub(); in EvaluateViaFuncCall()
796 FrameHandler frameHandler(ecmaVm->GetJSThread()); in IsExceptionCaught()
825 JSThread *thread = ecmaVm->GetJSThread(); in GetNativePointer()
872 JSThread *thread = ecmaVm->GetJSThread(); in GetArrayListValue()
889 JSThread *thread = ecmaVm->GetJSThread(); in GetDequeValue()
904 JSThread *thread = ecmaVm->GetJSThread(); in GetHashMapValue()
938 JSThread *thread = ecmaVm->GetJSThread(); in GetHashSetValue()
974 JSThread *thread = ecmaVm->GetJSThread(); in GetLightWeightMapValue()
1001 JSThread *thread = ecmaVm->GetJSThread(); in GetLightWeightSetValue()
1024 JSThread *thread = ecmaVm->GetJSThread(); in GetLinkedListValue()
1044 JSThread *thread = ecmaVm->GetJSThread(); in GetListValue()
1066 JSThread *thread = ecmaVm->GetJSThread(); in GetPlainArrayValue()
1093 JSThread *thread = ecmaVm->GetJSThread(); in GetQueueValue()
1112 JSThread *thread = ecmaVm->GetJSThread(); in GetStackValue()
1129 JSThread *thread = ecmaVm->GetJSThread(); in GetTreeMapValue()
1156 JSThread *thread = ecmaVm->GetJSThread(); in GetTreeSetValue()
1186 JSThread *thread = ecmaVm->GetJSThread(); in GetVectorValue()
1199 JSThread *thread = ecmaVm->GetJSThread(); in DropLastFrame()