Changeset 39554 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- Jan 2, 2009, 12:59:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r37938 r39554 1 1 /* 2 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 3 * Copyright (C) 2003, 2006, 2007, 2008 Apple Inc. All rights reserved.3 * Copyright (C) 2003, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 4 4 * Copyright (C) 2007 Cameron Zwarich ([email protected]) 5 5 * Copyright (C) 2007 Maks Orlovich … … 48 48 JSValue* globalFuncUnescape(ExecState*, JSObject*, JSValue*, const ArgList&); 49 49 #ifndef NDEBUG 50 JSValue* globalFunc KJSPrint(ExecState*, JSObject*, JSValue*, const ArgList&);50 JSValue* globalFuncJSCPrint(ExecState*, JSObject*, JSValue*, const ArgList&); 51 51 #endif 52 52
Note:
See TracChangeset
for help on using the changeset viewer.