Lines Matching defs:testValue
133 const double testValue = base::MAX_VALUE + 1;
137 ecmaRuntimeCallInfo->SetCallArg(0, JSTaggedValue(testValue));
149 const double testValue = base::MIN_VALUE + 1;
153 ecmaRuntimeCallInfo->SetCallArg(0, JSTaggedValue(testValue));
165 const double testValue = base::POSITIVE_INFINITY + 1;
169 ecmaRuntimeCallInfo->SetCallArg(0, JSTaggedValue(testValue));
181 const double testValue = -base::POSITIVE_INFINITY - 1;
185 ecmaRuntimeCallInfo->SetCallArg(0, JSTaggedValue(testValue));
197 const double testValue = base::NAN_VALUE;
201 ecmaRuntimeCallInfo->SetCallArg(0, JSTaggedValue(testValue));