Home
last modified time | relevance | path

Searched refs:PropertyListNode (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
DNodes.h44 class PropertyListNode; variable
421 friend class PropertyListNode;
427 class PropertyListNode : public Node {
429 PropertyListNode(JSGlobalData*, PropertyNode*);
430 PropertyListNode(JSGlobalData*, PropertyNode*, PropertyListNode*);
436 PropertyListNode* m_next;
442 ObjectLiteralNode(JSGlobalData*, PropertyListNode*);
447 PropertyListNode* m_list;
1593 PropertyListNode* head;
1594 PropertyListNode* tail;
DNodeConstructors.h157 inline PropertyListNode::PropertyListNode(JSGlobalData* globalData, PropertyNode* node) in PropertyListNode() function
164 …inline PropertyListNode::PropertyListNode(JSGlobalData* globalData, PropertyNode* node, PropertyLi… in PropertyListNode() function
178 inline ObjectLiteralNode::ObjectLiteralNode(JSGlobalData* globalData, PropertyListNode* list) in ObjectLiteralNode()
DASTBuilder.h98 typedef PropertyListNode* PropertyList;
165 …ExpressionNode* createObjectLiteral(PropertyListNode* properties) { return new (m_globalData) Obje… in createObjectLiteral()
283PropertyListNode* createPropertyList(PropertyNode* property) { return new (m_globalData) PropertyL… in createPropertyList()
284PropertyListNode* createPropertyList(PropertyNode* property, PropertyListNode* tail) { return new … in createPropertyList()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp234 RegisterID* PropertyListNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst) in emitBytecode()
240 for (PropertyListNode* p = this; p; p = p->m_next) { in emitBytecode()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-142738 (KJS::PropertyListNode::):
13507 (PropertyListNode::breakCycle):
13522 (KJS::PropertyListNode::PropertyListNode):
14638 (PropertyListNode::evaluate):
14661 (KJS::PropertyListNode::PropertyListNode):
14662 (KJS::PropertyListNode::releaseNext):
14682 (PropertyListNode::streamTo):
15367 We now have a PropertyListNode which is a list of PropertyNodes.
15375 (PropertyListNode::evaluate):
15409 (KJS::PropertyListNode::PropertyListNode):
[all …]
DChangeLog-2008-08-104125 (KJS::PropertyListNode::):
10620 (KJS::PropertyListNode::emitCode):
10837 (KJS::PropertyListNode::emitCode):
11189 (KJS::PropertyListNode::emitCode):
11630 (KJS::PropertyListNode::optimizeVariableAccess):
11631 (KJS::PropertyListNode::evaluate):
12520 (KJS::PropertyListNode::emitCode):
12938 (KJS::PropertyListNode::emitCode): Fixed a codegen bug where object literal
14646 (KJS::PropertyListNode::emitCode):
14770 (KJS::PropertyListNode::emitCode):
[all …]
DChangeLog-2009-06-163601 (JSC::PropertyListNode::emitBytecode): Ditto.
22947 (JSC::PropertyListNode::emitBytecode):
23194 (JSC::PropertyListNode::emitBytecode):
35864 (JSC::PropertyListNode::):
DChangeLog-2011-02-1620312 (JSC::PropertyListNode::emitBytecode):