public abstract class com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode extends com.oracle.truffle.js.nodes.JavaScriptBaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode
  super_class: com.oracle.truffle.js.nodes.JavaScriptBaseNode
{
  private final com.oracle.truffle.js.runtime.JSContext context;
    descriptor: Lcom/oracle/truffle/js/runtime/JSContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean doStaticResultUpdate;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.profiles.ValueProfile compiledRegexProfile;
    descriptor: Lcom/oracle/truffle/api/profiles/ValueProfile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 195
            ldc Lcom/oracle/truffle/js/builtins/helper/JSRegExpExecIntlNode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.js.runtime.JSContext, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode this
        start local 1 // com.oracle.truffle.js.runtime.JSContext context
        start local 2 // boolean doStaticResultUpdate
         0: .line 201
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.nodes.JavaScriptBaseNode.<init>:()V
         1: .line 199
            aload 0 /* this */
            invokestatic com.oracle.truffle.api.profiles.ValueProfile.createIdentityProfile:()Lcom/oracle/truffle/api/profiles/ValueProfile;
            putfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.compiledRegexProfile:Lcom/oracle/truffle/api/profiles/ValueProfile;
         2: .line 202
            aload 0 /* this */
            aload 1 /* context */
            putfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
         3: .line 203
            aload 0 /* this */
            iload 2 /* doStaticResultUpdate */
            putfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.doStaticResultUpdate:Z
         4: .line 204
            return
        end local 2 // boolean doStaticResultUpdate
        end local 1 // com.oracle.truffle.js.runtime.JSContext context
        end local 0 // com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lcom/oracle/truffle/js/builtins/helper/JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode;
            0    5     1               context  Lcom/oracle/truffle/js/runtime/JSContext;
            0    5     2  doStaticResultUpdate  Z
    MethodParameters:
                      Name  Flags
      context               
      doStaticResultUpdate  

  public static com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode create(com.oracle.truffle.js.runtime.JSContext, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;Z)Lcom/oracle/truffle/js/builtins/helper/JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 207
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tJSRegExpExecIntlNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                      Name  Flags
      context               
      doStaticResultUpdate  

  public abstract java.lang.Object execute(com.oracle.truffle.api.object.DynamicObject, java.lang.String, long);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/String;J)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      regExp     
      input      
      lastIndex  

  java.lang.Object doGeneric(com.oracle.truffle.api.object.DynamicObject, java.lang.String, long, com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor, com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexResultAccessor);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/String;JLcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexResultAccessor;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=7, locals=9, args_size=6
        start local 0 // com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode this
        start local 1 // com.oracle.truffle.api.object.DynamicObject regExp
        start local 2 // java.lang.String input
        start local 3 // long lastIndex
        start local 5 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor compiledRegexAccessor
        start local 6 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexResultAccessor regexResultAccessor
         0: .line 216
            getstatic com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.$assertionsDisabled:Z
            ifne 1
            aload 1 /* regExp */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSRegExp.isJSRegExp:(Ljava/lang/Object;)Z
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.compiledRegexProfile:Lcom/oracle/truffle/api/profiles/ValueProfile;
            aload 1 /* regExp */
            invokestatic com.oracle.truffle.js.runtime.builtins.JSRegExp.getCompiledRegex:(Lcom/oracle/truffle/api/object/DynamicObject;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.profiles.ValueProfile.profile:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* compiledRegex */
        start local 7 // java.lang.Object compiledRegex
         2: .line 218
            aload 7 /* compiledRegex */
            aload 2 /* input */
            lload 3 /* lastIndex */
            aload 5 /* compiledRegexAccessor */
            invokestatic com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode.executeCompiledRegex:(Ljava/lang/Object;Ljava/lang/String;JLcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;)Ljava/lang/Object;
            astore 8 /* result */
        start local 8 // java.lang.Object result
         3: .line 219
            aload 0 /* this */
            getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.doStaticResultUpdate:Z
            ifeq 5
            aload 0 /* this */
            getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokevirtual com.oracle.truffle.js.runtime.JSContext.isOptionRegexpStaticResult:()Z
            ifeq 5
            aload 6 /* regexResultAccessor */
            aload 8 /* result */
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexResultAccessor.isMatch:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 220
            aload 0 /* this */
            getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            invokevirtual com.oracle.truffle.js.runtime.JSContext.getRealm:()Lcom/oracle/truffle/js/runtime/JSRealm;
            aload 0 /* this */
            getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
            aload 7 /* compiledRegex */
            aload 2 /* input */
            lload 3 /* lastIndex */
            aload 8 /* result */
            invokevirtual com.oracle.truffle.js.runtime.JSRealm.setStaticRegexResult:(Lcom/oracle/truffle/js/runtime/JSContext;Ljava/lang/Object;Ljava/lang/String;JLjava/lang/Object;)V
         5: .line 222
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            aload 8 /* result */
            areturn
        end local 8 // java.lang.Object result
        end local 7 // java.lang.Object compiledRegex
        end local 6 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexResultAccessor regexResultAccessor
        end local 5 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor compiledRegexAccessor
        end local 3 // long lastIndex
        end local 2 // java.lang.String input
        end local 1 // com.oracle.truffle.api.object.DynamicObject regExp
        end local 0 // com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Lcom/oracle/truffle/js/builtins/helper/JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode;
            0    6     1                 regExp  Lcom/oracle/truffle/api/object/DynamicObject;
            0    6     2                  input  Ljava/lang/String;
            0    6     3              lastIndex  J
            0    6     5  compiledRegexAccessor  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
            0    6     6    regexResultAccessor  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexResultAccessor;
            2    6     7          compiledRegex  Ljava/lang/Object;
            3    6     8                 result  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
      4:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
    MethodParameters:
                       Name  Flags
      regExp                 
      input                  
      lastIndex              
      compiledRegexAccessor  
      regexResultAccessor    
}
SourceFile: "JSRegExpExecIntlNode.java"
NestHost: com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode
InnerClasses:
  public abstract JSRegExpExecIntlIgnoreLastIndexNode = com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode of com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode
  public final TRegexCompiledRegexAccessor = com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor of com.oracle.truffle.js.runtime.util.TRegexUtil
  public final TRegexResultAccessor = com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexResultAccessor of com.oracle.truffle.js.runtime.util.TRegexUtil
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ImportStatic(value = {Lcom/oracle/truffle/js/builtins/helper/JSRegExpExecIntlNode;})