Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15propertySet.properties&&(o=p(t,e.propertySet.properties)),e.propertySet.property===t&&(o=e.propert… property
/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts549 const propertySet: Set<string> = getCollectionSet(name, propertyCollection); constant
608 function isThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean {
610 propertySet.has(node.name.escapedText.toString())) {
616 function isNonThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean {
625 !propertySet.has(node.name.escapedText.toString())) {