• Home
  • Raw
  • Download

Lines Matching +full:non +full:- +full:object

7  *     http://www.apache.org/licenses/LICENSE-2.0
23 // @ts-nocheck
416 const arr = new SendableArray<string>(-1);
417 print("Init with small first element: -1 success.");
419 print("Init with small first element: -1, err: " + err + ", errCode: " + err.code);
438 print("Create with non-sendable element success.");
440 print("Create with non-sendable element fail. err: " + err + ", errCode: " + err.code);
448 print("Create from non-sendable iterator success.");
450 print("Create from non-sendable iterator fail. err: " + err + ", errCode: " + err.code);
455 print("Create from non-sendable element success.");
457 print("Create from non-sendable element fail. err: " + err + ", errCode: " + err.code);
461 print("Create from mapper: non-sendable element success.");
463 … print("Create from mapper: non-sendable element fail. err: " + err + ", errCode: " + err.code);
471 print("Static create with non-sendable initialValue success.");
473 …print("Static create from non-sendable initialValue fail. err: " + err + ", errCode: " + err.code);
494 print("concat with non-sendable array success.");
496 print("concat with non-sendable array fail.err: " + err + ", errCode: " + err.code);
501 print("concat with non-sendable element success.");
503 print("concat with non-sendable element fail. err: " + err + ", errCode: " + err.code);
587 print("fill array with non-sendable object and position success.");
589 …print("fill array with non-sendable object and position fail. err: " + err + ", errCode: " + err.c…
594 print("fill array with non-sendable object and start position success.");
596 …print("fill array with non-sendable object and start position fail. err: " + err + ", errCode: " +…
600 print("fill array with non-sendable object success.");
602 print("fill array with non-sendable object fail. err: " + err + ", errCode: " + err.code);
611 print("map array with non-sendable success.");
613 print("map array with non-sendable fail. err: " + err + ", errCode: " + err.code);
622 print("push array with non-sendable element success.");
624 print("push array with non-sendable element fail. err: " + err + ", errCode: " + err.code);
633 print("unshift array with non-sendable element success.");
635 … print("unshift array with non-sendable element fail. err: " + err + ", errCode: " + err.code);
644 print("extendTo array with non-sendable element success.");
646 … print("extendTo array with non-sendable element fail. err: " + err + ", errCode: " + err.code);