noun
function call
Computing term for invoking a function or subroutine in programming.
このプログラムでは、関数呼び出しが何度も行われている。
In this program, function calls are made many times.
Standard kanji spelling for 'function call' in computing contexts.
Variant spelling using the simplified 呼出し; less common but still seen in technical documents.
Specifically refers to calling a method in object-oriented programming, while 関数呼び出し is a more general term for any function call.
Compound of 関数 (function) and 呼び出し (call, invocation), a direct translation of the English computing term 'function call'.