Lines Matching refs:set
64 * Properties in a descriptor are present or absent. If you do not set
66 * `get`, or `set` are absent, but you must specify them in the constructor, use
69 * Accessors `get` and `set` must be callable or undefined if they are present.
77 * d.value(); // error, value not set
101 PropertyDescriptor(Local<Value> get, Local<Value> set);
110 Local<Value> set() const;
512 * must have been set by SetAlignedPointerInInternalField, everything else
653 * Checks whether a callback is set by the
681 * Call an Object as a function if a callback is set by the
690 * Call an Object as a constructor if a callback is set by the