JS: add tests for reflection against external classes

This commit is contained in:
Alexey Andreev
2017-03-01 20:11:27 +03:00
parent 723c9be5a0
commit a6ca2906d8
3 changed files with 23 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
function A() {
}
var O = {};