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