Lines Matching refs:TestUtil
42 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE);
57 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location);
72 TestUtil::SuspendUntilContinue(DebugEvent::STEP_COMPLETE, location);
79 TestUtil::WaitForLoadModule();
80 TestUtil::Continue();
83 TestUtil::WaitForBreakpoint(pointerLocations_.at(index));
84 TestUtil::Continue();
86 TestUtil::WaitForStepComplete(stepLocations_.at(index));
87 TestUtil::Continue();
117 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN],