Is there a way to look up a variable by a string name in the current
context?  I'm not talking about the global object, I'm talking about the
current context, whatever that might be via Context::Enter(), etc.

I think I need something like: Handle<Object> Lookup(Handle<String> name)
in https://github.com/joyent/node/blob/master/deps/v8/src/contexts.h#L417

Digging through v8.h I can't find a comparable method that is exposed to
modules.  Am I missing something very obvious?

Thanks,
Tristan

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to