Changeset 13465 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Mar 23, 2006, 10:28:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r13089 r13465 4 4 * Copyright (C) 1999-2001 Harri Porten ([email protected]) 5 5 * Copyright (C) 2001 Peter Kelly ([email protected]) 6 * Copyright (C) 2003 Apple Computer, Inc.6 * Copyright (C) 2003, 2004, 2005, 2006 Apple Computer, Inc. 7 7 * 8 8 * This library is free software; you can redistribute it and/or … … 370 370 * Implementation of the [[Construct]] internal property 371 371 */ 372 virtual JSObject *construct(ExecState *exec, const List &args);373 virtual JSObject *construct(ExecState *exec, const List &args, const UString &sourceURL, int lineNumber);372 virtual JSObject* construct(ExecState* exec, const List& args); 373 virtual JSObject* construct(ExecState* exec, const List& args, const Identifier& functionName, const UString& sourceURL, int lineNumber); 374 374 375 375 /**
Note:
See TracChangeset
for help on using the changeset viewer.