(Context cx, VarScope scope)
| 23 | */ |
| 24 | // Maintained for backward compatibility of already-compiled classes |
| 25 | @Deprecated(since = "1.8.1") |
| 26 | default Object exec(Context cx, VarScope scope) { |
| 27 | return exec(cx, scope, Undefined.SCRIPTABLE_UNDEFINED); |
| 28 | } |
no outgoing calls