public abstract class TemporalYearMonthFromFieldsNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
TemporalYearMonthFromFieldsNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSTemporalPlainYearMonthObject |
execute(JSDynamicObject calendar,
JSDynamicObject fields,
JSDynamicObject options) |
protected JSTemporalPlainYearMonthObject |
yearMonthFromFields(JSDynamicObject calendar,
JSDynamicObject fields,
JSDynamicObject 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, toStringpublic abstract JSTemporalPlainYearMonthObject execute(JSDynamicObject calendar, JSDynamicObject fields, JSDynamicObject options)
protected JSTemporalPlainYearMonthObject yearMonthFromFields(JSDynamicObject calendar, JSDynamicObject fields, JSDynamicObject options, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)