[webkit-dev] ExecState::thisObject()

Adam Barth abarth at webkit.org
Mon Jul 13 16:12:19 PDT 2009


On Mon, Jul 13, 2009 at 4:08 PM, Maciej Stachowiak<mjs at apple.com> wrote:
> Built-in classes work somewhat differently. I believe they use the calling
> function's global object ("lexical global object") rather than having some
> notion of home object.

You might be thinking of boxing primitive values, which do indeed get
their prototypes from the current lexical scope.

Adam


More information about the webkit-dev mailing list