Home | History | Annotate | Download | only in src

Lines Matching defs:ToUint32

3196 MaybeLocal<Uint32> Value::ToUint32(Local<Context> context) const {
3200 PREPARE_FOR_EXECUTION(context, Object, ToUint32, Uint32);
3202 !ToLocal<Uint32>(i::Object::ToUint32(isolate, obj), &result);
3208 Local<Uint32> Value::ToUint32(Isolate* isolate) const {
3209 RETURN_TO_LOCAL_UNCHECKED(ToUint32(isolate->GetCurrentContext()), Uint32);
3530 has_pending_exception = !i::Object::ToUint32(isolate, obj).ToHandle(&num);