public abstract class ToTemporalDurationNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ToTemporalDurationNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSTemporalDurationObject |
execute(Object item) |
protected JSTemporalDurationObject |
toTemporalDuration(Object item,
com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
IsObjectNode isObjectNode,
JSToStringNode toStringNode) |
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 JSTemporalDurationObject execute(Object item)
protected JSTemporalDurationObject toTemporalDuration(Object item, com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, IsObjectNode isObjectNode, JSToStringNode toStringNode)