Lines Matching refs:TestUtil
40 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE);
55 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location);
70 TestUtil::SuspendUntilContinue(DebugEvent::STEP_COMPLETE, location);
77 TestUtil::WaitForLoadModule();
78 TestUtil::Continue();
81 TestUtil::WaitForBreakpoint(pointerLocations_.at(index));
82 TestUtil::Continue();
84 TestUtil::WaitForStepComplete(stepLocations_.at(index));
85 TestUtil::Continue();
117 JSPtLocation location_ = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN],