endel/js2php

Problem with new global function implementation.

2pha opened this issue · 0 comments

2pha commented

Adding this to the fixture produces an error:

let temp = "50";
var_dump(parseInt(temp));

The error is:
"'Cannot read property 'scope' of undefined' TypeError: Cannot read property 'scope' of undefined".
in
"at Object.get (/js2php/scope.js:66:14)"