Searched defs:checkedReturn (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp716 static inline JSValue checkedReturn(JSValue returnValue) function in namespace:JSC
722 static inline JSObject* checkedReturn(JSObject* returnValue) function in namespace:JSC
733 return checkedReturn(throwStackOverflowError(callFrame));
739 return checkedReturn(throwError(callFrame, error));
745 return checkedReturn(throwStackOverflowError(callFrame));
783 return checkedReturn(result);
791 return checkedReturn(throwStackOverflowError(callFrame));
798 return checkedReturn(throwStackOverflowError(callFrame));
815 return checkedReturn(throwError(callFrame, compileError));
822 return checkedReturn(throwStackOverflowErro
[all...]

Completed in 95 milliseconds