Searched refs:CheckIsSendableMethod (Results 1 – 6 of 6) sorted by relevance
219 bool CheckIsSendableMethod() in CheckIsSendableMethod() function221 return dropframeManager_.CheckIsSendableMethod(); in CheckIsSendableMethod()
42 bool CheckIsSendableMethod();
141 if (CheckIsSendableMethod()) { in MethodExit()329 bool DropframeManager::CheckIsSendableMethod() in CheckIsSendableMethod() function in panda::ecmascript::tooling::DropframeManager
201 static bool CheckIsSendableMethod(const EcmaVM *ecmaVm);
1308 bool DebuggerApi::CheckIsSendableMethod(const EcmaVM *ecmaVm) in CheckIsSendableMethod() function in panda::ecmascript::tooling::DebuggerApi1311 return debuggerMgr->CheckIsSendableMethod(); in CheckIsSendableMethod()
1642 if (DebuggerApi::CheckIsSendableMethod(vm_)) { in DropFrame()