Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts537 updateParamsNode = createUpdateParamsWithIf(name);
544 updateParamsNode = createUpdateParamsWithIf(name, true,
550 updateParamsNode = createUpdateParamsWithIf(name);
569 function createUpdateParamsWithIf(name: ts.Identifier, isProp: boolean = false, function