Changeset 14995
- Timestamp:
- 06/23/06 15:08:03 (4 years ago)
- Files:
-
- 1 modified
-
trunk/JavaScriptCore/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r14993 r14995 1 2006-06-23 Geoffrey Garen <ggaren@apple.com> 2 3 Reviewed by Adele. 4 5 - Added JSConstructorMake to match JSFunctionMake, along with test code. 6 7 * API/JSObjectRef.cpp: 8 (JSConstructorMake): 9 * API/JSObjectRef.h: 10 * API/testapi.c: 11 (myConstructor_callAsConstructor): 12 (main): 13 * API/testapi.js: 14 * ChangeLog: 15 * JavaScriptCore.xcodeproj/project.pbxproj: Moved testapi.c to the testapi 16 target -- this was an oversight in my earlier check-in. 17 1 18 === JavaScriptCore-521.13 === 2 19