Lines Matching defs:ecmaVm
74 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth()
87 std::shared_ptr<FrameHandler> DebuggerApi::NewFrameHandler(const EcmaVM *ecmaVm) in NewFrameHandler()
92 bool DebuggerApi::StackWalker(const EcmaVM *ecmaVm, std::function<StackState(const FrameHandler *)>… in StackWalker()
111 uint32_t DebuggerApi::GetStackDepthOverBuiltin(const EcmaVM *ecmaVm) in GetStackDepthOverBuiltin()
127 uint32_t DebuggerApi::GetBytecodeOffset(const EcmaVM *ecmaVm) in GetBytecodeOffset()
132 std::unique_ptr<PtMethod> DebuggerApi::GetMethod(const EcmaVM *ecmaVm) in GetMethod()
156 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod()
171 JSPandaFile *DebuggerApi::GetJSPandaFile(const EcmaVM *ecmaVm) in GetJSPandaFile()
222 Local<JSValueRef> DebuggerApi::GetVRegValue(const EcmaVM *ecmaVm, in GetVRegValue()
231 Local<JSValueRef> DebuggerApi::GetAndClearException(const EcmaVM *ecmaVm) in GetAndClearException()
239 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException()
244 void DebuggerApi::ClearException(const EcmaVM *ecmaVm) in ClearException()
256 JSDebugger *DebuggerApi::CreateJSDebugger(const EcmaVM *ecmaVm) in CreateJSDebugger()
315 Local<JSValueRef> DebuggerApi::GetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in GetProperties()
329 void DebuggerApi::SetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in SetProperties()
364 Local<JSValueRef> DebuggerApi::GetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name) in GetGlobalValue()
389 bool DebuggerApi::SetGlobalValue(const EcmaVM *ecmaVm, Local<StringRef> name, Local<JSValueRef> val… in SetGlobalValue()
412 JSTaggedValue DebuggerApi::GetCurrentModule(const EcmaVM *ecmaVm) in GetCurrentModule()
434 JSHandle<JSTaggedValue> DebuggerApi::GetImportModule(const EcmaVM *ecmaVm, in GetImportModule()
476 int32_t DebuggerApi::GetModuleVariableIndex(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &cu… in GetModuleVariableIndex()
511 int32_t DebuggerApi::GetRequestModuleIndex(const EcmaVM *ecmaVm, JSTaggedValue moduleRequest, in GetRequestModuleIndex()
532 Local<JSValueRef> DebuggerApi::GetExportVariableValue(const EcmaVM *ecmaVm, in GetExportVariableValue()
559 bool DebuggerApi::SetExportVariableValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &curre… in SetExportVariableValue()
585 Local<JSValueRef> DebuggerApi::GetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> &… in GetModuleValue()
603 bool DebuggerApi::SetModuleValue(const EcmaVM *ecmaVm, const JSHandle<JSTaggedValue> ¤tModule, in SetModuleValue()
624 void DebuggerApi::InitializeExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in InitializeExportVariables()
657 void DebuggerApi::GetLocalExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetLocalExportVariables()
709 void DebuggerApi::GetIndirectExportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetIndirectExportVariables()
750 void DebuggerApi::GetImportVariables(const EcmaVM *ecmaVm, Local<ObjectRef> &moduleObj, in GetImportVariables()
799 void DebuggerApi::HandleUncaughtException(const EcmaVM *ecmaVm, std::string &message) in HandleUncaughtException()
819 Local<FunctionRef> DebuggerApi::GenerateFuncFromBuffer(const EcmaVM *ecmaVm, const void *buffer, in GenerateFuncFromBuffer()
834 Local<JSValueRef> DebuggerApi::EvaluateViaFuncCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in EvaluateViaFuncCall()
853 Local<JSValueRef> DebuggerApi::CallFunctionOnCall(EcmaVM *ecmaVm, Local<FunctionRef> funcRef, in CallFunctionOnCall()
872 bool DebuggerApi::IsExceptionCaught(const EcmaVM *ecmaVm) in IsExceptionCaught()
887 std::vector<DebugInfoExtractor *> DebuggerApi::GetPatchExtractors(const EcmaVM *ecmaVm, const std::… in GetPatchExtractors()
893 const JSPandaFile *DebuggerApi::GetBaseJSPandaFile(const EcmaVM *ecmaVm, const JSPandaFile *jsPanda… in GetBaseJSPandaFile()
899 std::vector<void *> DebuggerApi::GetNativePointer(const EcmaVM *ecmaVm) in GetNativePointer()
932 uint32_t DebuggerApi::GetContainerLength(const EcmaVM *ecmaVm, Local<JSValueRef> value) in GetContainerLength()
938 void DebuggerApi::AddInternalProperties(const EcmaVM *ecmaVm, Local<ObjectRef> object, in AddInternalProperties()
947 Local<JSValueRef> DebuggerApi::GetArrayListValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetArrayListValue()
964 Local<JSValueRef> DebuggerApi::GetDequeValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetDequeValue()
981 Local<JSValueRef> DebuggerApi::GetHashMapValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetHashMapValue()
1015 Local<JSValueRef> DebuggerApi::GetHashSetValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetHashSetValue()
1049 Local<JSValueRef> DebuggerApi::GetLightWeightMapValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetLightWeightMapValue()
1076 Local<JSValueRef> DebuggerApi::GetLightWeightSetValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetLightWeightSetValue()
1101 Local<JSValueRef> DebuggerApi::GetLinkedListValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetLinkedListValue()
1121 Local<JSValueRef> DebuggerApi::GetListValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetListValue()
1141 Local<JSValueRef> DebuggerApi::GetPlainArrayValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetPlainArrayValue()
1168 Local<JSValueRef> DebuggerApi::GetQueueValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetQueueValue()
1187 Local<JSValueRef> DebuggerApi::GetStackValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetStackValue()
1204 Local<JSValueRef> DebuggerApi::GetTreeMapValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetTreeMapValue()
1233 Local<JSValueRef> DebuggerApi::GetTreeSetValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetTreeSetValue()
1261 Local<JSValueRef> DebuggerApi::GetVectorValue(const EcmaVM *ecmaVm, Local<JSValueRef> value, in GetVectorValue()
1278 bool DebuggerApi::CheckPromiseQueueSize(const EcmaVM *ecmaVm) in CheckPromiseQueueSize()
1288 void DebuggerApi::DropLastFrame(const EcmaVM *ecmaVm) in DropLastFrame()