Home | History | Annotate | Download | only in include

Lines Matching refs:constructor

474  * cell can be created using the constructor or PersistentBase::Reset and
629 * use of the copy constructor or assignment operator.
702 * exactly as the Persistent constructor, but the Copy function from the
795 * Move constructor.
1629 * constructor via "new".
3107 * Returns the name of the function invoked as a constructor for this object.
3276 * True if this object is a constructor.
3293 * Call an Object as a constructor if a callback is set by the
3320 * An instance of the built-in array constructor (ECMA-262, 15.4.2).
3350 * An instance of the built-in Map constructor (ECMA-262, 6th Edition, 23.1.1).
3386 * An instance of the built-in Set constructor (ECMA-262, 6th Edition, 23.2.1).
3722 * An instance of the built-in Promise constructor (ES6 draft).
3795 * `get`, or `set` are absent, but you must specify them in the constructor, use
3864 * An instance of the built-in Proxy constructor (ECMA-262, 6th Edition,
3928 * An instance of the built-in ArrayBuffer constructor (ES6 draft 15.13.5).
4155 * An instance of Uint8Array constructor (ES6 draft 15.13.6).
4173 * An instance of Uint8ClampedArray constructor (ES6 draft 15.13.6).
4191 * An instance of Int8Array constructor (ES6 draft 15.13.6).
4209 * An instance of Uint16Array constructor (ES6 draft 15.13.6).
4227 * An instance of Int16Array constructor (ES6 draft 15.13.6).
4245 * An instance of Uint32Array constructor (ES6 draft 15.13.6).
4263 * An instance of Int32Array constructor (ES6 draft 15.13.6).
4281 * An instance of Float32Array constructor (ES6 draft 15.13.6).
4299 * An instance of Float64Array constructor (ES6 draft 15.13.6).
4317 * An instance of DataView constructor (ES6 draft 15.13.7).
4335 * An instance of the built-in SharedArrayBuffer constructor.
4434 * An instance of the built-in Date constructor (ECMA-262, 15.9).
4538 * An instance of the built-in RegExp constructor (ECMA-262, 15.10).
4662 * receiver is incompatible (i.e. is not an instance of the constructor as
5004 * constructor. Properties added to the instance template are added to
5159 * FunctionTemplate as its constructor.
5349 Local<FunctionTemplate> constructor = Local<FunctionTemplate>());
5385 * receiver is incompatible (i.e. is not an instance of the constructor as
5551 Local<FunctionTemplate> constructor);
5606 // Note that the strings passed into this constructor must live as long
5729 * constructor with the message.
8028 * constructor for code running in this context. If 'eval' or the
8029 * 'Function' constructor are used an exception will be thrown.
8034 * constructor. If that callback returns true, the call will be
8049 * constructor are called.