public abstract static class TemporalZonedDateTimePrototypeBuiltins.ZonedDateTimeOperation extends JSTemporalBuiltinOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedisObjectNodeARGUMENTSINTERMEDIATE_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
ZonedDateTimeOperation(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected JSTemporalZonedDateTimeObject |
addDurationToOrSubtractDurationFromZonedDateTime(int sign,
JSTemporalZonedDateTimeObject zonedDateTime,
Object temporalDurationLike,
Object optionsParam,
JSNumberToBigIntNode toBigInt,
ToLimitedTemporalDurationNode toLimitedTemporalDurationNode,
com.oracle.truffle.api.nodes.Node node,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile optionUndefined) |
protected JSTemporalDurationObject |
differenceTemporalZonedDateTime(int sign,
JSTemporalZonedDateTimeObject zonedDateTime,
Object otherParam,
Object optionsParam,
JSToNumberNode toNumber,
EnumerableOwnPropertyNamesNode namesNode,
ToTemporalZonedDateTimeNode toTemporalZonedDateTime,
JSToStringNode toStringNode,
com.oracle.truffle.api.strings.TruffleString.EqualNode equalNode,
TemporalDurationAddNode durationAddNode,
TemporalRoundDurationNode roundDurationNode,
TemporalGetOptionNode getOptionNode,
com.oracle.truffle.api.nodes.Node node,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile optionUndefined) |
getOptionsObject, isObject, toLargestTemporalUnit, toSmallestTemporalUnit, toTemporalDurationTotalUnit, toTemporalRoundingModecopyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, convertIncomingValue, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, reportLoopCount, reportLoopCountaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected JSTemporalZonedDateTimeObject addDurationToOrSubtractDurationFromZonedDateTime(int sign, JSTemporalZonedDateTimeObject zonedDateTime, Object temporalDurationLike, Object optionsParam, JSNumberToBigIntNode toBigInt, ToLimitedTemporalDurationNode toLimitedTemporalDurationNode, com.oracle.truffle.api.nodes.Node node, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile optionUndefined)
protected JSTemporalDurationObject differenceTemporalZonedDateTime(int sign, JSTemporalZonedDateTimeObject zonedDateTime, Object otherParam, Object optionsParam, JSToNumberNode toNumber, EnumerableOwnPropertyNamesNode namesNode, ToTemporalZonedDateTimeNode toTemporalZonedDateTime, JSToStringNode toStringNode, com.oracle.truffle.api.strings.TruffleString.EqualNode equalNode, TemporalDurationAddNode durationAddNode, TemporalRoundDurationNode roundDurationNode, TemporalGetOptionNode getOptionNode, com.oracle.truffle.api.nodes.Node node, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile optionUndefined)