enterMethod

public void enterMethod(String methodName, Array<String> methodArgs)

Declares JS method and enters its body.

Parameters

methodName

the full method name including type name

methodArgs

the args to pass to the method