Home | History | Annotate | Download | only in regress

Lines Matching full:with

2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
35 // to scoping - in fact they behave more sanely. Inside a 'with' they do
36 // not interfere with the 'with' scopes.
39 with ({ x: 42 }) {
52 with ({ x: 42 }) {
64 with ({ x: 42 }) {
77 with ({ x: 42 }) {
87 with ({ x: 42 }) {