Home | History | Annotate | Download | only in src

Lines Matching refs:constructor

190 %SetProperty($Boolean.prototype, "constructor", $Boolean, DONT_ENUM);
195 $Object.prototype.constructor = $Object;
1013 // Set the Number function and constructor.
1108 // Setup the constructor property on the Number prototype object.
1109 %SetProperty($Number.prototype, "constructor", $Number, DONT_ENUM);
1154 $Function.prototype.constructor = $Function;