Skip to content
  • darin's avatar
    - prepare to reimplement KJS::List; move to its own file, add statistics · 6afbb079
    darin authored
            * kjs/function_object.cpp: (FunctionProtoFuncImp::call): Use new copyTail()
    	function rather than copy() and removeFirst().
    
            * kjs/identifier.cpp: Add statistics, off by default.
            * kjs/property_map.cpp: Add statistics, off by default.
    
            * kjs/list.cpp: Added. Moved code here. To be rewritten.
            * kjs/list.h: Added. Moved interface here. To be rewritten.
    
            * kjs/types.cpp: Removed.
            * kjs/types.h: Now just an empty header that includes other headers.
    
            * JavaScriptCore.pbproj/project.pbxproj: Add new files, rearrange.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2834 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6afbb079