Lines Matching +full:non +full:- +full:array
6 # http://www.apache.org/licenses/LICENSE-2.0
61 Init with small first element: -1 success.
64 Create with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
66 Create from non-sendable iterator fail. err: BusinessError: Parameter error.Only accept sendable va…
67 Create from non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
68 Create from mapper: non-sendable element fail. err: BusinessError: Parameter error.Only accept send…
72 concat with non-sendable array fail.err: BusinessError: Parameter error.Only accept sendable value.…
73 concat with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
75 fill array with non-sendable object and position fail. err: BusinessError: Parameter error.Only acc…
76 fill array with non-sendable object and start position fail. err: BusinessError: Parameter error.On…
77 fill array with non-sendable object fail. err: BusinessError: Parameter error.Only accept sendable …
79 map array with non-sendable fail. err: BusinessError: Parameter error.Only accept sendable value., …
81 push array with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable…
83 unshift array with non-sendable element fail. err: BusinessError: Parameter error.Only accept senda…
85 Static create from non-sendable initialValue fail. err: BusinessError: Parameter error.Only accept …
87 extendTo array with non-sendable element fail. err: BusinessError: Parameter error.Only accept send…
89 direct call SendableArray ctor with empty fail. err: BusinessError: The ArkTS Array's constructor c…
90 direct call SendableArray ctor with length fail. err: BusinessError: The ArkTS Array's constructor …
91 direct call SendableArray ctor with elements fail. err: BusinessError: The ArkTS Array's constructo…
100 add element while iterate array fail. err: BusinessError: Concurrent modification exception, errCod…
101 pop element while iterate array fail. err: BusinessError: Concurrent modification exception, errCod…
102 shrink while iterate array fail. err: BusinessError: Concurrent modification exception, errCode: 10…
103 extend while iterate array fail. err: BusinessError: Concurrent modification exception, errCode: 10…