CallExp.create

Creates a new function call expression

class CallExp
static
create

Parameters

loc Loc

location

fd FuncDeclaration

the declaration of the function to call

earg1 Expression

the function argument

Suggestion Box / Bug Report