Home | History | Annotate | Download | only in sunspider-0.9

Lines Matching refs:prototype

18 Date.prototype.dateFormat = function(format) {
29 var code = "Date.prototype." + funcName + " = function(){return ";
279 Date.prototype.getTimezone = function() {
285 Date.prototype.getGMTOffset = function() {
291 Date.prototype.getDayOfYear = function() {
300 Date.prototype.getWeekOfYear = function() {
310 Date.prototype.isLeapYear = function() {
315 Date.prototype.getFirstDayOfMonth = function() {
320 Date.prototype.getLastDayOfMonth = function() {
325 Date.prototype.getDaysInMonth = function() {
330 Date.prototype.getSuffix = function() {