public abstract class com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode 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.nodes.intl.InitializeRelativeTimeFormatNode
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
com.oracle.truffle.js.nodes.intl.JSToCanonicalizedLocaleListNode toCanonicalizedLocaleListNode;
descriptor: Lcom/oracle/truffle/js/nodes/intl/JSToCanonicalizedLocaleListNode;
flags: (0x0000)
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
com.oracle.truffle.js.nodes.intl.CreateOptionsObjectNode createOptionsNode;
descriptor: Lcom/oracle/truffle/js/nodes/intl/CreateOptionsObjectNode;
flags: (0x0000)
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
com.oracle.truffle.js.nodes.intl.GetStringOptionNode getLocaleMatcherOption;
descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
flags: (0x0000)
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
com.oracle.truffle.js.nodes.intl.GetStringOptionNode getNumberingSystemOption;
descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
flags: (0x0000)
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
com.oracle.truffle.js.nodes.intl.GetStringOptionNode getStyleOption;
descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
flags: (0x0000)
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
com.oracle.truffle.js.nodes.intl.GetStringOptionNode getNumericOption;
descriptor: Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
flags: (0x0000)
RuntimeVisibleAnnotations:
com.oracle.truffle.api.nodes.Node$Child()
private final com.oracle.truffle.api.profiles.BranchProfile errorBranch;
descriptor: Lcom/oracle/truffle/api/profiles/BranchProfile;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(com.oracle.truffle.js.runtime.JSContext);
descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCreateOptionsObjectNodeGen cannot be resolved\n\tInitializeRelativeTimeFormatNodeGen cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/intl/InitializeRelativeTimeFormatNode;
MethodParameters:
Name Flags
context
public abstract com.oracle.truffle.api.object.DynamicObject executeInit(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, java.lang.Object);
descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
collator
locales
options
public static com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode createInitalizeRelativeTimeFormatNode(com.oracle.truffle.js.runtime.JSContext);
descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/nodes/intl/InitializeRelativeTimeFormatNode;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tInitializeRelativeTimeFormatNodeGen cannot be resolved\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
context
public com.oracle.truffle.api.object.DynamicObject initializeRelativeTimeFormat(com.oracle.truffle.api.object.DynamicObject, java.lang.Object, java.lang.Object);
descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokestatic com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat.getInternalState:(Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/js/runtime/builtins/intl/JSRelativeTimeFormat$InternalState;
astore 4
start local 4 1: aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.toCanonicalizedLocaleListNode:Lcom/oracle/truffle/js/nodes/intl/JSToCanonicalizedLocaleListNode;
aload 2
invokevirtual com.oracle.truffle.js.nodes.intl.JSToCanonicalizedLocaleListNode.executeLanguageTags:(Ljava/lang/Object;)[Ljava/lang/String;
astore 5
start local 5 2: aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.createOptionsNode:Lcom/oracle/truffle/js/nodes/intl/CreateOptionsObjectNode;
aload 3
invokevirtual com.oracle.truffle.js.nodes.intl.CreateOptionsObjectNode.execute:(Ljava/lang/Object;)Lcom/oracle/truffle/api/object/DynamicObject;
astore 6
start local 6 3: aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.getLocaleMatcherOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
aload 6
invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
pop
4: aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.getNumberingSystemOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
aload 6
invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
astore 7
start local 7 5: aload 7
ifnull 8
6: aload 7
aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.errorBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
invokestatic com.oracle.truffle.js.runtime.util.IntlUtil.validateUnicodeLocaleIdentifierType:(Ljava/lang/String;Lcom/oracle/truffle/api/profiles/BranchProfile;)V
7: aload 7
invokestatic com.oracle.truffle.js.runtime.util.IntlUtil.normalizeUnicodeLocaleIdentifierType:(Ljava/lang/String;)Ljava/lang/String;
astore 7
8: StackMap locals: com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode com.oracle.truffle.api.object.DynamicObject java.lang.Object java.lang.Object com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat$InternalState java.lang.String[] com.oracle.truffle.api.object.DynamicObject java.lang.String
StackMap stack:
aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.getStyleOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
aload 6
invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
astore 8
start local 8 9: aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.getNumericOption:Lcom/oracle/truffle/js/nodes/intl/GetStringOptionNode;
aload 6
invokevirtual com.oracle.truffle.js.nodes.intl.GetStringOptionNode.executeValue:(Ljava/lang/Object;)Ljava/lang/String;
astore 9
start local 9 10: aload 4
aload 8
invokevirtual com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat$InternalState.setStyle:(Ljava/lang/String;)V
11: aload 4
aload 9
invokevirtual com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat$InternalState.setNumeric:(Ljava/lang/String;)V
12: aload 4
aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.context:Lcom/oracle/truffle/js/runtime/JSContext;
aload 5
aload 7
invokevirtual com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat$InternalState.resolveLocaleAndNumberingSystem:(Lcom/oracle/truffle/js/runtime/JSContext;[Ljava/lang/String;Ljava/lang/String;)V
13: aload 4
invokevirtual com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat$InternalState.initializeRelativeTimeFormatter:()V
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 14: goto 18
StackMap locals: com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode com.oracle.truffle.api.object.DynamicObject java.lang.Object java.lang.Object
StackMap stack: java.util.MissingResourceException
15: astore 4
start local 4 16: aload 0
getfield com.oracle.truffle.js.nodes.intl.InitializeRelativeTimeFormatNode.errorBranch:Lcom/oracle/truffle/api/profiles/BranchProfile;
invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
17: aload 4
invokestatic com.oracle.truffle.js.runtime.Errors.createICU4JDataError:(Ljava/lang/Exception;)Lcom/oracle/truffle/js/runtime/JSException;
athrow
end local 4 18: StackMap locals:
StackMap stack:
aload 1
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lcom/oracle/truffle/js/nodes/intl/InitializeRelativeTimeFormatNode;
0 19 1 relativeTimeFormatObj Lcom/oracle/truffle/api/object/DynamicObject;
0 19 2 localesArg Ljava/lang/Object;
0 19 3 optionsArg Ljava/lang/Object;
1 14 4 state Lcom/oracle/truffle/js/runtime/builtins/intl/JSRelativeTimeFormat$InternalState;
2 14 5 locales [Ljava/lang/String;
3 14 6 options Lcom/oracle/truffle/api/object/DynamicObject;
5 14 7 numberingSystem Ljava/lang/String;
9 14 8 style Ljava/lang/String;
10 14 9 numeric Ljava/lang/String;
16 18 4 e Ljava/util/MissingResourceException;
Exception table:
from to target type
0 14 15 Class java.util.MissingResourceException
RuntimeVisibleAnnotations:
com.oracle.truffle.api.dsl.Specialization()
MethodParameters:
Name Flags
relativeTimeFormatObj
localesArg
optionsArg
}
SourceFile: "InitializeRelativeTimeFormatNode.java"
InnerClasses:
public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
public InternalState = com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat$InternalState of com.oracle.truffle.js.runtime.builtins.intl.JSRelativeTimeFormat