Changeset 86657 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
- Timestamp:
- May 16, 2011, 11:12:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
r86653 r86657 588 588 } 589 589 590 #ifndef NDEBUG 591 EncodedJSValue JSC_HOST_CALL globalFuncJSCPrint(ExecState* exec) 592 { 593 CString string = exec->argument(0).toString(exec).utf8(); 594 puts(string.data()); 595 return JSValue::encode(jsUndefined()); 596 } 597 #endif 598 590 599 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.