Ignore:
Timestamp:
Oct 17, 2017, 4:34:29 PM (8 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r223523.

A test for this change is failing on debug JSC bots.

Reverted changeset:

"[JSC] proto getter should be fast"
https://bugs.webkit.org/show_bug.cgi?id=178067
https://trac.webkit.org/changeset/223523

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/ReflectObject.cpp

    r223523 r223584  
    6464    get                      reflectObjectGet                      DontEnum|Function 2
    6565    getOwnPropertyDescriptor reflectObjectGetOwnPropertyDescriptor DontEnum|Function 2
    66     getPrototypeOf           reflectObjectGetPrototypeOf           DontEnum|Function 1 ReflectGetPrototypeOfIntrinsic
     66    getPrototypeOf           reflectObjectGetPrototypeOf           DontEnum|Function 1
    6767    has                      JSBuiltin                             DontEnum|Function 2
    6868    isExtensible             reflectObjectIsExtensible             DontEnum|Function 1
Note: See TracChangeset for help on using the changeset viewer.