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
regexObj.toSource()
Parametry
Brak.
Opis
Metoda toSource()
zwraca następujące wartości:
- Dla wbudowanego obiektu
RegExp
,toSource()
zwraca następujący łańcuch znaków sygnalizujący, który kod źródłowy nie jest dostępny:function RegExp() { [native code] }
- Dla instancji
RegExp
,toSource()
zwraca łańcuch znaków reprezentujący kod źródłowy.
Ta metoda jest często nazywana wewnętrzną metodą JavaScriptu i nie jest widoczna w kodzie.