checkAssocArrayLiteralEscape

Associative array literal is going to be allocated on the GC heap. Check its elements to see if any would escape by going on the heap.

bool
checkAssocArrayLiteralEscape

Parameters

sc Scope*

used to determine current function and module

ae AssocArrayLiteralExp

associative array literal expression

gag bool

do not print error messages

Return Value

Type: bool

true if any elements escaped

Suggestion Box / Bug Report