(ExecutionContext context, String name)
| 117 | } |
| 118 | |
| 119 | @Override |
| 120 | public Object getOwnProperty(ExecutionContext context, String name) { |
| 121 | return getOwnProperty(context, name, true); |
| 122 | } |
| 123 | |
| 124 | @Override |
| 125 | public Object getOwnProperty(ExecutionContext context, String name, boolean dupe) { |