Class MapPrototypeBuiltins.JSMapHasNode

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

public abstract static class MapPrototypeBuiltins.JSMapHasNode extends MapPrototypeBuiltins.JSMapOperation
Implementation of the Map.prototype.has().
  • Constructor Details

  • Method Details

    • doMap

      protected boolean doMap(JSMapObject thisObj, Object key)
    • doForeignMap

      protected Object doForeignMap(Object thisObj, Object key, com.oracle.truffle.api.interop.InteropLibrary mapLib)
    • notMap

      protected static boolean notMap(Object thisObj, Object key, com.oracle.truffle.api.interop.InteropLibrary mapLib)