You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See what I do in the screenshot, I definded a class in es5js and then call evaljs the first time, everything seems OK.
But when I tried to used the persistent instants, got identifier 'udm' undefined.
The strange things is, the code I pasted from document works well.
Is it a bug?
The text was updated successfully, but these errors were encountered:
I noticed you create a new interpreter instance after setting things in the first one.
Maybe the second interpreter is messing some global state of the first interpreter, I'll try to reproduce the issue.
See what I do in the screenshot, I definded a class in
es5js
and then callevaljs
the first time, everything seems OK.But when I tried to used the persistent instants, got
identifier 'udm' undefined
.The strange things is, the code I pasted from document works well.
Is it a bug?
The text was updated successfully, but these errors were encountered: