You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{get// if there's a getter functionset,// if there's a setter functiondefault,// default valueenumerable,// if enumerabletype,// a type specifieridentity// if one of the uniquely identifying properties}
.getKeyDesriptor(value, "key")
{get// if there's a getter functionset,// if there's a setter functionvalue,// valueenumerable,// if enumerabletype,// a type specifieridentity// if one of the uniquely identifying properties}
Type specifier
{new,// create a new value of this typeisMember,// test if a value is a member of this typeSetType// a type used to represent sets of this typekind// "map", "list", "string", "boolean", "number", "date"}
Questions
Should these be own[]? I think own would be faster, but we'd always need everything on the proto chain.
The text was updated successfully, but these errors were encountered:
.getInstanceKeyDesriptor(Type, "key")
.getKeyDesriptor(value, "key")
Type specifier
Questions
own[]
? I think own would be faster, but we'd always need everything on the proto chain.The text was updated successfully, but these errors were encountered: