final class com.oracle.truffle.js.runtime.Symbol$IsIdenticalOrUndefined
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.oracle.truffle.js.runtime.Symbol$IsIdenticalOrUndefined
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // com.oracle.truffle.js.runtime.Symbol$IsIdenticalOrUndefined this
0: .line 202
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.oracle.truffle.js.runtime.Symbol$IsIdenticalOrUndefined this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/runtime/Symbol$IsIdenticalOrUndefined;
static com.oracle.truffle.api.utilities.TriState doHostObject(com.oracle.truffle.js.runtime.Symbol, com.oracle.truffle.js.runtime.Symbol);
descriptor: (Lcom/oracle/truffle/js/runtime/Symbol;Lcom/oracle/truffle/js/runtime/Symbol;)Lcom/oracle/truffle/api/utilities/TriState;
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.oracle.truffle.js.runtime.Symbol receiver
start local 1 // com.oracle.truffle.js.runtime.Symbol other
0: .line 205
aload 0 /* receiver */
aload 1 /* other */
if_acmpne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: invokestatic com.oracle.truffle.api.utilities.TriState.valueOf:(Z)Lcom/oracle/truffle/api/utilities/TriState;
areturn
end local 1 // com.oracle.truffle.js.runtime.Symbol other
end local 0 // com.oracle.truffle.js.runtime.Symbol receiver
LocalVariableTable:
Start End Slot Name Signature
0 3 0 receiver Lcom/oracle/truffle/js/runtime/Symbol;
0 3 1 other Lcom/oracle/truffle/js/runtime/Symbol;
RuntimeVisibleAnnotations:
com.oracle.truffle.api.dsl.Specialization()
MethodParameters:
Name Flags
receiver
other
static com.oracle.truffle.api.utilities.TriState doOther(com.oracle.truffle.js.runtime.Symbol, java.lang.Object);
descriptor: (Lcom/oracle/truffle/js/runtime/Symbol;Ljava/lang/Object;)Lcom/oracle/truffle/api/utilities/TriState;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=2, args_size=2
start local 0 // com.oracle.truffle.js.runtime.Symbol receiver
start local 1 // java.lang.Object other
0: .line 211
getstatic com.oracle.truffle.api.utilities.TriState.UNDEFINED:Lcom/oracle/truffle/api/utilities/TriState;
areturn
end local 1 // java.lang.Object other
end local 0 // com.oracle.truffle.js.runtime.Symbol receiver
LocalVariableTable:
Start End Slot Name Signature
0 1 0 receiver Lcom/oracle/truffle/js/runtime/Symbol;
0 1 1 other Ljava/lang/Object;
RuntimeInvisibleAnnotations:
com.oracle.truffle.api.dsl.Fallback()
MethodParameters:
Name Flags
receiver
other
}
SourceFile: "Symbol.java"
NestHost: com.oracle.truffle.js.runtime.Symbol
InnerClasses:
final IsIdenticalOrUndefined = com.oracle.truffle.js.runtime.Symbol$IsIdenticalOrUndefined of com.oracle.truffle.js.runtime.Symbol
RuntimeVisibleAnnotations:
com.oracle.truffle.api.library.ExportMessage()