Skip to content
  • barraclough@apple.com's avatar
    https://bugs.webkit.org/show_bug.cgi?id=78434 · 2441d33f
    barraclough@apple.com authored
    Unreviewed - temporarily reverting r107498 will I fix a couple of testcases.
    
    Source/JavaScriptCore: 
    
    * parser/Parser.cpp:
    (JSC::::parseFunctionInfo):
    * runtime/ClassInfo.h:
    (MethodTable):
    (JSC):
    * runtime/JSCell.cpp:
    (JSC):
    * runtime/JSCell.h:
    (JSCell):
    * runtime/JSGlobalObject.cpp:
    (JSC::JSGlobalObject::reset):
    * runtime/JSGlobalObjectFunctions.cpp:
    (JSC):
    * runtime/JSGlobalObjectFunctions.h:
    (JSC):
    * runtime/JSObject.cpp:
    (JSC::JSObject::put):
    (JSC):
    (JSC::JSObject::putDirectAccessor):
    (JSC::JSObject::defineOwnProperty):
    * runtime/JSObject.h:
    (JSC::JSObject::inlineGetOwnPropertySlot):
    (JSC::JSValue::get):
    * runtime/JSString.cpp:
    (JSC::JSString::getOwnPropertySlot):
    * runtime/JSValue.h:
    (JSValue):
    * runtime/ObjectConstructor.cpp:
    (JSC::objectConstructorGetPrototypeOf):
    * runtime/Structure.cpp:
    (JSC::Structure::Structure):
    * runtime/Structure.h:
    (JSC::Structure::setHasGetterSetterProperties):
    (Structure):
    
    Source/WebCore: 
    
    * bindings/js/JSDOMWindowBase.cpp:
    (WebCore):
    * bindings/js/JSDOMWindowBase.h:
    (JSDOMWindowBase):
    
    LayoutTests: 
    
    * fast/js/Object-getOwnPropertyNames-expected.txt:
    * fast/js/cyclic-prototypes-expected.txt:
    * fast/js/parser-syntax-check-expected.txt:
    * fast/js/preventExtensions-expected.txt:
    * fast/js/prototypes-expected.txt:
    * fast/js/script-tests/Object-getOwnPropertyNames.js:
    * fast/js/script-tests/cyclic-prototypes.js:
    * fast/js/script-tests/parser-syntax-check.js:
    * fast/js/script-tests/preventExtensions.js:
    * fast/js/script-tests/prototypes.js:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107544 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2441d33f