Class ReflectBuiltins.ReflectPreventExtensionsNode

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

public abstract static class ReflectBuiltins.ReflectPreventExtensionsNode extends JSBuiltinNode
  • Constructor Details

    • ReflectPreventExtensionsNode

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

    • reflectPreventExtensions

      protected static boolean reflectPreventExtensions(JSObject target)
    • doNonObject

      protected boolean doNonObject(Object target)