Étant donné que l'interface est définie avec le marqueur [function], tous les objets Function de JavaScript implémentent cette interface de manière automatique.
Remarks As the interface is marked with the [function] flag, all JavaScript Function objects automatically implement this interface.
Outros resultados
Le code qui suit crée un objet Function recevant deux paramètres.
The following code creates a Function object that takes two arguments.
Les liaisons sont assurées comme d'habitude par l'objet Function.
Résumé Chaque fonction en JavaScript est en réalité un objet Function.
Summary Every function in JavaScript is actually a Function object.
En JavaScript, chaque fonction est un objet Function.
In JavaScript every function is actually a Function object.
Le constructeur Function crée un nouvel objet Function.
The Function constructor creates a new Function object.
Pour appeler l'objet Function, on peut utiliser le nom de la variable comme une fonction.
To call the Function object, you can specify the variable name as if it were a function.
Bien que l'objet Function ne fournisse aucune méthode de lui-même, il hérite de méthodes au travers de la chaîne de prototypes.
Although the Function object does not provide any methods of its own, it does inherit methods through the prototype chain.
Pour plus d'informations, voir l'article sur la propriété prototype de l'objet Function de la référence JavaScript.
See the prototype property of the Function object in the JavaScript reference for more information.
Voir la page sur l'objet Function dans la référence JavaScript pour plus d'informations.
See the Function object in the JavaScript reference for more information. Function parameters
Conteúdo potencialmente sensível ou impróprio
Os exemplos servem apenas como ajuda na tradução da palavra ou da expressão procurada. Eles não são selecionados ou validados por nós e podem conter linguagem inapropriada. Pedimos que reporte exemplos que devem ser modificados ou que não devem ser exibidos. As traduções potencialmente sensivéis, impróprias ou coloquiais geralmente são marcadas em vermelho ou em laranja.