Ignore:
Timestamp:
Oct 15, 2005, 5:46:25 PM (20 years ago)
Author:
mjs
Message:

Reverted fix for this bug, because it was part of a time range that caused a performance
regression:

<rdar://problem/4260481> Remove Reference type from JavaScriptCore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/array_instance.h

    r10744 r10857  
    4040    virtual bool deleteProperty(ExecState *exec, const Identifier &propertyName);
    4141    virtual bool deleteProperty(ExecState *exec, unsigned propertyName);
    42     virtual void getPropertyNames(ExecState *exec, IdentifierSequencedSet& propertyNames);
     42    virtual ReferenceList propList(ExecState *exec, bool recursive);
    4343
    4444    virtual void mark();
Note: See TracChangeset for help on using the changeset viewer.