mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 00:20:44 +00:00
update interfaces/kits/napi/continuation_manager/js_continuation_manager.cpp.
Signed-off-by: 杜智海 <duzhihai@huawei.com>
This commit is contained in:
parent
53a28f0029
commit
aa63c7e76a
@ -33,7 +33,7 @@ constexpr int32_t ERR_NOT_OK = -1;
|
||||
constexpr int32_t ARG_COUNT_ONE = 1;
|
||||
constexpr int32_t ARG_COUNT_TWO = 2;
|
||||
constexpr int32_t ARG_COUNT_THREE = 3;
|
||||
constexpr int32_t MAX_JSPROCOUNT = 1000000;
|
||||
constexpr uint32_t MAX_JSPROCOUNT = 1000000;
|
||||
}
|
||||
|
||||
void JsContinuationManager::Finalizer(NativeEngine* engine, void* data, void* hint)
|
||||
|
Loading…
Reference in New Issue
Block a user