Searched defs:frame_count (Results 51 - 52 of 52) sorted by relevance

123

/external/v8/test/cctest/
H A Dtest-api.cc13785 int frame_count = stack_trace->GetFrameCount(); local
13786 CHECK_EQ(3, frame_count);
13788 for (int i = 0; i < frame_count; i++) {
13828 int frame_count = stack_trace->GetFrameCount(); local
13829 CHECK_EQ(2, frame_count);
13831 for (int i = 0; i < frame_count; i++) {
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc16789 int frame_count = stack_trace->GetFrameCount(); local
16790 CHECK_EQ(3, frame_count);
16792 for (int i = 0; i < frame_count; i++) {
16832 int frame_count = stack_trace->GetFrameCount(); local
16833 CHECK_EQ(2, frame_count);
16835 for (int i = 0; i < frame_count; i++) {

Completed in 613 milliseconds

123