Home
last modified time | relevance | path

Searched refs:LIBRARY_SCOPE_KEY (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java129 private static final Object LIBRARY_SCOPE_KEY = "LIBRARY_SCOPE"; field in ScriptRuntime
149 scope.associateValue(LIBRARY_SCOPE_KEY, scope); in initStandardObjects()
237 getTopScopeValue(scope, LIBRARY_SCOPE_KEY); in getLibraryScopeOrNull()