Searched refs:outputValue (Results 1 – 1 of 1) sorted by relevance
1465 Value* outputValue = NULL; in Evaluate() local1468 outputValue = new(std::nothrow) IntegerValue(primitive); in Evaluate()1470 outputValue = new(std::nothrow) FloatValue( in Evaluate()1475 if (outputValue != NULL) { in Evaluate()1476 valueReference.SetTo(outputValue, true); in Evaluate()1477 result->SetToPrimitive(outputValue); in Evaluate()