Readonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isProtected
Readonly
targetReadonly
typeReturns true if the target matches the type (instanceof).
Returns a TypeInfo for any member or non-member, where non-members are of type undefined.
Static
forReturns a TypeInfo for any target object. If the target object is of a primitive type, it returns the TypeInfo instance assigned to that type.
A descriptor is simply a JSON tree that either has an actual value or a type that identifies what the expect type should be at that leaf in the tree.
var descriptor = { a : Object, b : String, c : { d : true , e : Array, f : [] }, g : "literal" }