Class ReflectBuiltins.ReflectGetPrototypeOfNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable
Enclosing class:
ReflectBuiltins

public abstract static class ReflectBuiltins.ReflectGetPrototypeOfNode extends ReflectBuiltins.ReflectOperation
  • Constructor Details

    • ReflectGetPrototypeOfNode

      public ReflectGetPrototypeOfNode(JSContext context, JSBuiltin builtin)
  • Method Details

    • reflectGetPrototypeOf

      protected Object reflectGetPrototypeOf(Object target)