MCPcopy
hub / github.com/winjs/winjs / call

Method call

tools/dts-verifier/lib/lib.d.ts:240–240  ·  view source on GitHub ↗

* Calls a method of an object, substituting another object for the current object. * @param thisArg The object to be used as the current object. * @param argArray A list of arguments to be passed to the method.

(thisArg: any, ...argArray: any[])

Source from the content-addressed store, hash-verified

238 * @param argArray A list of arguments to be passed to the method.
239 */
240 call(thisArg: any, ...argArray: any[]): any;
241
242 /**
243 * For a given function, creates a bound function that has the same body as the original function.

Callers 15

typescript.jsFile · 0.80
SubTextFunction · 0.80
StringTextFunction · 0.80
PositionedNodeOrTokenFunction · 0.80
PositionedNodeFunction · 0.80
PositionedTokenFunction · 0.80
PositionedListFunction · 0.80
PositionedSeparatedListFunction · 0.80
PositionedSkippedTokenFunction · 0.80
SourceUnitSyntaxFunction · 0.80
ModuleReferenceSyntaxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected