fixed label scope/mangling

This commit is contained in:
Mihai Bazon
2012-09-18 19:26:46 +03:00
parent 669874d46b
commit a4d2340c73
2 changed files with 14 additions and 6 deletions

View File

@@ -614,7 +614,7 @@ var AST_SymbolCatch = DEFNODE("SymbolCatch", null, {
$documentation: "Symbol naming the exception in catch",
}, AST_SymbolDeclaration);
var AST_Label = DEFNODE("Label", "label_target", {
var AST_Label = DEFNODE("Label", "references label_target", {
$documentation: "Symbol naming a label (declaration)",
}, AST_SymbolDeclaration);