- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 2 of 2 for timestamp:[now/d-7d TO *] (0.01 sec)
Similar results are displayed.
-
AsyncGeneratorFunction.prototype.prototype - Ja...
The prototype property of AsyncGeneratorFunction.prototype is shared by all async generator functions. Its value is AsyncGenerator.prototype. Each async generator function created with the async function* syntax or the AsyncGeneratorFunction() constructor also has its own prototype property, whose prototype is AsyncGeneratorFunction.prototype.prototype. When the async generator function is called, its prototype property becomes the prototype of the returned async generator object.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncGeneratorFunction/p...Registered: Fri Sep 12 01:56:32 UTC 2025 - Last Modified: Fri Sep 12 01:07:14 UTC 2025 - 189.6K bytes - Viewed (0) -
GeneratorFunction.prototype.prototype - JavaScr...
The prototype property of GeneratorFunction.prototype is shared by all generator functions. Its value is Generator.prototype. Each generator function created with the function* syntax or the GeneratorFunction() constructor also has its own prototype property, whose prototype is GeneratorFunction.prototype.prototype. When the generator function is called, its prototype property becomes the prototype of the returned generator object.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototypeRegistered: Fri Sep 12 02:30:37 UTC 2025 - Last Modified: Fri Sep 12 01:07:17 UTC 2025 - 189.1K bytes - Viewed (0)