Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Date.prototype.toSource()

Niestandardowy
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Podsumowanie

Zwraca łańcuch znaków reprezentujący kod źródłowy obiektu.

Składnia

dateObj.toSource()
Date.toSource()

Parametry

Brak.

Opis

Metoda toSource() zwraca następującą wartość:

  • Dla wewnętrznej budowy obiekt Date, toSource() zwraca następujący łańcuch znaków sygnalizując, który kod źródłowy jest nieosiągalny:
function Date() {
   [native code]
}
  • Dla instancji Date, toSource() zwraca łańcuch znaków reprezentujący kod źródłowy.

Ta metoda jest często nazywana wewnętrzną metodą JavaScript i jest nie wyraźna w kodzie.

Zobacz także

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, Ptak82
 Ostatnia aktualizacja: teoli,