Home
last modified time | relevance | path

Searched defs:implicitThis (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DlooseThisTypeInFunctions.js58 C.prototype.implicitThis = function (m) { method in C
73 implicitThis: function (m) { return m; } method
DthisTypeInFunctionsNegative.js196 implicitThis(m) { method in C
DthisTypeInFunctions.js250 function implicitThis(n) { function
/third_party/typescript/tests/cases/conformance/types/thisType/
DlooseThisTypeInFunctions.ts16 implicitThis(m: number): number { method in C
DthisTypeInFunctions.ts35 function implicitThis(n: number): number { function
DthisTypeInFunctionsNegative.ts8 implicitThis(m: number): number { method in C
/third_party/glslang/SPIRV/
DspvIR.h400 …bool implicitThis; // true if this is a member function expecting to be passed a 'this' as the fi… variable
DGlslangToSpv.cpp4498 … bool implicitThis = (int)parameters.size() > 0 && parameters[0]->getAsSymbolNode()->getName() == in makeFunctions() local
4501 bool implicitThis = false; in makeFunctions() local
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h339 bool implicitThis; // True if this function is allowed to see all members of 'this' variable