Function JSObject.makeRegExp

Creates a JavaScript RegExp object, as if by invoking the built-in RegExp constructor.

static JSObject makeRegExp (
  Machine machine
);

Parameters

NameDescription
machineA Machine.