Home | History | Annotate | Download | only in src

Lines Matching refs:constructor

324 // Constructor for creating objects holding year, month, and date.
466 // constructor is called with another Date object as its
1121 // Setup non-enumerable constructor property of the Date prototype object.
1122 %SetProperty($Date.prototype, "constructor", $Date, DONT_ENUM);