Searched refs:throwStackOverflowError (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DStringRecursionChecker.cpp29 JSValue StringRecursionChecker::throwStackOverflowError() function in class:JSC::StringRecursionChecker
H A DStringRecursionChecker.h39 JSValue throwStackOverflowError();
54 return throwStackOverflowError();
H A DExceptionHelpers.h51 JSObject* throwStackOverflowError(ExecState*);
H A DFunctionPrototype.cpp138 return JSValue::encode(throwStackOverflowError(exec));
142 return JSValue::encode(throwStackOverflowError(exec));
147 return JSValue::encode(throwStackOverflowError(exec));
H A DExceptionHelpers.cpp138 JSObject* throwStackOverflowError(ExecState* exec) function in namespace:JSC
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp859 return checkedReturn(throwStackOverflowError(callFrame));
983 return checkedReturn(throwStackOverflowError(callFrame));
1025 return checkedReturn(throwStackOverflowError(callFrame));
1056 return checkedReturn(throwStackOverflowError(callFrame));
1097 return checkedReturn(throwStackOverflowError(callFrame));
1103 return checkedReturn(throwStackOverflowError(callFrame));
1135 return checkedReturn(throwStackOverflowError(callFrame));
1184 throwStackOverflowError(callFrame);
1200 throwStackOverflowError(callFrame);
1205 throwStackOverflowError(callFram
[all...]

Completed in 198 milliseconds