Changeset 192155 in webkit for trunk/Source/JavaScriptCore/runtime/CommonSlowPaths.cpp
- Timestamp:
- Nov 9, 2015, 6:15:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CommonSlowPaths.cpp
r191191 r192155 638 638 } 639 639 640 SLOW_PATH_DECL(slow_path_assert) 641 { 642 BEGIN(); 643 ASSERT_WITH_MESSAGE(OP(1).jsValue().asBoolean(), "JS assertion failed at line %d in:\n%s\n", pc[2].u.operand, exec->codeBlock()->sourceCodeForTools().data()); 644 END(); 645 } 646 640 647 SLOW_PATH_DECL(slow_path_create_lexical_environment) 641 648 {
Note:
See TracChangeset
for help on using the changeset viewer.