Skip to content
  • ggaren's avatar
    Reviewed by Maciej. · 20b23b1e
    ggaren authored
            
            Removed JSObjectMakeWithPrototype, clarified some comments. We really
            don't want people to manage their own prototypes, so we don't want an
            extra function in the API devoted to just that. People can still manage
            their own prototypes if they really want by using JSObjectSetPrototype.
    
            * API/JSClassRef.cpp:
            (OpaqueJSClass::createNoAutomaticPrototype):
            (OpaqueJSClass::create):
            * API/JSClassRef.h:
            * API/JSObjectRef.cpp:
            (JSClassCreate):
            (JSObjectMake):
            * API/JSObjectRef.h:
            * API/testapi.c:
            (main):
            * JavaScriptCore.exp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@17017 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    20b23b1e