public abstract class ToLimitedTemporalDurationNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ToLimitedTemporalDurationNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSTemporalDurationRecord |
execute(Object temporalDurationLike,
List<com.oracle.truffle.api.strings.TruffleString> disallowedFields) |
protected JSTemporalDurationRecord |
toLimitedTemporalDuration(Object temporalDurationLike,
List<com.oracle.truffle.api.strings.TruffleString> disallowedFields,
IsObjectNode isObjectNode,
JSToStringNode toStringNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile hasDisallowedFields,
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, toStringpublic abstract JSTemporalDurationRecord execute(Object temporalDurationLike, List<com.oracle.truffle.api.strings.TruffleString> disallowedFields)
protected JSTemporalDurationRecord toLimitedTemporalDuration(Object temporalDurationLike, List<com.oracle.truffle.api.strings.TruffleString> disallowedFields, IsObjectNode isObjectNode, JSToStringNode toStringNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile hasDisallowedFields, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch)