Home
last modified time | relevance | path

Searched refs:IsBlackboxed (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.cc777 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::Debug
1949 ? IsBlackboxed(shared) in HandleDebugBreak()
Ddebug.h272 bool IsBlackboxed(Handle<SharedFunctionInfo> shared);
/external/v8/src/
Disolate.cc3896 type, promise->async_task_id(), debug()->IsBlackboxed(info)); in Throw()