Class ReflectBuiltins.ReflectSetPrototypeOfNode

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

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

    • ReflectSetPrototypeOfNode

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

    • reflectSetPrototypeOf

      protected boolean reflectSetPrototypeOf(Object target, Object proto)