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

/external/v8/src/
H A Dobjects.cc11457 ValueType cast_value = 0; local
11461 cast_value = static_cast<ValueType>(int_value);
11464 cast_value = static_cast<ValueType>(DoubleToInt32(double_value));
11470 receiver->set(index, cast_value);
11472 return heap->NumberFromInt32(cast_value);
11510 uint32_t cast_value = 0; local
11515 cast_value = static_cast<uint32_t>(int_value);
11518 cast_value = static_cast<uint32_t>(DoubleToUint32(double_value));
11524 set(index, cast_value);
11526 return heap->NumberFromUint32(cast_value);
11531 float cast_value = static_cast<float>(OS::nan_value()); local
[all...]

Completed in 90 milliseconds