--- title: Function.prototype.toSource() slug: Web/JavaScript/Reference/Global_Objects/Function/toSource translation_of: Web/JavaScript/Reference/Global_Objects/Function/toSource ---
El mètode toSource()
retorna una cadena que representa el codi font de l'objecte.
function.toSource();
Function.toSource();
Cap.
El mètode toSource
retorna els valors següents:
toSource()
retorna la cadena següent indicant que el codi font no es troba disponible:
function Function() { [native code] }
toSource()
retorna la font de JavaScript que defineix l'objecte com una cadena.Aquest mètode se sol cridar internament per JavaScript i no explícitament en el codi. Podeu cridar toSource
durant la depuració per examinar el contingut d'un objecte.
No forma part de cap estàndard. Implementat en JavaScript 1.3.
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Suport bàsic | {{CompatNo}} | {{CompatVersionUnknown}} | {{CompatUnknown}} | {{CompatUnknown}} | {{CompatUnknown}} |
Característica | Android | Chrome per Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Suport bàsic | {{CompatUnknown}} | {{CompatUnknown}} | {{CompatVersionUnknown}} | {{CompatUnknown}} | {{CompatUnknown}} | {{CompatUnknown}} |