Searched refs:IsNativeMethod (Results 1 – 6 of 6) sorted by relevance
43 bool IsNativeMethod() const in IsNativeMethod() function
63 static bool IsNativeMethod(const EcmaVM *ecmaVm);64 static bool IsNativeMethod(const FrameHandler *frameHandler);
139 bool DebuggerApi::IsNativeMethod(const EcmaVM *ecmaVm) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi142 return DebuggerApi::IsNativeMethod(&frameHandler); in IsNativeMethod()145 bool DebuggerApi::IsNativeMethod(const FrameHandler *frameHandler) in IsNativeMethod() function in panda::ecmascript::tooling::DebuggerApi
1064 if (DebuggerApi::IsNativeMethod(frameHandler)) { in GenerateCallFrames()1380 if (DebuggerApi::IsNativeMethod(vm_)) { in CmptEvaluateValue()
603 GateRef IsNativeMethod(GateRef method);
2249 inline GateRef StubBuilder::IsNativeMethod(GateRef method) in IsNativeMethod() function