Lines Matching defs:ecmaVm
58 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth()
71 std::shared_ptr<FrameHandler> DebuggerApi::NewFrameHandler(const EcmaVM *ecmaVm) in NewFrameHandler()
76 bool DebuggerApi::StackWalker(const EcmaVM *ecmaVm, std::function<StackState(const FrameHandler *)>… in StackWalker()
95 uint32_t DebuggerApi::GetStackDepthOverBuiltin(const EcmaVM *ecmaVm) in GetStackDepthOverBuiltin()
114 uint32_t DebuggerApi::GetBytecodeOffset(const EcmaVM *ecmaVm) in GetBytecodeOffset()
119 std::unique_ptr<PtMethod> DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod()
143 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod()
158 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile()
209 Local<JSValueRef> DebuggerApi::GetVRegValue(const EcmaVM *ecmaVm, in GetVRegValue()
218 Local<JSValueRef> DebuggerApi::GetAndClearException(const EcmaVM *ecmaVm) in GetAndClearException()
226 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException()
231 void DebuggerApi::ClearException(const EcmaVM *ecmaVm) in ClearException()
243 JSDebugger *DebuggerApi::CreateJSDebugger(const EcmaVM *ecmaVm) in CreateJSDebugger()
329 Local<JSValueRef> DebuggerApi::GetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in GetProperties()
343 void DebuggerApi::SetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in SetProperties()
378 Local<JSValueRef> DebuggerApi::GetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name) in GetGlobalValue()
403 bool DebuggerApi::SetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name, Local<JSValueRef> val… in SetGlobalValue()
426 JSTaggedValue DebuggerApi::GetCurrentModule(const EcmaVM *ecmaVm) in GetCurrentModule()
449 JSHandle<JSTaggedValue> DebuggerApi::GetImportModule(const EcmaVM *ecmaVm, in GetImportModule()
491 int32_t DebuggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &cu… in GetModuleVariableIndex()
526 int32_t DebuggerApi::GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, in GetRequestModuleIndex()
547 Local<JSValueRef> DebuggerApi::GetExportVariableValue(const EcmaVM *ecmaVm, in GetExportVariableValue()
574 bool DebuggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &curre… in SetExportVariableValue()
600 Local<JSValueRef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &… in GetModuleValue()
618 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetModuleValue()
639 void DebuggerApi::InitializeExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in InitializeExportVariables()
672 void DebuggerApi::GetLocalExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetLocalExportVariables()
724 void DebuggerApi::GetIndirectExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetIndirectExportVariables()
765 void DebuggerApi::GetImportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetImportVariables()
814 void DebuggerApi::HandleUncaughtException(const EcmaVM *ecmaVm, std::string &message) in HandleUncaughtException()
834 Local<FunctionRef> DebuggerApi::GenerateFuncFromBuffer(const EcmaVM *ecmaVm, const void *buffer, in GenerateFuncFromBuffer()
849 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()
868 Local<JSValueRef> DebuggerApi::CallFunctionOnCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in CallFunctionOnCall()
887 bool DebuggerApi::IsExceptionCaught(const EcmaVM *ecmaVm) in IsExceptionCaught()
902 std::vector<DebugInfoExtractor *> DebuggerApi::GetPatchExtractors(const EcmaVM *ecmaVm, const std::… in GetPatchExtractors()
908 const JSPandaFile *DebuggerApi::GetBaseJSPandaFile(const EcmaVM *ecmaVm, const JSPandaFile *jsPanda… in GetBaseJSPandaFile()
914 std::vector<void *> DebuggerApi::GetNativePointer(const EcmaVM *ecmaVm) in GetNativePointer()
947 uint32_t DebuggerApi::GetContainerLength(const EcmaVM *ecmaVm, Local<JSValueRef> value) in GetContainerLength()
953 void DebuggerApi::AddInternalProperties(const EcmaVM *ecmaVm, Local<ObjectRef> object, in AddInternalProperties()
962 Local<JSValueRef> DebuggerApi::GetArrayListValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetArrayListValue()
979 Local<JSValueRef> DebuggerApi::GetDequeValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetDequeValue()
996 Local<JSValueRef> DebuggerApi::GetHashMapValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetHashMapValue()
1030 Local<JSValueRef> DebuggerApi::GetHashSetValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetHashSetValue()
1064 Local<JSValueRef> DebuggerApi::GetLightWeightMapValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetLightWeightMapValue()
1091 Local<JSValueRef> DebuggerApi::GetLightWeightSetValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetLightWeightSetValue()
1116 Local<JSValueRef> DebuggerApi::GetLinkedListValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetLinkedListValue()
1136 Local<JSValueRef> DebuggerApi::GetListValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetListValue()
1156 Local<JSValueRef> DebuggerApi::GetPlainArrayValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetPlainArrayValue()
1183 Local<JSValueRef> DebuggerApi::GetQueueValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetQueueValue()
1202 Local<JSValueRef> DebuggerApi::GetStackValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetStackValue()
1219 Local<JSValueRef> DebuggerApi::GetTreeMapValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetTreeMapValue()
1248 Local<JSValueRef> DebuggerApi::GetTreeSetValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetTreeSetValue()
1276 Local<JSValueRef> DebuggerApi::GetVectorValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetVectorValue()
1293 bool DebuggerApi::CheckPromiseQueueSize(const EcmaVM *ecmaVm) in CheckPromiseQueueSize()
1303 bool DebuggerApi::CheckIsSendableMethod(const EcmaVM *ecmaVm) in CheckIsSendableMethod()
1313 void DebuggerApi::DropLastFrame(const EcmaVM *ecmaVm) in DropLastFrame()