Changeset 34499 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Jun 11, 2008, 3:01:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r34355 r34499 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 * This file is part of the KDE libraries4 3 * Copyright (C) 1999-2001 Harri Porten ([email protected]) 5 4 * Copyright (C) 2001 Peter Kelly ([email protected]) 6 * Copyright (C) 2003, 2004, 2005, 2006 Apple Computer, Inc.5 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved. 7 6 * 8 7 * This library is free software; you can redistribute it and/or … … 477 476 static JSObject *create(ExecState *, ErrorType, const UString &message, int lineNumber, int sourceId, const UString &sourceURL); 478 477 static JSObject *create(ExecState *, ErrorType, const char *message); 479 480 /**481 * Array of error names corresponding to ErrorType482 */483 static const char * const * const errorNames;484 478 }; 485 479
Note:
See TracChangeset
for help on using the changeset viewer.