Skip to content
  • darin's avatar
    JavaScriptCore: · 35940e83
    darin authored
            Rubber stamped by Maciej.
    
            - did long-promised KJS renaming:
    
                ValueImp -> JSValue
                ObjectImp -> JSObject
                AllocatedValueImp -> JSCell
    
            A renaming to get a class out of the way
    
                KJS::Bindings::JSObject -> JavaJSObject
    
            and some other "imp-reduction" renaming
    
                *InstanceImp -> *Instance
                *ProtoFuncImp -> *ProtoFunc
                *PrototypeImp -> *Prototype
                ArgumentsImp -> Arguments
                RuntimeArrayImp -> RuntimeArray
                RuntimeMethodImp -> RuntimeMethod
    
            * most files and functions
    
    WebCore:
    
            Rubber stamped by Maciej.
    
            - updated for KJS class renaming
    
            * many files and functions
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@11527 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    35940e83