Class BigIntPrototypeBuiltins.JSBigIntToLocaleStringIntlNode

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

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

    • JSBigIntToLocaleStringIntlNode

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

    • bigIntToLocaleString

      protected com.oracle.truffle.api.strings.TruffleString bigIntToLocaleString(BigInt thisObj, Object locales, Object options)
    • jsBigIntToLocaleString

      protected com.oracle.truffle.api.strings.TruffleString jsBigIntToLocaleString(JSDynamicObject thisObj, Object locales, Object options)
    • failForNonBigInts

      protected Object failForNonBigInts(Object notANumber, Object locales, Object options)