Home
last modified time | relevance | path

Searched defs:strictBindCallApply (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/strictBindCallApply/
Dtsconfig.json3 "strictBindCallApply": true boolean
/third_party/typescript/lib/
Dtypescript.d.ts3163 strictBindCallApply?: boolean; property
DtypescriptServices.d.ts3163 strictBindCallApply?: boolean; property
Dtsserverlibrary.d.ts3163 strictBindCallApply?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3163 strictBindCallApply?: boolean; property
Dtsserverlibrary.d.ts3163 strictBindCallApply?: boolean; property
/third_party/typescript/src/compiler/
Dchecker.ts379 const strictBindCallApply = getStrictOptionValue(compilerOptions, "strictBindCallApply"); enumerator