Lines Matching +full:non +full:- +full:object
7 * http://www.apache.org/licenses/LICENSE-2.0
45 print('sendable inherit from non-sendable failed. err: ' + err + ', code: ' + err.code);
66 // 2. non-sendable can not inherit from sendable
76 print('non-sendable inherit from non-sendable succeed.');
78 print('non-sendable inherit from non-sendable failed. err: ' + err + ', code: ' + err.code);
91 print('non-sendable inherit from sendable succeed.');
93 print('non-sendable inherit from sendable failed. err: ' + err + ', code: ' + err.code);
96 // 3. non-sendable can not implement sendable
129 print('sendable contain non-sendable succeed.');
131 print('sendable contain non-sendable failed. err: ' + err + ', code: ' + err.code);
143 print('sendable contain static non-sendable succeed.');
145 print('sendable contain static non-sendable failed. err: ' + err + ', code: ' + err.code);
211 // 10. sendable can not be initial with object or array
213 // 11. non-sendable can not be `as` sendable
265 Object.defineProperty(test, 'v', {