update interfaces/kits/napi/continuation_manager/js_continuation_manager.cpp.

Signed-off-by: 杜智海 <duzhihai@huawei.com>
This commit is contained in:
杜智海 2022-09-20 06:43:16 +00:00 committed by Gitee
parent 53a28f0029
commit aa63c7e76a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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)