JS parser: added description string to constructor arguments

This commit is contained in:
Alexey Tsvetkov
2014-10-26 18:34:32 +03:00
parent c814b9a8b8
commit 97bbcab77d
@@ -618,7 +618,7 @@ public class JsParser {
// Create it, and set the params.
//
JsFunction toFn = new JsFunction(getScope());
JsFunction toFn = new JsFunction(getScope(), "jsCode");
// Creating a function also creates a new scope, which we push onto
// the scope stack.