Searched refs:IsBlackboxed (Results 1 – 3 of 3) sorted by relevance
777 if (IsBlackboxed(shared)) return; in FloodWithOneShot()862 if (IsBlackboxed(shared)) return; in PrepareStepIn()945 if (IsBlackboxed(info)) continue; in PrepareStepOnThrow()1014 if (step_action == StepNext && IsBlackboxed(shared)) step_action = StepOut; in PrepareStep()1031 if (!location.IsReturnOrSuspend() && !IsBlackboxed(shared)) { in PrepareStep()1061 if (IsBlackboxed(info)) continue; in PrepareStep()1693 if (!IsBlackboxed(info)) return false; in IsFrameBlackboxed()1793 bool Debug::IsBlackboxed(Handle<SharedFunctionInfo> shared) { in IsBlackboxed() function in v8::internal::Debug1949 ? IsBlackboxed(shared) in HandleDebugBreak()
272 bool IsBlackboxed(Handle<SharedFunctionInfo> shared);
3896 type, promise->async_task_id(), debug()->IsBlackboxed(info)); in Throw()