2026-03-17 13:31:18 -07:00

6 lines
208 B
Java

package org.mozilla.javascript;
public interface IdFunctionCall {
Object execIdCall(IdFunctionObject idFunctionObject, Context context, Scriptable scriptable, Scriptable scriptable2, Object[] objArr);
}