
Код AS3:
var myObj:Object = {a:"25", b:35};
trace(describeType(myObj));
И что-то он мне выдаёт не то что мне надо!
Цитата:
<type name="Object" isDynamic="true" isFinal="false" isStatic="false">
<method name="hasOwnProperty" declaredBy="Object" returnType="Boolean" uri="http://adobe.com/AS3/2006/builtin">
<parameter index="1" type="*" optional="true"/>
</method>
<method name="isPrototypeOf" declaredBy="Object" returnType="Boolean" uri="http://adobe.com/AS3/2006/builtin">
<parameter index="1" type="*" optional="true"/>
</method>
<method name="propertyIsEnumerable" declaredBy="Object" returnType="Boolean" uri="http://adobe.com/AS3/2006/builtin">
<parameter index="1" type="*" optional="true"/>
</method>
</type>
|
А где имена свойств, где значения?