public abstract class ToTemporalTimeZoneNode extends JavaScriptBaseNode
| Modifier and Type | Field and Description |
|---|---|
protected PropertyGetNode |
getTimeZoneNode |
| Modifier | Constructor and Description |
|---|---|
protected |
ToTemporalTimeZoneNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSDynamicObject |
execute(Object temporalTimeZoneLike) |
protected JSDynamicObject |
toTemporalTimeZone(Object temporalTimeZoneLikeParam,
IsObjectNode isObjectNode,
JSToStringNode toStringNode,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile parseNameEmpty,
com.oracle.truffle.api.profiles.InlinedConditionProfile parseIsZ,
com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile isTimeZoneProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile hasProperty1Profile,
com.oracle.truffle.api.profiles.InlinedConditionProfile hasProperty2Profile) |
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 getTimeZoneNode
public abstract JSDynamicObject execute(Object temporalTimeZoneLike)
protected JSDynamicObject toTemporalTimeZone(Object temporalTimeZoneLikeParam, IsObjectNode isObjectNode, JSToStringNode toStringNode, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile parseNameEmpty, com.oracle.truffle.api.profiles.InlinedConditionProfile parseIsZ, com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile isTimeZoneProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile hasProperty1Profile, com.oracle.truffle.api.profiles.InlinedConditionProfile hasProperty2Profile)