Changeset 36863 in webkit for trunk/JavaScriptCore/API/tests/testapi.c
- Timestamp:
- Sep 24, 2008, 1:38:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/tests/testapi.c
r36784 r36863 25 25 26 26 #include "JavaScriptCore.h" 27 #include "JSBasePrivate.h" 27 28 #include <math.h> 28 29 #include <wtf/Assertions.h> … … 584 585 JSGlobalContextRetain(context); 585 586 JSGlobalContextRelease(context); 587 588 JSReportExtraMemoryCost(context, 0); 589 JSReportExtraMemoryCost(context, 1); 590 JSReportExtraMemoryCost(context, 1024); 586 591 587 592 JSObjectRef globalObject = JSContextGetGlobalObject(context);
Note:
See TracChangeset
for help on using the changeset viewer.