Home | History | Annotate | Download | only in src

Lines Matching refs:cast_value

4159   ElementType cast_value = Traits::defaultValue();
4163 cast_value = from_int(int_value);
4166 cast_value = from_double(double_value);
4172 array->set(index, cast_value);
4174 return Traits::ToHandle(array->GetIsolate(), cast_value);