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