Skip to content
  • mhahnenberg@apple.com's avatar
    Roll out r145838 · 871ffe65
    mhahnenberg@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=112458
    
    Unreviewed. Requested by Filip Pizlo.
    
    
    Source/JavaScriptCore:
    
    * CMakeLists.txt:
    * DerivedSources.make:
    * DerivedSources.pri:
    * GNUmakefile.list.am:
    * dfg/DFGOperations.cpp:
    * interpreter/CallFrame.h:
    (JSC::ExecState::objectPrototypeTable):
    * jit/JITStubs.cpp:
    (JSC::getByVal):
    * llint/LLIntSlowPaths.cpp:
    (JSC::LLInt::getByVal):
    * runtime/CommonIdentifiers.h:
    * runtime/JSCell.cpp:
    (JSC):
    * runtime/JSCell.h:
    (JSCell):
    * runtime/JSCellInlines.h:
    (JSC):
    (JSC::JSCell::fastGetOwnProperty):
    * runtime/JSGlobalData.cpp:
    (JSC):
    (JSC::JSGlobalData::JSGlobalData):
    (JSC::JSGlobalData::~JSGlobalData):
    * runtime/JSGlobalData.h:
    (JSGlobalData):
    * runtime/JSObject.cpp:
    (JSC):
    * runtime/JSObject.h:
    (JSObject):
    (JSC):
    * runtime/Lookup.cpp:
    (JSC::setUpStaticFunctionSlot):
    * runtime/ObjectPrototype.cpp:
    (JSC):
    (JSC::ObjectPrototype::finishCreation):
    (JSC::ObjectPrototype::getOwnPropertySlot):
    (JSC::ObjectPrototype::getOwnPropertyDescriptor):
    * runtime/ObjectPrototype.h:
    (JSC::ObjectPrototype::create):
    (ObjectPrototype):
    * runtime/PropertyMapHashTable.h:
    (JSC::PropertyTable::findWithString):
    * runtime/Structure.h:
    (Structure):
    * runtime/StructureInlines.h:
    (JSC::Structure::get):
    
    LayoutTests:
    
    * fast/js/regress/script-tests/string-lookup-hit-identifier.js: Removed.
    * fast/js/regress/script-tests/string-lookup-hit.js: Removed.
    * fast/js/regress/script-tests/string-lookup-miss.js: Removed.
    * fast/js/regress/string-lookup-hit-expected.txt: Removed.
    * fast/js/regress/string-lookup-hit-identifier-expected.txt: Removed.
    * fast/js/regress/string-lookup-hit-identifier.html: Removed.
    * fast/js/regress/string-lookup-hit.html: Removed.
    * fast/js/regress/string-lookup-miss-expected.txt: Removed.
    * fast/js/regress/string-lookup-miss.html: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@145945 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    871ffe65