Searched refs:StringNode (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h87 inline StringNode::StringNode(const JSTokenLocation& location, const Identifier& value) function in class:JSC::StringNode
H A DNodes.h242 class StringNode : public ConstantNode { class in namespace:JSC
244 StringNode(const JSTokenLocation&, const Identifier&);
H A DASTBuilder.h216 return new (m_vm) StringNode(location, *string);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2419 StringImpl* clause = static_cast<StringNode*>(node)->value().impl();
2449 StringImpl* clause = static_cast<StringNode*>(nodes[i])->value().impl();
H A DNodesCodegen.cpp117 JSValue StringNode::jsValue(BytecodeGenerator& generator) const
1909 const String& value = static_cast<StringNode*>(clauseExpression)->value().string();

Completed in 186 milliseconds