Changeset 14995

Show
Ignore:
Timestamp:
06/23/06 15:08:03 (4 years ago)
Author:
ggaren
Message:

Reviewed by Adele.


  • Added JSConstructorMake to match JSFunctionMake, along with test code.
  • API/JSObjectRef.cpp: (JSConstructorMake):
  • API/JSObjectRef.h:
  • API/testapi.c: (myConstructor_callAsConstructor): (main):
  • API/testapi.js:
  • ChangeLog:
  • JavaScriptCore.xcodeproj/project.pbxproj: Moved testapi.c to the testapi target -- this was an oversight in my earlier check-in.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r14993 r14995  
     12006-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 
    118=== JavaScriptCore-521.13 === 
    219