Class JSPrototypeData

java.lang.Object
com.oracle.truffle.js.runtime.objects.JSPrototypeData

public final class JSPrototypeData extends Object
Extra data associated with prototype objects.
  • Constructor Details

    • JSPrototypeData

      public JSPrototypeData()
  • Method Details

    • getProtoChildTree

      public com.oracle.truffle.api.object.Shape getProtoChildTree(JSClass jsclass)
    • getOrAddProtoChildTree

      public com.oracle.truffle.api.object.Shape getOrAddProtoChildTree(JSClass jsclass, com.oracle.truffle.api.object.Shape newRootShape)