Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1453 by [email protected]: Underscores allowed in function
expression
http://code.google.com/p/google-caja/issues/detail?id=1453
What revision of the cajoler exhibits the problem? On what browser and OS?
Rev 4819 built on 2012-03-21 23:57:38.
What steps will reproduce the problem?
1.<script>x=function __(){}</script>
What is the expected output? What do you see instead?
Either the expression name is allowed or rewritten.
FATAL_ERROR unknown:1+20 - 22: INTERNAL COMPILER ERROR. Illegal identifier
passed through from rewriter: Identifier : __. Please report this error at:
http://code.google.com/p/google-caja/issues/:unknown:1: <script>x=function
__(){}</script>
Please provide any additional information below.