Lines Matching defs:thisVar
259 napi_value thisVar = nullptr;
260 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, NULL));
262 napi_unwrap(env, thisVar, (void**)&controller);
272 napi_value thisVar = nullptr;
273 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, NULL));
275 napi_unwrap(env, thisVar, (void**)&controller);
285 napi_value thisVar = nullptr;
286 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr));
293 env, thisVar, AceType::RawPtr(controller),
299 return thisVar;