Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp1714 ExpressionNode* clauseExpression = list->getClause()->expr(); in processClauseList() local
1715 literalVector.append(clauseExpression); in processClauseList()
1716 if (clauseExpression->isNumber()) { in processClauseList()
1717 double value = static_cast<NumberNode*>(clauseExpression)->value(); in processClauseList()
1730 if (clauseExpression->isString()) { in processClauseList()
1735 const UString& value = static_cast<StringNode*>(clauseExpression)->value().ustring(); in processClauseList()