Home
last modified time | relevance | path

Searched refs:kMaxRecursionDepth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DWorkerContextExecutionProxy.cpp238 if (m_recursion >= kMaxRecursionDepth) { in runScript()
DV8Proxy.h119 const int kMaxRecursionDepth = 22; variable
DV8Proxy.cpp389 if (m_recursion >= kMaxRecursionDepth) { in runScript()
450 if (m_recursion >= kMaxRecursionDepth) { in callFunction()