Hello everyone, I just read kangax post about eval, and there's one thing that can't understand, kangax wrote: "The reason code is executed in global scope is not because eval is called in context of window, but because it’s invoked as an indirect call" but why this is indirect call? this.eval — as I understand right is Reference, where ReferenceName is eval. I'm always think that this is global eval because it's evaling in context window.
-- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
