Home
last modified time | relevance | path

Searched refs:GLOBAL_CALL_MAX_COUNT (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp42 static constexpr size_t GLOBAL_CALL_MAX_COUNT = 65535; member
1500 if (size < 0 || size > GLOBAL_CALL_MAX_COUNT) { in HostOnGlobalCallInner()
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp48 static constexpr size_t GLOBAL_CALL_MAX_COUNT = 65535; member
317 for (size_t index = 0; index <= GLOBAL_CALL_MAX_COUNT; ++index) { in HostOnGlobalCall()

Completed in 12 milliseconds