Ignore:
Timestamp:
Apr 29, 2009, 6:21:52 PM (16 years ago)
Author:
[email protected]
Message:

Clean up ArgList to be a trivial type

Reviewed by Gavin Barraclough

Separate out old ArgList logic to handle buffering and marking arguments
into a distinct MarkedArgumentBuffer type. ArgList becomes a trivial
struct of a pointer and length.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/interpreter/CallFrame.h

    r42537 r43037  
    8181
    8282        const CommonIdentifiers& propertyNames() const { return *globalData().propertyNames; }
    83         const ArgList& emptyList() const { return *globalData().emptyList; }
     83        const MarkedArgumentBuffer& emptyList() const { return *globalData().emptyList; }
    8484        Interpreter* interpreter() { return globalData().interpreter; }
    8585        Heap* heap() { return &globalData().heap; }
Note: See TracChangeset for help on using the changeset viewer.