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.

JSType

列挙型 JSType の値は、 JavaScript の値の型を表します。

説明
JSTYPE_VOID undefined
JSTYPE_OBJECT JavaScript オブジェクト
JSTYPE_FUNCTION 関数
JSTYPE_STRING 文字列
JSTYPE_NUMBER 数値
JSTYPE_BOOLEAN 真偽値 (true / false)
JSTYPE_NULL null
JSTYPE_XML XML オブジェクト

 

ドキュメントのタグと貢献者

 このページの貢献者: ethertank
 最終更新者: ethertank,