Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
H A Dv2_make_observed.ts34 if (Array.isArray(target) || SendableType.isArray(target)) {
36 } else if (target instanceof Set || SendableType.isSet(target) ||
37 target instanceof Map || SendableType.isMap(target)) {
H A Dv2_observed_proxy.ts177 } else if (!SendableType.isArray(target)) {
314 if (target instanceof Set || (this.isMakeObserved_ && SendableType.isSet(target))) {
341 if (target instanceof Map || (this.isMakeObserved_ && SendableType.isMap(target))) {
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_sendable.cpp39 FunctionRef::SendableType::OBJECT); in CreateSendablePropertiesInfos()
42 FunctionRef::SendableType::GENERIC); in CreateSendablePropertiesInfos()
54 FunctionRef::SendableType type) in InitSendablePropertiesInfo()
85 info.types.push_back(FunctionRef::SendableType::OBJECT); in InitSendablePropertiesInfo()
98 info.types.push_back(FunctionRef::SendableType::OBJECT); in InitSendablePropertiesInfo()
H A Dnative_sendable.h38 … FunctionRef::SendableType type = FunctionRef::SendableType::NONE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dsendable_type.ts21 class SendableType {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js4504 class SendableType { class
7537 else if (!SendableType.isArray(target)) {
7666 if (target instanceof Set || (this.isMakeObserved_ && SendableType.isSet(target))) {
7691 if (target instanceof Map || (this.isMakeObserved_ && SendableType.isMap(target))) {
10061 if (Array.isArray(target) || SendableType.isArray(target)) {
10064 else if (target instanceof Set || SendableType.isSet(target) ||
10065 target instanceof Map || SendableType.isMap(target)) {