提交 50fbd8d1 编写于 作者: L l30043718

Description:JS_writeParcelable handle exceptions

Feature or Bugfix:JS_writeParcelable handle exceptions
Binary Source: No
Signed-off-by: NLixiaoying25 <lixiaoying25@huawei.com>
上级 fe48697b
......@@ -140,7 +140,7 @@ napi_value NAPIAshmem::Create(napi_env env, napi_callback_info info)
if (argc == argcExistingAshmem) {
return GetAshmemFromExisting(env, info);
}
napi_valuetype valueType = napi_null;
napi_typeof(env, argv[0], &valueType);
if (valueType != napi_string) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册