Lines Matching full:is
10 * distributed under the License is distributed on an "AS IS" BASIS,
30 "is sendable"
42 print("Sendable class is sendable");
44 print("Sendable class is not sendable");
49 print("UnSendable class is sendable");
51 print("UnSendable class is not sendable");
56 print("boolean is sendable");
58 print("boolean is not sendable");
64 print("string is sendable");
66 print("string is not sendable");
71 print("number is sendable");
73 print("number is not sendable");
78 print("bigInt is sendable");
80 print("bigInt is not sendable");
86 print("function is sendable");
88 print("function is not sendable");