Searched refs:checkedReturn (Results 1 – 1 of 1) sorted by relevance
716 static inline JSValue checkedReturn(JSValue returnValue) in checkedReturn() function722 static inline JSObject* checkedReturn(JSObject* returnValue) in checkedReturn() function733 return checkedReturn(throwStackOverflowError(callFrame)); in execute()739 return checkedReturn(throwError(callFrame, error)); in execute()745 return checkedReturn(throwStackOverflowError(callFrame)); in execute()783 return checkedReturn(result); in execute()791 return checkedReturn(throwStackOverflowError(callFrame)); in executeCall()798 return checkedReturn(throwStackOverflowError(callFrame)); in executeCall()815 return checkedReturn(throwError(callFrame, compileError)); in executeCall()822 return checkedReturn(throwStackOverflowError(callFrame)); in executeCall()[all …]