Searched refs:bindPramType (Results 1 – 1 of 1) sorted by relevance
1605 napi_valuetype bindPramType = napi_undefined; in BindTarget() local1606 napi_typeof(env, argv[DM_NAPI_ARGS_ONE], &bindPramType); in BindTarget()1607 if (!CheckArgsType(env, bindPramType == napi_object, "bindParam", "object")) { in BindTarget()