Home | History | Annotate | Download | only in compiler

Lines Matching refs:Of

2 // Use of this source code is governed by a BSD-style license that can be
52 // subtype of Range(n, n) (and therefore also a subtype of any larger range).
86 // especially with respect to the properties of the more exotic 'temporal'
201 * Some of the atomic numerical bitsets are internal only (see
204 * occur as part of PlainNumber.
426 // Superclass for types with variable number of type fields.
492 // - no field is a subtype of any other field
553 static Type* Of(double value, Zone* zone) {
556 static Type* Of(i::Object* value, Zone* zone) {
559 static Type* Of(i::Handle<i::Object> value, Zone* zone) {
560 return Of(*value, zone);
590 // Minimum and maximum of a numeric type.
593 // functions on subtypes of Number.