|
@@ -520,6 +520,7 @@ class Type {
|
|
#if flash9
|
|
#if flash9
|
|
var a = describe(c,false);
|
|
var a = describe(c,false);
|
|
a.remove("__construct__");
|
|
a.remove("__construct__");
|
|
|
|
+ a.remove("prototype");
|
|
return a;
|
|
return a;
|
|
#elseif php
|
|
#elseif php
|
|
if(untyped c.__qname__ == 'String') return ['fromCharCode'];
|
|
if(untyped c.__qname__ == 'String') return ['fromCharCode'];
|