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/runtime/CommonIdentifiers.h

    r42478 r43037  
    2525#include <wtf/Noncopyable.h>
    2626
    27 // ArgList of property names, passed to a macro so we can do set them up various
     27// MarkedArgumentBuffer of property names, passed to a macro so we can do set them up various
    2828// ways without repeating the list.
    2929#define JSC_COMMON_IDENTIFIERS_EACH_PROPERTY_NAME(macro) \
Note: See TracChangeset for help on using the changeset viewer.