public static Scriptable WrapRegExp(Context cx, Scriptable scope, object compiled) { return cx.GetRegExpProxy().WrapRegExp(cx, scope, compiled); }
public static RegExpProxy GetRegExpProxy(Context cx) { return cx.GetRegExpProxy(); }