Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:recursion

7431         Bug 51358 - Should check stack depth rather than using recursion limits in byte compilation
7433 The current implementation of recursion limit checking is not safe on smaller stacks.
7434 Switch to using a common mechanism, shared with the parser, to check recursion limits.
7437 footprint on the stack, at just under 1k on x86-64. Given this, the default recursion
10094 recursion.
15642 The recursion data member in the JSGlobalObject and its getter