非標準
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.
概要
オブジェクトのソースコードを表す文字列を返します。
構文
boolean.toSource()
引数
無し
説明
toSource
メソッドは以下の値を返します。 これはここにあるべきではありません。しかし、ページが正しい場所へ移動される再編成が完了しない限り、この記事のタイトルはあいまいです。ですから、保留にしておきます。再編成後、これは削除されるべきです。-->
- 組み込みの
Boolean
オブジェクトに対しては、toSource
はソースコードが利用不可能なことを示す以下の文字列を返します。
function Boolean() { [native code] }
Boolean
のインスタンスに対しては、toSource
はソースコードを表す文字列を返します。
このメソッドはたいてい JavaScript によって内部的に呼び出され、コードで明示的に呼び出されることはありません。