public abstract class TemporalCalendarDateFromFieldsNode extends JavaScriptBaseNode
| Modifier and Type | Field and Description |
|---|---|
protected JSFunctionCallNode |
callNode |
protected PropertyGetNode |
getDateFromFieldsNode |
| Modifier | Constructor and Description |
|---|---|
protected |
TemporalCalendarDateFromFieldsNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSTemporalPlainDateObject |
execute(JSDynamicObject calendar,
JSDynamicObject fields,
Object options) |
JSTemporalPlainDateObject |
toTemporalDate(JSDynamicObject calendar,
JSDynamicObject fields,
Object options,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected PropertyGetNode getDateFromFieldsNode
protected JSFunctionCallNode callNode
protected TemporalCalendarDateFromFieldsNode()
public abstract JSTemporalPlainDateObject execute(JSDynamicObject calendar, JSDynamicObject fields, Object options)
public JSTemporalPlainDateObject toTemporalDate(JSDynamicObject calendar, JSDynamicObject fields, Object options, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)