{@inheritDoc}
(final String name, final Scriptable start)
| 33 | * {@inheritDoc} |
| 34 | */ |
| 35 | @Override |
| 36 | public Object get(final String name, final Scriptable start) { |
| 37 | if ("prototype".equals(name)) { |
| 38 | return NOT_FOUND; |
| 39 | } |
| 40 | return super.get(name, start); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * @return a Boolean value indicating if the browser supports a given CSS feature, or not |
no test coverage detected