Searched defs:implicitThis (Results 1 – 8 of 8) sorted by relevance
58 C.prototype.implicitThis = function (m) { method in C73 implicitThis: function (m) { return m; } method
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
418 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
5470 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local5473 bool implicitThis = false; in makeFunctions() local
346 bool implicitThis; // True if this function is allowed to see all members of 'this' variable