Searched defs:implicitThis (Results 1 – 9 of 9) sorted by relevance
58 C.prototype.implicitThis = function (m) { method in C73 implicitThis: function (m) { return m; } method
196 implicitThis(m) { method in C
250 function implicitThis(n) { function
16 implicitThis(m: number): number { method in C
35 function implicitThis(n: number): number { function
8 implicitThis(m: number): number { method in C
400 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
4498 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local4501 bool implicitThis = false; in makeFunctions() local
339 bool implicitThis; // True if this function is allowed to see all members of 'this' variable