Changeset 36437 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Sep 15, 2008, 3:43:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r36427 r36437 4532 4532 ASSERT(constructType == ConstructTypeNone); 4533 4533 4534 exec->setException(createNotAConstructorError(exec, constrVal, ARG_instr 4, ARG_codeBlock));4534 exec->setException(createNotAConstructorError(exec, constrVal, ARG_instr5, ARG_codeBlock)); 4535 4535 VM_CHECK_EXCEPTION_AT_END(); 4536 4536 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.