RESOLVED FIXED Bug 138326
Add "get scope" byte code
https://bugs.webkit.org/show_bug.cgi?id=138326
Summary Add "get scope" byte code
Michael Saboff
Reported 2014-11-03 14:19:55 PST
This is to add a new op_get_scope byte code that will be used to materialize the scope into an allocated register. The scope is currently stored in the ScopeChain slot of the call frame header. This change will add the byte code and implement minimal implementations in each of the engines.
Attachments
Patch (11.52 KB, patch)
2014-11-03 17:23 PST, Michael Saboff
mark.lam: review+
Michael Saboff
Comment 1 2014-11-03 17:23:20 PST
Mark Lam
Comment 2 2014-11-03 17:46:53 PST
Comment on attachment 240884 [details] Patch r=me
Michael Saboff
Comment 3 2014-11-03 19:36:20 PST
Note You need to log in before you can comment on or make changes to this bug.