Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dshims.ts615 function forwardJSONCall(logger: Logger, actionDescription: string, action: () => {} | null | undef… function
682 public forwardJSONCall(actionDescription: string, action: () => {} | null | undefined): string { method in LanguageServiceShimObject
1204 private forwardJSONCall(actionDescription: string, action: () => {}): string { method in CoreServicesShimObject