Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:setjmp

4769         - fix <rdar://problem/4979089> PCRE should avoid setjmp/longjmp even when compiler
4795 1) Fix slowness caused by setjmp/longjmp by using computed goto instead.
4798 instead of using setjmp/longjmp to implemement non-recursive version of the regular
4824 instead of setjmp/longjmp. Change code that calls pcre_stack_malloc to first use
17697 * kjs/collector.cpp: Add missing <setjmp.h> include.