Changeset 27191 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Oct 28, 2007, 3:50:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r27142 r27191 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 * This file is part of the KDE libraries4 3 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 5 * Copyright (C) 2003, 2006 Apple Computer, Inc.4 * Copyright (C) 2003, 2006, 2007 Apple Inc. All rights reserved. 6 5 * 7 6 * This library is free software; you can redistribute it and/or … … 217 216 double parseIntOverflow(const char* s, int length, int radix); 218 217 219 UString escapeStringForPrettyPrinting(const UString& s);220 221 218 } // namespace 222 219
Note:
See TracChangeset
for help on using the changeset viewer.