Struct v8::isolate::Builder [] [src]

pub struct Builder { /* fields omitted */ }

A builder for isolates. Can be converted into an isolate with the build method.

Methods

impl Builder
[src]

Whether the isolate should support idle tasks; i.e. whether the user will call run_idle_tasks regularly.

Constructs a new Isolate based on this builder.