Home
last modified time | relevance | path

Searched refs:DatePrototypeGetMonth (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/
Dutil.js32 DatePrototypeGetMonth,
212 return `${DatePrototypeGetDate(d)} ${months[DatePrototypeGetMonth(d)]} ${t}`;
/third_party/node/deps/v8/src/builtins/
Dbuiltins-date-gen.cc107 TF_BUILTIN(DatePrototypeGetMonth, DateBuiltinsAssembler) { in TF_BUILTIN() argument
Dbuiltins-definitions.h513 TFJ(DatePrototypeGetMonth, kJSArgcReceiverSlots, kReceiver) \
/third_party/node/typings/
Dprimordials.d.ts218 export const DatePrototypeGetMonth: UncurryThis<typeof Date.prototype.getMonth>