public abstract class TemporalGetOptionNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
TemporalGetOptionNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
execute(JSDynamicObject options,
com.oracle.truffle.api.strings.TruffleString property,
TemporalUtil.OptionType types,
List<?> values,
Object fallback) |
protected Object |
getOption(JSDynamicObject options,
com.oracle.truffle.api.strings.TruffleString property,
TemporalUtil.OptionType types,
List<?> values,
Object fallback,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
com.oracle.truffle.api.profiles.InlinedConditionProfile isFallbackProfile,
JSToBooleanNode toBooleanNode,
JSToStringNode toStringNode,
JSToNumberNode toNumberNode) |
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 Object execute(JSDynamicObject options, com.oracle.truffle.api.strings.TruffleString property, TemporalUtil.OptionType types, List<?> values, Object fallback)
protected Object getOption(JSDynamicObject options, com.oracle.truffle.api.strings.TruffleString property, TemporalUtil.OptionType types, List<?> values, Object fallback, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, com.oracle.truffle.api.profiles.InlinedConditionProfile isFallbackProfile, JSToBooleanNode toBooleanNode, JSToStringNode toStringNode, JSToNumberNode toNumberNode)