// process #abc local identifier declaration // => scope + "abc" sS javaScript_hashLocalIdentifiers(S scope, S html) { LS tok = jsTok(html); tok = tok_hashLocalIdentifiers(tok, scope); ret join(tok); }