Class ForInIteratorPrototypeBuiltins.ForInIteratorPrototypeNextNode

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

public abstract static class ForInIteratorPrototypeBuiltins.ForInIteratorPrototypeNextNode extends JSBuiltinNode
  • Constructor Details

    • ForInIteratorPrototypeNextNode

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

    • next

      protected final JSObject next(com.oracle.truffle.api.frame.VirtualFrame frame, JSForInIteratorObject state, com.oracle.truffle.api.profiles.InlinedConditionProfile valuesProfile, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedBranchProfile growProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile fastOwnKeysProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile sameShapeProfile, ListGetNode listGet, ListSizeNode listSize, HasOnlyShapePropertiesNode hasOnlyShapePropertiesNode)
    • invalidReceiver

      protected final JSObject invalidReceiver(Object thisObj)