public abstract class GlobalScopeLookupNode extends JavaScriptBaseNode
| Modifier and Type | Method and Description |
|---|---|
static GlobalScopeLookupNode |
create(com.oracle.truffle.api.strings.TruffleString varName,
boolean write) |
abstract boolean |
execute(Object scope) |
protected int |
getPropertyCacheLimit() |
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 static GlobalScopeLookupNode create(com.oracle.truffle.api.strings.TruffleString varName, boolean write)
public abstract boolean execute(Object scope)
protected int getPropertyCacheLimit()