Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dbreakpoints.ts620 const bindingPattern = node.parent as BindingPattern; constant
638 const bindingPattern = node.parent as BindingPattern; constant
/third_party/typescript/src/services/codefixes/
DconvertToAsyncFunction.ts27 readonly bindingPattern: BindingPattern; property