Lines Matching refs:set
66 * Properties in a descriptor are present or absent. If you do not set
68 * `get`, or `set` are absent, but you must specify them in the constructor, use
71 * Accessors `get` and `set` must be callable or undefined if they are present.
79 * d.value(); // error, value not set
103 PropertyDescriptor(Local<Value> get, Local<Value> set);
112 Local<Value> set() const;
502 * must have been set by SetAlignedPointerInInternalField, everything else
634 * Checks whether a callback is set by the
662 * Call an Object as a function if a callback is set by the
671 * Call an Object as a constructor if a callback is set by the