#include <Nodes.h>
|
| ObjectPatternNode () |
|
void | appendEntry (const JSTokenLocation &, const Identifier &identifier, bool wasString, DestructuringPatternNode *pattern, ExpressionNode *defaultValue) |
|
void | appendEntry (const JSTokenLocation &, ExpressionNode *propertyExpression, DestructuringPatternNode *pattern, ExpressionNode *defaultValue) |
|
virtual | ~DestructuringPatternNode () |
|
virtual bool | isBindingNode () const |
|
virtual bool | isRestParameter () const |
|
virtual RegisterID * | emitDirectBinding (BytecodeGenerator &, RegisterID *, ExpressionNode *) |
|
void * | operator new (size_t, ParserArena &) |
|
virtual | ~ParserArenaDeletable () |
|
void * | operator new (size_t, ParserArena &) |
|
◆ ObjectPatternNode()
JSC::ObjectPatternNode::ObjectPatternNode |
( |
| ) |
|
|
inline |
◆ appendEntry() [1/2]
◆ appendEntry() [2/2]
The documentation for this class was generated from the following files: