Sha256: 8441387fcb75cf6bda6f12349e37e64028a9885330bfa12c3cee54b932c02962

Contents?: true

Size: 290 Bytes

Versions: 43

Compression:

Stored size: 290 Bytes

Contents

/*jsl:option explicit*/
function option_explicit() {
    var o = {};

    with (o) { /*warning:with_statement*/
        /* should not warn about undeclared identifier */
        some_variable = another_variable;
        if (o) {
            second_value = first_variable;
        }
    }
}

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
distil-0.14.5.a vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.4 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.3 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.2 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.2.a vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.1 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.1.a vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.0 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.0.i vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.0.h vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.0.g vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.0.d vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.0.c vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.14.0.b vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.13.6 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.13.5 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.13.4 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.13.3 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.13.2 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js
distil-0.13.1 vendor/jsl-0.3.0/tests/control_comments/option_explicit-with.js