src/main/java/org/apache/sling/scripting/core/impl/DefaultSlingScript.java [233:238]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            this.engineScope = bindings;
                            break;
                        case 200:
                            this.globalScope = bindings;
                            break;
                        default:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/scripting/core/impl/bundled/BundledScriptContext.java [55:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                this.engineScope = bindings;
                break;
            case 200:
                this.globalScope = bindings;
                break;
            default:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



