public abstract class TemporalMoveRelativeDateNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
TemporalMoveRelativeDateNode(JSContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected JSTemporalPlainDateObject |
calendarDateAdd(JSDynamicObject calendar,
JSDynamicObject date,
JSDynamicObject duration,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch) |
abstract JSTemporalRelativeDateRecord |
execute(JSDynamicObject calendar,
JSDynamicObject relativeTo,
JSDynamicObject duration) |
protected JSTemporalRelativeDateRecord |
moveRelativeDate(JSDynamicObject calendar,
JSDynamicObject relativeTo,
JSDynamicObject duration,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch) |
copy, getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, onReplace, reportLoopCount, reportLoopCountaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected final JSContext ctx
protected TemporalMoveRelativeDateNode(JSContext ctx)
public abstract JSTemporalRelativeDateRecord execute(JSDynamicObject calendar, JSDynamicObject relativeTo, JSDynamicObject duration)
protected JSTemporalRelativeDateRecord moveRelativeDate(JSDynamicObject calendar, JSDynamicObject relativeTo, JSDynamicObject duration, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)
protected JSTemporalPlainDateObject calendarDateAdd(JSDynamicObject calendar, JSDynamicObject date, JSDynamicObject duration, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)