(
Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
| 146 | } |
| 147 | |
| 148 | private static Object js_clear( |
| 149 | Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args) { |
| 150 | NativeSet realThis = realThis(thisObj, "add"); |
| 151 | return realThis.js_clear(); |
| 152 | } |
| 153 | |
| 154 | private Object js_clear() { |
| 155 | entries.clear(); |