Searched defs:TestBreakLocationIterator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc442 class TestBreakLocationIterator: public v8::internal::BreakLocationIterator { class in inherits:v8::internal::BreakLocationIterator
444 explicit TestBreakLocationIterator(Handle<v8::internal::DebugInfo> debug_info) function in class:TestBreakLocationIterator
469 TestBreakLocationIterator it1(Debug::GetDebugInfo(shared));
488 TestBreakLocationIterator it2(Debug::GetDebugInfo(shared));

Completed in 214 milliseconds