-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b74363
commit aab5a18
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
JScriptCodeDom.CodeParseException: Unexcepted Token : Operator:= , Requires BlockEnd , Line 61, Char 31 ---> System.Exception: Unexcepted Token : Operator:= , Requires BlockEnd | ||
at JScriptCodeDom.CodeParser.ReadAndCheckToken(CodeTokenType equalto) | ||
at JScriptCodeDom.CodeParser.ParseBlockObjectExpression() | ||
at JScriptCodeDom.CodeParser.ParseLazyExpressionCore(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParseLazyExpression(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParseCommaSplitedCollection() | ||
at JScriptCodeDom.CodeParser.ParseFunctionForQuoteStart(CodeFunctionExpression func) | ||
at JScriptCodeDom.CodeParser.ParseFunctionExpression() | ||
at JScriptCodeDom.CodeParser.ParseLazyExpressionCore(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParseLazyExpression(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParseBlockObjectExpression() | ||
at JScriptCodeDom.CodeParser.ParseLazyExpressionCore(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParseLazyExpression(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParseBlockObjectExpression() | ||
at JScriptCodeDom.CodeParser.ParseLazyExpressionCore(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParseLazyExpression(Boolean bthrowerr) | ||
at JScriptCodeDom.CodeParser.ParsePriorityExpression(String forwhat) | ||
at JScriptCodeDom.CodeParser.ContinueExpressionCore(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement) | ||
at JScriptCodeDom.CodeParser.ContinueExpression(CodeExpression leftexp, Boolean allowcommer, Boolean parsingFunctionStatement) | ||
at JScriptCodeDom.CodeParser.InternalParseStatementCore() | ||
at JScriptCodeDom.CodeParser.InternalParseStatement() | ||
at JScriptCodeDom.CodeParser.ParseStatement() | ||
at JScriptCodeDom.CodeParser.ParseBlock() | ||
at JScriptCodeDom.CodeParser.Parse(String code, String filename, Int32 lineoffset, Boolean keeplinenum) | ||
--- End of inner exception stack trace --- | ||
at JScriptCodeDom.CodeParser.Parse(String code, String filename, Int32 lineoffset, Boolean keeplinenum) | ||
at ProtectorV1.Protect(String[] codes) | ||
at ProtectorV1.Protect(String code) | ||
at ASP.javascript_obfuscator_aspx.Button1_Click(Object sender, EventArgs e) |