Hi everyone! I'm looking for a way to create a sub-context, that is a context that inherit from another context.
The goal is to simulate the import feature. 1/ Create a global context 2/ Load and excute main script 3/ import creates a sub-context 4/ Load and execute the imported script in the sub-context 5/ copy some stuff from the sub-context back into the global context I can't find a decent way to do so ... Any clue ? Regards, Florent -- -- 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]. For more options, visit https://groups.google.com/d/optout.
