HomeSort by relevance Sort by last modified time
    Searched defs:stack_overflow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/include/
v8-preparser.h 43 // Create a PreParserData value where stack_overflow reports true.
48 bool stack_overflow() { return size_ == 0u; } function in class:v8::PreParserData
76 // more stack space than the limit provided, the result's stack_overflow()
  /external/v8/include/
v8-preparser.h 76 // Create a PreParserData value where stack_overflow reports true.
81 bool stack_overflow() { return size_ == 0u; } function in class:v8::PreParserData
109 // more stack space than the limit provided, the result's stack_overflow()

Completed in 62 milliseconds