★ wanayoo — archive 1999 https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Number/toSourceNouvelle recherche | Portail wanayoo

U.S. visitors: Help Mozilla protect Net Neutrality by signing our petition to Congress (http://mzl.la/nnpetition) on Wednesday, September 10th! See our blog post to learn more: https://blog.mozilla.org/netpolicy/2014/09/04/a-day-of-action-to-protect-net-neutrality/

mozilla
Your Search Results

    Number.prototype.toSource()

    非標準

    概要

    オブジェクトのソースコードを表す文字列を返します。

    Number のメソッド
    実装されたバージョン JavaScript 1.3

    構文

    number .toSource()

    引数

    無し。

    説明

    toSource メソッドは以下の値を返します。:

    • 組み込み Number オブジェクトでは、 toSource はソースコードが存在しないことを示す以下の文字列を返します。:
    function Number() {[native code]}
    
    • Number オブジェクトのインスタンスでは、 toSource はそのソースコードを表す文字列を返します。

    このメソッドは、通常、 JavaScript によって内部的に呼ばれ、コード中で明示的には呼ばれません。

    参照

    Object.prototype.toSource

     

    Document Tags and Contributors

    Contributors to this page: Potappo, ethertank, teoli
    最終更新者: teoli,