MCPcopy
hub / github.com/Postcatlab/postcat / call

Method call

src/workbench/node/request/libs/vm2/lib/main.js:431–438  ·  view source on GitHub ↗

* @deprecated

(method, ...args)

Source from the content-addressed store, hash-verified

429 */
430
431 call(method, ...args) {
432 if ('function' === typeof method) {
433 return method.apply(args);
434
435 } else {
436 throw new VMError('Unrecognized method type.');
437 }
438 }
439
440 /**
441 * Freezes the object inside VM making it read-only. Not available for primitive values.

Callers 15

UFunction · 0.80
setConnectedMethod · 0.80
RMethod · 0.80
handleEventMethod · 0.80
iconpark.jsFile · 0.80
initializerFunction · 0.80
getFunction · 0.80
addControllerMethod · 0.80
connectedCallbackMethod · 0.80
disconnectedCallbackMethod · 0.80
performUpdateMethod · 0.80
EMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected