Searched refs:GetStackDepth (Results 1 – 5 of 5) sorted by relevance
23 uint32_t SingleStepper::GetStackDepth() const in GetStackDepth() function in panda::ecmascript::tooling::SingleStepper25 return DebuggerApi::GetStackDepth(ecmaVm_); in GetStackDepth()41 uint32_t stackDepth = GetStackDepth(); in StepComplete()
35 stackDepth_(GetStackDepth()), in SingleStepper()53 uint32_t GetStackDepth() const;
55 static uint32_t GetStackDepth(const EcmaVM *ecmaVm);
73 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth() function in panda::ecmascript::tooling::DebuggerApi
994 uint32_t stackDepth = DebuggerApi::GetStackDepth(vm_); in DropFrame()1372 if (singleStepper_ != nullptr && DebuggerApi::GetStackDepth(vm_) == 0) { in ClearSingleStepper()