Home
last modified time | relevance | path

Searched refs:ToggleLineComment (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/lib/
Dprotocol.d.ts69 ToggleLineComment = "toggleLineComment", enumerator
1169 command: CommandTypes.ToggleLineComment;
Dtsserverlibrary.d.ts6646 ToggleLineComment = "toggleLineComment",
7746 command: CommandTypes.ToggleLineComment;
Dtsserverlibrary.js160086 _a[server.CommandNames.ToggleLineComment] = function (request) {
Dtsserver.js159892 _a[server.CommandNames.ToggleLineComment] = function (request) {
/third_party/typescript/src/server/
Dprotocol.ts142 ToggleLineComment = "toggleLineComment", enumerator
1608 command: CommandTypes.ToggleLineComment;
Dsession.ts2879 [CommandNames.ToggleLineComment]: (request: protocol.ToggleLineCommentRequest) => {
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts277 CommandNames.ToggleLineComment,
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6895 ToggleLineComment = "toggleLineComment",
7995 command: CommandTypes.ToggleLineComment;