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

/external/chromium_org/v8/src/
H A Disolate.h1414 bool IsBelowFrame(JavaScriptFrame* frame) { function in class:v8::internal::BASE_EMBEDDED
H A Druntime.cc10947 while (save != NULL && !save->IsBelowFrame(frame)) {
/external/v8/src/
H A Disolate.h1296 bool IsBelowFrame(JavaScriptFrame* frame) { function in class:v8::internal::BASE_EMBEDDED
H A Druntime.cc10406 while (save != NULL && !save->IsBelowFrame(frame)) {

Completed in 84 milliseconds