I'm seeking for a way to share the same JSRealm with different v8 contexts, so they share the same `Object` values in memory, but with different global values.
Currently when evaluating `a instanceof Object` with `a` value defined from another context, this evaluates to false, which is not what i want. What i've tried: I've tried overwriting one context's global `Object` with value from another context, which seems ok at first, but it's flawed in corner cases, that literal object values still uses the V8::Context's original Object prototype. Is there a way to accomplish what i want? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/v8-users/1fb15c01-198a-4ef2-8705-a78265eb0691n%40googlegroups.com.