author | hannesw |
Wed, 25 Jun 2014 14:36:24 +0200 | |
changeset 25243 | 7a1edca6ce94 |
parent 19638 | bf08be79957a |
permissions | -rw-r--r-- |
19638
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
1 |
[object ArrayBuffer] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
2 |
[object Int8Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
3 |
[object Int16Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
4 |
[object Int32Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
5 |
[object Uint8Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
6 |
[object Uint8ClampedArray] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
7 |
[object Uint16Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
8 |
[object Uint32Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
9 |
[object Float32Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
10 |
[object Float64Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
11 |
[object Object] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
12 |
[object Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
13 |
[object RegExp] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
14 |
[object Error] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
15 |
[object Function] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
16 |
[object ArrayBuffer] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
17 |
[object Int8Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
18 |
[object Int16Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
19 |
[object Int32Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
20 |
[object Uint8Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
21 |
[object Uint8ClampedArray] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
22 |
[object Uint16Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
23 |
[object Uint32Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
24 |
[object Float32Array] |
bf08be79957a
8023784: Object.prototype.toString should contain the class name for all instances
sundar
parents:
diff
changeset
|
25 |
[object Float64Array] |