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 // com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy this
         0: .line 2170
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy this
      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 // com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
         0: .line 2173
            aload 1 /* store */
            invokestatic com.oracle.truffle.js.runtime.objects.JSObject.getJSContext:(Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/js/runtime/JSContext;
            astore 2 /* context */
        start local 2 // com.oracle.truffle.js.runtime.JSContext context
         1: .line 2174
            aload 2 /* context */
            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 // com.oracle.truffle.js.runtime.JSContext context
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy this
      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 // com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy this
        start local 1 // com.oracle.truffle.api.object.DynamicObject store
        start local 2 // java.lang.Object value
         0: .line 2179
            aload 1 /* store */
            invokestatic com.oracle.truffle.js.runtime.objects.JSObject.getJSContext:(Lcom/oracle/truffle/api/object/DynamicObject;)Lcom/oracle/truffle/js/runtime/JSContext;
            astore 3 /* context */
        start local 3 // com.oracle.truffle.js.runtime.JSContext context
         1: .line 2180
            aload 3 /* context */
            invokestatic com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy.topLevelRealm:(Lcom/oracle/truffle/js/runtime/JSContext;)Lcom/oracle/truffle/js/runtime/JSRealm;
            aload 2 /* value */
            putfield com.oracle.truffle.js.runtime.JSRealm.v8RealmShared:Ljava/lang/Object;
         2: .line 2181
            iconst_1
            ireturn
        end local 3 // com.oracle.truffle.js.runtime.JSContext context
        end local 2 // java.lang.Object value
        end local 1 // com.oracle.truffle.api.object.DynamicObject store
        end local 0 // com.oracle.truffle.js.runtime.JSRealm$RealmSharedPropertyProxy this
      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 // com.oracle.truffle.js.runtime.JSContext context
         0: .line 2185
            aload 0 /* context */
            invokevirtual com.oracle.truffle.js.runtime.JSContext.getRealm:()Lcom/oracle/truffle/js/runtime/JSRealm;
            astore 1 /* realm */
        start local 1 // com.oracle.truffle.js.runtime.JSRealm realm
         1: .line 2186
            goto 3
         2: .line 2187
      StackMap locals: com.oracle.truffle.js.runtime.JSRealm
      StackMap stack:
            aload 1 /* realm */
            invokevirtual com.oracle.truffle.js.runtime.JSRealm.getParent:()Lcom/oracle/truffle/js/runtime/JSRealm;
            astore 1 /* realm */
         3: .line 2186
      StackMap locals:
      StackMap stack:
            aload 1 /* realm */
            invokevirtual com.oracle.truffle.js.runtime.JSRealm.getParent:()Lcom/oracle/truffle/js/runtime/JSRealm;
            ifnonnull 2
         4: .line 2189
            aload 1 /* realm */
            areturn
        end local 1 // com.oracle.truffle.js.runtime.JSRealm realm
        end local 0 // com.oracle.truffle.js.runtime.JSContext context
      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