Searched refs:DatePrototypeGetMonth (Results 1 – 4 of 4) sorted by relevance
32 DatePrototypeGetMonth,212 return `${DatePrototypeGetDate(d)} ${months[DatePrototypeGetMonth(d)]} ${t}`;
107 TF_BUILTIN(DatePrototypeGetMonth, DateBuiltinsAssembler) { in TF_BUILTIN() argument
513 TFJ(DatePrototypeGetMonth, kJSArgcReceiverSlots, kReceiver) \
218 export const DatePrototypeGetMonth: UncurryThis<typeof Date.prototype.getMonth>