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

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h79 inline StringNode::StringNode(JSGlobalData* globalData, const Identifier& value) function in class:JSC::StringNode
H A DNodes.h231 class StringNode : public ExpressionNode { class in namespace:JSC
233 StringNode(JSGlobalData*, const Identifier&);
H A DASTBuilder.h190 return new (m_globalData) StringNode(m_globalData, *string);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp2154 StringImpl* clause = static_cast<StringNode*>(node)->value().impl();
2184 StringImpl* clause = static_cast<StringNode*>(nodes[i])->value().impl();
H A DNodesCodegen.cpp113 // ------------------------------ StringNode -----------------------------------
115 RegisterID* StringNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)
1735 const UString& value = static_cast<StringNode*>(clauseExpression)->value().ustring();

Completed in 100 milliseconds