[Webkit-unassigned] [Bug 26006] Sort out lexical / dynamic global object for window.location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 25 09:46:22 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26006


abarth at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




------- Comment #5 from abarth at webkit.org  2009-05-25 09:46 PDT -------
> How about the lexicalFrame and the dynamicFrame.  Not the best names for sure,
> but they at least evoke the terms we use.

I'd like to use the same term in both the JSC and V8 bindings so they're easier
to keep in sync.  The problem with lexicalFrame is that V8 would think that's a
different frame because it would give you the lexicalFrame for the *current*
function (i.e., the one we're implementing) not the lexical frame for the
function that called this one...


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list