Class NativeRegExpInstantiator

java.lang.Object
org.mozilla.javascript.regexp.NativeRegExpInstantiator

public class NativeRegExpInstantiator extends Object
  • Constructor Details

    • NativeRegExpInstantiator

      private NativeRegExpInstantiator()
  • Method Details

    • withLanguageVersion

      static NativeRegExp withLanguageVersion(int languageVersion)
    • withLanguageVersionScopeCompiled

      static NativeRegExp withLanguageVersionScopeCompiled(int languageVersion, Scriptable scope, RECompiled compiled)