Changeset 154204 in webkit for trunk/Source/JavaScriptCore/jit
- Timestamp:
- Aug 16, 2013, 2:40:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubs.cpp
r154199 r154204 1421 1421 if (callType != CallTypeHost) { 1422 1422 ASSERT(callType == CallTypeNone); 1423 ErrorWithExecAndCalleeFunctor functor = ErrorWithExecAndCalleeFunctor(createNotA ConstructorError, callee);1423 ErrorWithExecAndCalleeFunctor functor = ErrorWithExecAndCalleeFunctor(createNotAFunctionError, callee); 1424 1424 return throwExceptionFromOpCall<EncodedJSValue>(stackFrame, callFrame, STUB_RETURN_ADDRESS, functor); 1425 1425 }
Note:
See TracChangeset
for help on using the changeset viewer.