Re: More on workerStart

On 6/6/15 2:01 AM, Justin Rogers wrote:
> Wow that is way better than my points. Taken one step further we implement our getters as functions. So the incumbent would always be the internal getter.

No, built-ins don't affect the incumbent global.  It's all in the HTML 
spec; please do read it.

> I don't think we have any way to get the containing function other than a stack walk.

You clearly need to have one in terms of black-box behavior if you're 
implementing what the HTML spec says for a bunch of cases.

-Boris

Received on Saturday, 6 June 2015 12:09:36 UTC