Changeset 53151 in webkit for trunk/JavaScriptCore/jit/JITStubs.cpp
- Timestamp:
- Jan 12, 2010, 11:42:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITStubs.cpp
r52970 r53151 1623 1623 STUB_INIT_STACK_FRAME(stackFrame); 1624 1624 1625 #if ndef NDEBUG1625 #if !ASSERT_DISABLED 1626 1626 CallData callData; 1627 1627 ASSERT(stackFrame.args[0].jsValue().getCallData(callData) == CallTypeJS); … … 1872 1872 } 1873 1873 1874 #if ndef NDEBUG1874 #if !ASSERT_DISABLED 1875 1875 ConstructData constructData; 1876 1876 ASSERT(constructor->getConstructData(constructData) == ConstructTypeJS);
Note:
See TracChangeset
for help on using the changeset viewer.