Changeset 39554 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
r39320 r39554 2 2 * Copyright (C) 1999-2002 Harri Porten ([email protected]) 3 3 * Copyright (C) 2001 Peter Kelly ([email protected]) 4 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.4 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 5 5 * Copyright (C) 2007 Cameron Zwarich ([email protected]) 6 6 * Copyright (C) 2007 Maks Orlovich … … 421 421 422 422 #ifndef NDEBUG 423 JSValue* globalFunc KJSPrint(ExecState* exec, JSObject*, JSValue*, const ArgList& args)423 JSValue* globalFuncJSCPrint(ExecState* exec, JSObject*, JSValue*, const ArgList& args) 424 424 { 425 425 CStringBuffer string;
Note:
See TracChangeset
for help on using the changeset viewer.