Lines Matching full:int32_value
278 int32_t int32_value = 0;
281 int32_value = *CheckedCast<int8_t>(ptr);
284 int32_value = *CheckedCast<uint8_t>(ptr);
287 int32_value = *CheckedCast<int16_t>(ptr);
290 int32_value = *CheckedCast<uint16_t>(ptr);
293 int32_value = *CheckedCast<int32_t>(ptr);
317 return isolate->factory()->NewNumberFromInt(int32_value);