On Mon, Dec 19, 2016 at 9:06 PM, Nitin Pasumarthy <[email protected]> wrote: > Is there a way to build only specific components of V8? For example if I do > not want looping, can I skip building those before embedding.
When you say 'looping', do you mean control flow structures like for, while and do/while? You can't. -- -- 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.
