Up until now, d8 installs an "os" object onto the global object on start up. It offers a number of functions to interact with the operating system, for example mkdir, setenv, umask etc.
It's only implemented for POSIX systems, and there is only one test case testing it. As far as I can tell, there is no user for it. That's why I'm planning to remove it: https://codereview.chromium.org/1527103005/ Please reply if you do not want this to be removed. Cheers, Yang -- *Google Germany GmbHDienerstr. 1280331 MunichGeschäftsführer: Matthew Scott Sucherman, Paul Terence ManicleRegistergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: HamburgDiese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat sind, leiten Sie diese bitte nicht weiter, informieren Sie den Absender und löschen Sie die E-Mail und alle Anhänge. Vielen Dank. This e-mail is confidential. If you are not the right addressee please do not forward it, please inform the sender, and please erase this e-mail including any attachments. Thanks.* -- -- 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.
