class com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy implements com.oracle.truffle.js.runtime.objects.PropertyProxy
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/runtime/JSRealm$RealmSharedPropertyProxy;
public java.lang.Object get(com.oracle.truffle.api.object.DynamicObject);
descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokestatic com.oracle.truffle.js.runtime.objects.JSObject.getJSContext:(Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/js/runtime/JSContext;
astore 2
start local 2 1: aload 2
invokestatic com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy.topLevelRealm:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/runtime/JSRealm;
getfield com.oracle.truffle.js.runtime.JSRealm.v8RealmShared:Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/js/runtime/JSRealm$RealmSharedPropertyProxy;
0 2 1 store Lcom/oracle/truffle/api/object/DynamicObject;
1 2 2 context Lcom/oracle/truffle/js/runtime/JSContext;
MethodParameters:
Name Flags
store
public boolean set(com.oracle.truffle.api.object.DynamicObject, java.lang.Object);
descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokestatic com.oracle.truffle.js.runtime.objects.JSObject.getJSContext:(Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/js/runtime/JSContext;
astore 3
start local 3 1: aload 3
invokestatic com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy.topLevelRealm:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/runtime/JSRealm;
aload 2
putfield com.oracle.truffle.js.runtime.JSRealm.v8RealmShared:Ljava/lang/Object;
2: iconst_1
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/js/runtime/JSRealm$RealmSharedPropertyProxy;
0 3 1 store Lcom/oracle/truffle/api/object/DynamicObject;
0 3 2 value Ljava/lang/Object;
1 3 3 context Lcom/oracle/truffle/js/runtime/JSContext;
MethodParameters:
Name Flags
store
value
private static com.oracle.truffle.js.runtime.JSRealm topLevelRealm(com.oracle.truffle.js.runtime.JSContext);
descriptor: (Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/runtime/JSRealm;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.oracle.truffle.js.runtime.JSContext.getRealm:()Lcom/oracle/truffle/js/runtime/JSRealm;
astore 1
start local 1 1: goto 3
2: StackMap locals: com.oracle.truffle.js.runtime.JSRealm
StackMap stack:
aload 1
invokevirtual com.oracle.truffle.js.runtime.JSRealm.getParent:()Lcom/oracle/truffle/js/runtime/JSRealm;
astore 1
3: StackMap locals:
StackMap stack:
aload 1
invokevirtual com.oracle.truffle.js.runtime.JSRealm.getParent:()Lcom/oracle/truffle/js/runtime/JSRealm;
ifnonnull 2
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 context Lcom/oracle/truffle/js/runtime/JSContext;
1 5 1 realm Lcom/oracle/truffle/js/runtime/JSRealm;
MethodParameters:
Name Flags
context
}
SourceFile: "JSRealm.java"
NestHost: com.oracle.truffle.js.runtime.JSRealm
InnerClasses:
private RealmSharedPropertyProxy = com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy of com.oracle.truffle.js.runtime.JSRealm