Searched refs:framesToSkip (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DAssertions.cpp254 static const int framesToSkip = 2; local
256 void** samples = static_cast<void**>(alloca((framesToShow + framesToSkip) * sizeof(void *)));
257 int frames = framesToShow + framesToSkip;
260 WTFPrintBacktrace(samples + framesToSkip, frames - framesToSkip);

Completed in 126 milliseconds