Class BigIntPrototypeBuiltins.JSBigIntToLocaleStringNode

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

public abstract static class BigIntPrototypeBuiltins.JSBigIntToLocaleStringNode extends BigIntPrototypeBuiltins.JSBigIntOperation
  • Constructor Details

    • JSBigIntToLocaleStringNode

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

    • toLocaleStringBigInt

      protected com.oracle.truffle.api.strings.TruffleString toLocaleStringBigInt(BigInt thisObj)
    • toLocaleStringJSBigInt

      protected com.oracle.truffle.api.strings.TruffleString toLocaleStringJSBigInt(JSDynamicObject thisObj)
    • failForNonBigInts

      protected Object failForNonBigInts(Object thisObject)