On Wed, Jul 1, 2020 at 12:13 PM <[email protected]> wrote:

> Why do you say its global?
>

After evaluating the string "const K = {...}", K is a global variable in
the provided context.

At the sample code, I read the K object from a specific context.


No, that's not what you're doing. You're creating an object wrapper around
a string "K". That object creation needs a context, but that's not the same
as reading a variable from that context.

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/CAKSzg3TpqUYwSdw-tawNewbq7uOitNP9TfjSKpB%2BFufqpuaWVQ%40mail.gmail.com.

Reply via email to