author | lana |
Sat, 26 Sep 2015 09:21:16 -0700 | |
changeset 32752 | 43c458023730 |
parent 31485 | be1acaee8e9e |
permissions | -rw-r--r-- |
31485
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
1 |
/* |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
2 |
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
3 |
* |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
4 |
* Redistribution and use in source and binary forms, with or without |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
5 |
* modification, are permitted provided that the following conditions |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
6 |
* are met: |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
7 |
* |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
8 |
* - Redistributions of source code must retain the above copyright |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
9 |
* notice, this list of conditions and the following disclaimer. |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
10 |
* |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
11 |
* - Redistributions in binary form must reproduce the above copyright |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
12 |
* notice, this list of conditions and the following disclaimer in the |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
13 |
* documentation and/or other materials provided with the distribution. |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
14 |
* |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
15 |
* - Neither the name of Oracle nor the names of its |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
16 |
* contributors may be used to endorse or promote products derived |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
17 |
* from this software without specific prior written permission. |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
18 |
* |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
19 |
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
20 |
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
21 |
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
22 |
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
23 |
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
24 |
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
25 |
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
26 |
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
27 |
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
28 |
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
29 |
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
30 |
*/ |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
31 |
|
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
32 |
// Using a Java map with Javascript "with" statement |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
33 |
|
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
34 |
var map = new java.util.HashMap(); |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
35 |
map.put("foo", 34); |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
36 |
map.put("bar", "hello"); |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
37 |
|
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
38 |
var obj = { |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
39 |
__noSuchProperty__: function(name) { |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
40 |
return map.get(name); |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
41 |
} |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
42 |
}; |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
43 |
|
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
44 |
with(obj) { |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
45 |
print(foo); |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
46 |
print(bar); |
be1acaee8e9e
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
sundar
parents:
diff
changeset
|
47 |
} |