Function Machine.this

Create and allocate a new JavaScript VM.

this (
  string name,
  const(xs.bindings.xsCreationRecord) creationOptions = defaultCreation,
  const(std.typecons.Tuple!(xs.bindings.structs.txScript*,xs.script.ScriptKind)[]) preloadedScripts = []
);