IIRC it means that they would bleed into the other runtime files, which implement many of the builtin methods. Most of the JS standard library is self-hosted in V8, but it's not exactly the most modular. I think it's mostly a bunch of files concatenated during the build process.
On Wednesday, January 28, 2015 at 2:22:37 PM UTC-5, Francisco Tolmasky wrote: > > In runtime.js, it mentions that "you cannot use contexts in all these > functions" because they can be called directly from code. Does this mean > that "var x" in these functions creates an x variable in the callers > context? If so, is there a way to run into this situation yourself when > calling a js function from c code? > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
