From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../global_objects/date/tosource/index.html | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 files/ja/web/javascript/reference/global_objects/date/tosource/index.html (limited to 'files/ja/web/javascript/reference/global_objects/date/tosource') diff --git a/files/ja/web/javascript/reference/global_objects/date/tosource/index.html b/files/ja/web/javascript/reference/global_objects/date/tosource/index.html new file mode 100644 index 0000000000..8d9b5bc578 --- /dev/null +++ b/files/ja/web/javascript/reference/global_objects/date/tosource/index.html @@ -0,0 +1,50 @@ +--- +title: Date.prototype.toSource() +slug: Web/JavaScript/Reference/Global_Objects/Date/toSource +tags: + - Date + - JavaScript + - Method + - Prototype + - Reference +translation_of: Web/JavaScript/Reference/Global_Objects/Date/toSource +--- +
{{JSRef}} {{obsolete_header}}
+ +

toSource() メソッドは、オブジェクトのソースコードを表す文字列を返します。

+ +

構文

+ +
dateObj.toSource()
+Date.toSource()
+ +

返値

+ +

与えられた {{jsxref("Global_Objects/Date", "Date")}} オブジェクトのソースコードを表す文字列。

+ +

+ +

ネイティブ関数

+ +

組み込まれた {{jsxref("Date")}} オブジェクトについて、toSource() は、ソースコードが利用できないことを示す次の文字列を返します。

+ +
function Date() {
+    [native code]
+}
+
+ +

仕様書

+ +

仕様の一部ではありません。

+ +

ブラウザーの互換性

+ + + +

{{Compat("javascript.builtins.Date.toSource")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf