Changeset 184647 in webkit for trunk/Source/JavaScriptCore/jit/JITOperations.cpp
- Timestamp:
- May 20, 2015, 12:35:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOperations.cpp
r184324 r184647 747 747 JSObject* error = functionExecutable->prepareForExecution(execCallee, callee, scope, kind); 748 748 if (error) { 749 throwStackOverflowError(exec);749 exec->vm().throwException(exec, error); 750 750 return reinterpret_cast<char*>(vm->getCTIStub(throwExceptionFromCallSlowPathGenerator).code().executableAddress()); 751 751 }
Note:
See TracChangeset
for help on using the changeset viewer.