Searched refs:ObjectLiteralNode (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h183 inline ObjectLiteralNode::ObjectLiteralNode(const JSTokenLocation& location) function in class:JSC::ObjectLiteralNode
189 inline ObjectLiteralNode::ObjectLiteralNode(const JSTokenLocation& location, PropertyListNode* list) function in class:JSC::ObjectLiteralNode
H A DNodes.h500 class ObjectLiteralNode : public ExpressionNode { class in namespace:JSC
502 ObjectLiteralNode(const JSTokenLocation&);
503 ObjectLiteralNode(const JSTokenLocation&, PropertyListNode*);
H A DASTBuilder.h190 ExpressionNode* createObjectLiteral(const JSTokenLocation& location) { return new (m_vm) ObjectLiteralNode(location); }
191 ExpressionNode* createObjectLiteral(const JSTokenLocation& location, PropertyListNode* properties) { return new (m_vm) ObjectLiteralNode(location, properties); }
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp224 // ------------------------------ ObjectLiteralNode ----------------------------
226 RegisterID* ObjectLiteralNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 239 milliseconds