Télécharger pour Windows Premium
Publicité
le constructeur function

Traduction de "le constructeur function" en anglais

Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
the Function constructor
Il est également possible de définir des fonctions en utilisant le constructeur Function et une expression de fonction.
You can also define functions using the Function constructor and a function expression.
À la différence des fonctions définies par les expressions de fonction ou par le constructeur Function, une fonction définie par une déclaration de fonction pourra être utilisée avant la déclaration.
Unlike functions defined by function expressions or by the Function constructor, a function defined by a function declaration can be used before the function declaration itself.
Si un bloc est passé en argument, il sera converti en une fonction en utilisant le constructeur function.
If a block is provided as argument, it will be converted to a function using the function constructor.
Ainsi, lorsqu'elles sont exécutées, elles ne peuvent accéder qu'aux variables globales et à leurs propres valeurs locales. Elles ne peuvent pas accéder aux variables de la portée dans laquelle le constructeur Function a été invoqué.
When running them, they will only be able to access their own local variables and global ones, not the ones from the scope in which the Function constructor was called.
Description Les objets Function créés avec le constructeur Function sont évalués à chaque utilisation.
Function objects created with the Function constructor are evaluated each time they are used.
Le constructeur Function crée un nouvel objet Function.
The Function constructor creates a new Function object.
Le constructeur Function est lui-même un objet Function.
The Function constructor is itself a Function object.
En revanche, les fonctions définies par le constructeur Function n'héritent que de la portée globale (portée héritée par toutes les fonctions).
On the other hand, a function defined by a Function constructor does not inherit any scope other than the global scope (which all functions inherit).
Les objets Function créés avec le constructeur Function sont analysés quand la fonction est créée.
generator function objects created with the GeneratorFunction constructor are parsed when the function is created.
Les fonctions créées avec le constructeur Function() ne créent pas de fermetures liées au contexte de leur création.
Note: async functions created with the AsyncFunction constructor do not create closures to their creation contexts; they are always created in the global scope.
Aucun résultat pour cette recherche.

Synonymes et analogies de "le constructeur function" en français

Publicité

Résultats: 10. Exacts: 10. Temps écoulé: 42 ms.

Mots fréquents: 1-300, 301-600, 601-900

Expressions courtes fréquentes: 1-400, 401-800, 801-1200

Expressions longues fréquentes: 1-400, 401-800, 801-1200