Another note.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3926 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -213,3 +213,8 @@ ActionScript
|
|||||||
performance issues: accessing a simple property of a variable
|
performance issues: accessing a simple property of a variable
|
||||||
(like myArray.length) may actually be executing arbitrary code, possibly
|
(like myArray.length) may actually be executing arbitrary code, possibly
|
||||||
creating many objects, each time.
|
creating many objects, each time.
|
||||||
|
|
||||||
|
- Classes without a constructor cannot be instantiated. This is a runtime
|
||||||
|
error (grraah!). There is a compiler option "-compiler.warn-no-constructor"
|
||||||
|
but it generates a flotilla of warnings from standard classes in the flash
|
||||||
|
library, so it's slightly useless.
|
||||||
|
|||||||
Reference in New Issue
Block a user