Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that creating instances from classes and functions will have the correct i nferred name. | |
| 2 | |
| 3 Running test: functionKeywordInstance | |
| 4 f1 | |
| 5 | |
| 6 Running test: namespacedFunctionInstance | |
| 7 obj.functionClass | |
| 8 | |
| 9 Running test: classKeywordInstance | |
| 10 f2 | |
| 11 | |
| 12 Running test: namespacedClassInstance | |
| 13 obj.classClass | |
| OLD | NEW |