Ignore:
Timestamp:
Oct 5, 2011, 2:57:16 PM (14 years ago)
Author:
[email protected]
Message:

2011-10-05 Oliver Hunt <[email protected]>

Remove last vestiges of anonymous storage.

Reviewed by Gavin Barraclough.

One anonymous storage function escaped my prior purge of
this feature, this patch removes it.

  • runtime/JSGlobalObject.h: (JSC::JSGlobalObject::finishCreation):
  • runtime/JSObject.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSObject.h

    r96446 r96755  
    252252        static const unsigned StructureFlags = 0;
    253253
    254         void putThisToAnonymousValue(unsigned index)
    255         {
    256             locationForOffset(index)->setWithoutWriteBarrier(this);
    257         }
    258 
    259254        // To instantiate objects you likely want JSFinalObject, below.
    260255        // To create derived types you likely want JSNonFinalObject, below.
Note: See TracChangeset for help on using the changeset viewer.