Download for Windows Premium
Advertising
constructeur generatorfunction

Translation of "constructeur generatorfunction" in English

We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
AsyncFunction constructor
GeneratorFunction constructor
Le constructeur GeneratorFunction permet de créer un nouvel objet qui est une fonction génératrice.
The AsyncFunction constructor creates a new async function object.
Note : Les générateurs créés avec le constructeur GeneratorFunction ne créent pas de fermetures avec leurs contextes de sont toujours créés dans la portée globale.
Note: async functions created with the AsyncFunction constructor do not create closures to their creation contexts; they are always created in the global scope.
Le constructeur GeneratorFunction permet de créer un nouvel objet qui est une fonction génératrice.
The GeneratorFunction constructor creates a new generator function object.
La propriété de longueur du constructeur GeneratorFunction qui vaut 1.
The GeneratorFunction constructor's length property whose value is 1.
Description Les fonctions génératrices créées avec le constructeur GeneratorFunction sont analysés lorsque la fonction est crée.
async function objects created with the AsyncFunction constructor are parsed when the function is created.
Note : Le constructeur GeneratorFunction ne doit pas être utilisé pour créer des fonctions. En effet, il utilise une chaîne pour former le corps de la fonction et cela peut empêcher certaines optimisations du moteur JavaScript ainsi que provoquer d'autres problèmes.
Note: Using the GeneratorFunction constructor to create functions is not recommended since it needs the function body as a string which may prevent some JS engine optimizations and can also cause other problems.
No results found for this meaning.

Synonyms and analogies of "constructeur generatorfunction" in French

Advertising

Results: 6. Exact: 6. Elapsed time: 37 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200