696697698699700701702703
} protected static RhinoExpressionEngineImpl fetchRuntime(Context cx) { NativeJavaObject runtimeObj = (NativeJavaObject) fetchRootScope(cx).getData().getScopeObject(RhinoExpressionEngineImpl.SCOPEOBJECT_RUNTIME); return (RhinoExpressionEngineImpl) ((NativeJavaObject) runtimeObj).unwrap(); }