Searched refs:debugInfoDecorator (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_observed_property_abstract.ts | 75 public debugInfoDecorator() : string { 84 … : `${this.debugInfoDecorator()} '${this.info()}'[${this.id__()}] <${this.debugInfoOwningView()}>`; 374 variableDeco: this.debugInfoDecorator(), 395 variableDeco: this.debugInfoDecorator(), 413 variableDeco: this.debugInfoDecorator(), 431 variableDeco: this.debugInfoDecorator(),
|
H A D | pu_view.ts | 271 …result += `\n ${observedProp.debugInfoDecorator()} '${observedProp.info()}'[${observedProp.id__()…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
H A D | state_mgmt_dfx.ts | 26 …decorator: observedProp.debugInfoDecorator(), propertyName: observedProp.info(), id: observedProp.…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 2988 …decorator: observedProp.debugInfoDecorator(), propertyName: observedProp.info(), id: observedProp.… 4667 debugInfoDecorator() { method in ObservedPropertyAbstractPU 4675 … : `${this.debugInfoDecorator()} '${this.info()}'[${this.id__()}] <${this.debugInfoOwningView()}>`; 4938 variableDeco: this.debugInfoDecorator(), 4958 variableDeco: this.debugInfoDecorator(), 4975 variableDeco: this.debugInfoDecorator(), 4991 variableDeco: this.debugInfoDecorator(), 6418 …result += `\n ${observedProp.debugInfoDecorator()} '${observedProp.info()}'[${observedProp.id__()…
|