Searched refs:GetCollectionFunction (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/collections/ |
H A D | native_module_collections.cpp | 91 if (!GetCollectionFunction(env, global, SENDABLE_ARRAY_NAME, sendableArrayValue)) { in InitArkTSCollections() 94 if (!GetCollectionFunction(env, global, SENDABLE_SET_NAME, sendableSetValue)) { in InitArkTSCollections() 97 if (!GetCollectionFunction(env, global, SENDABLE_MAP_NAME, sendableMapValue)) { in InitArkTSCollections() 100 if (!GetCollectionFunction(env, global, SENDABLE_ARRAY_BUFFER, sendableArrayBuffer)) { in InitArkTSCollections() 103 if (!GetCollectionFunction(env, global, SENDABLE_INT8_ARRAY, sendableInt8Array)) { in InitArkTSCollections() 106 if (!GetCollectionFunction(env, global, SENDABLE_UINT8_ARRAY, sendableUint8Array)) { in InitArkTSCollections() 109 if (!GetCollectionFunction(env, global, SENDABLE_INT16_ARRAY, sendableInt16Array)) { in InitArkTSCollections() 112 if (!GetCollectionFunction(env, global, SENDABLE_UINT16_ARRAY, sendableUint16Array)) { in InitArkTSCollections() 115 if (!GetCollectionFunction(env, global, SENDABLE_INT32_ARRAY, sendableInt32Array)) { in InitArkTSCollections() 118 if (!GetCollectionFunction(env, global, SENDABLE_UINT32_ARRAY, sendableUint32Array)) { in InitArkTSCollections() [all …]
|