|
Revision 1782, 0.7 kB
(checked in by holidays-l, 6 years ago)
|
|
lang/javascript/Object.toSource: imported
|
-
Property svn:keywords set to
Date Revision Author HeadURL Id
|
| Line | |
|---|
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|---|
| 2 | <html lang="ja"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|---|
| 5 | <meta http-equiv="Content-Style-Type" content="text/css"> |
|---|
| 6 | <meta http-equiv="Content-Script-Type" content="text/javascript"> |
|---|
| 7 | <title>Object.toSource</title> |
|---|
| 8 | <script type="text/javascript" src="lib/JSAN.js"></script> |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | <pre id="test"> |
|---|
| 12 | </pre> |
|---|
| 13 | <script type="text/javascript"><!-- |
|---|
| 14 | var jsan = new JSAN('lib'); |
|---|
| 15 | jsan.use('Test.Harness.Browser'); |
|---|
| 16 | new Test.Harness.Browser().runTests( |
|---|
| 17 | 'use.html', |
|---|
| 18 | 'number.html', |
|---|
| 19 | 'string.html', |
|---|
| 20 | 'function.html', |
|---|
| 21 | 'array.html', |
|---|
| 22 | 'object.html'); |
|---|
| 23 | // --></script> |
|---|
| 24 | </body> |
|---|
| 25 | </html> |
|---|