yaksok.ts • Docs
yaksok.ts / FunctionInvoke
Class: FunctionInvoke
Extends
Constructors
new FunctionInvoke()
ts
new FunctionInvoke(props): FunctionInvoke
Parameters
• props
• props.name: string
• props.params: FunctionParams
Returns
Overrides
Defined in
Properties
name
ts
name: string;
Defined in
params
ts
params: FunctionParams;
Defined in
position?
ts
optional position: Position;
Inherited from
Defined in
friendlyName
ts
static friendlyName: string = '약속 사용하기';
Overrides
Defined in
Methods
execute()
ts
execute(scope, _callFrame): ValueTypes
Parameters
• scope: Scope
• _callFrame: CallFrame
Returns
Overrides
Defined in
invoke()
ts
invoke(
scope,
callFrame,
args): ValueTypes
Parameters
• scope: Scope
• callFrame: CallFrame
• args
Returns
Defined in
toJSON()
ts
toJSON(): object
Returns
object
Inherited from
Defined in
toPrint()
ts
toPrint(): string
Returns
string