Closed salmanahmad closed 10 years ago
Basically the CompilationFrame#uniqueLocalIdentifier
is actually CompilationFrame#uniqueLocalIdentifierPrefix
. It will be sent to a random string in the constructor and then prepended to an actual identifier specified by macro local
.
Implemented in 6d422c86ffcc350f78df385aef39fcbf446bbe33.
It uses the
CompilationFrame#uniqueLocalIdentifier
.