Lines Matching refs:thisVar
1477 + static int32_t SetTensorData(napi_env env, napi_value thisVar, napi_value argv,
2093 + napi_value thisVar = nullptr; \
2095 + napi_get_cb_info(env, info, &argc, argv, &thisVar, &data)
2763 + napi_wrap(env, thisVar, reinterpret_cast<void *>(model_napi.get()), MSLiteModelNapi::Finalize,…
2766 + return thisVar;
3796 + if (SetTensorData(env, thisVar, argv[PARAM0], asyncContext.get()) != SUCCESS) {
3837 +int32_t MSLiteModelNapi::SetTensorData(napi_env env, napi_value thisVar, napi_value argv,
3846 + status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&(async_context->lite_model)));
4644 + napi_value thisVar = nullptr; \
4646 + napi_get_cb_info(env, info, &argc, argv, &thisVar, &data)
4998 + napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&tensor));