wiln / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Command line should't try read properties until its needed #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Can be problems for reading the property where not necessary.

For example: $C.remotingPassword = "AA"
Throws error:
ReferenceError: Error #1077: Illegal read of write-only property 
remotingPassword on com.luaye.console.Console.

Because it is trying to call $C.remotingPassword first before assigning the 
value "AA".

Original issue reported on code.google.com by luay...@gmail.com on 3 Mar 2010 at 4:50

GoogleCodeExporter commented 9 years ago

Original comment by luay...@gmail.com on 12 Mar 2010 at 2:40