Lines Matching refs:TestUtil
34 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location);
42 TestUtil::SuspendUntilContinue(DebugEvent::CHECK_COMPLETE);
44 TestUtil::SuspendUntilContinue(DebugEvent::DROPFRAME);
59 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE);
71 TestUtil::WaitForLoadModule();
72 TestUtil::Continue();
75 TestUtil::WaitForBreakpoint(pointerLocations_.at(index));
80 TestUtil::Continue();
83 TestUtil::WaitForCheckComplete();
84 TestUtil::Continue();
85 TestUtil::WaitForDropframe();
87 TestUtil::Continue();
386 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN],