Skip to content
#

continuation

Here are 48 public repositories matching this topic...

awto
awto commented Apr 13, 2020

Expressions like eval("var m = 10") should add variable` into its parent scope. This doesn't work now (if the variable isn't already defined in that scope), because the variables are accessed by index not by name.

To make this work each frame should also store reference of a global object, and each global variable access is converted to member access expression in that object. If some functi

Improve this page

Add a description, image, and links to the continuation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the continuation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.