Lines Matching defs:values
1678 thrower->TypeError("Exception values must be an iterable object");
1681 auto values = arg.As<Object>();
1683 MaybeLocal<Value> maybe_value = values->Get(context, i);
1771 i::Handle<i::FixedArray> values = i::Handle<i::FixedArray>::cast(
1776 EncodeExceptionValues(isolate, signature, args[1], &thrower, values);
2257 auto values = i::Handle<i::FixedArray>::cast(maybe_values);
2263 // First, find the index in the values array.
2308 i::DecodeI32ExceptionValue(values, &decode_index, &u32_bits);
2315 i::DecodeI64ExceptionValue(values, &decode_index, &u64_bits);
2322 DecodeI32ExceptionValue(values, &decode_index, &f32_bits);
2329 DecodeI64ExceptionValue(values, &decode_index, &f64_bits);
2343 auto obj = values->get(decode_index);