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: 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 start local 1 start local 2 0: aload 0
invokespecial com.oracle.truffle.js.nodes.JavaScriptBaseNode.<init>:()V
1: aload 0
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: aload 0
aload 1
putfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
3: aload 0
iload 2
putfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.doStaticResultUpdate:Z
4: return
end local 2 end local 1 end local 0 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: 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 start local 1 start local 2 start local 3 start local 5 start local 6 0: getstatic com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.$assertionsDisabled:Z
ifne 1
aload 1
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: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.compiledRegexProfile:Lcom/oracle/truffle/api/profiles/ValueProfile;
aload 1
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
start local 7 2: aload 7
aload 2
lload 3
aload 5
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
start local 8 3: aload 0
getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.doStaticResultUpdate:Z
ifeq 5
aload 0
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
aload 8
invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexResultAccessor.isMatch:(Ljava/lang/Object;)Z
ifeq 5
4: aload 0
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
getfield com.oracle.truffle.js.builtins.helper.JSRegExpExecIntlNode$JSRegExpExecIntlIgnoreLastIndexNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
aload 7
aload 2
lload 3
aload 8
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: StackMap locals: java.lang.Object java.lang.Object
StackMap stack:
aload 8
areturn
end local 8 end local 7 end local 6 end local 5 end local 3 end local 2 end local 1 end local 0 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;})