From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- .../global_objects/function/tosource/index.html | 97 ---------------------- 1 file changed, 97 deletions(-) delete mode 100644 files/ca/web/javascript/reference/global_objects/function/tosource/index.html (limited to 'files/ca/web/javascript/reference/global_objects/function/tosource') diff --git a/files/ca/web/javascript/reference/global_objects/function/tosource/index.html b/files/ca/web/javascript/reference/global_objects/function/tosource/index.html deleted file mode 100644 index 27f135ce13..0000000000 --- a/files/ca/web/javascript/reference/global_objects/function/tosource/index.html +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: Function.prototype.toSource() -slug: Web/JavaScript/Reference/Global_Objects/Function/toSource -translation_of: Web/JavaScript/Reference/Global_Objects/Function/toSource ---- -
{{JSRef}} {{non-standard_header}}
- -

El mètode toSource()retorna una cadena que representa el codi font de l'objecte.

- -

Sintaxi

- -
function.toSource();
-Function.toSource();
-
- -

Paràmetres

- -

Cap.

- -

Descripció

- -

El mètode toSource retorna els valors següents:

- - - -

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.

- -

Especificacions

- -

No forma part de cap estàndard. Implementat en JavaScript 1.3.

- -

Compatibilitat amb navegadors

- -
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic{{CompatNo}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidChrome per AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic{{CompatUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
- -

Vegeu també

- - -- cgit v1.2.3-54-g00ecf