Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp716 static inline JSValue checkedReturn(JSValue returnValue) in checkedReturn() function
722 static inline JSObject* checkedReturn(JSObject* returnValue) in checkedReturn() function
733 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 …]