July 1998
Intermediate to advanced
1456 pages
65h 5m
English
caller — NN 3 IE J2 ECMA n/a
Read-only
Returns a reference to a function object that contained the statement invoking the current function.
function myFunc()
if (myFunc.caller == someFuncZ) {
process for this function being called by someFuncZ
}
}
Function object.
Read now
Unlock full access