Searched refs:IsQuery (Results 1 – 5 of 5) sorted by relevance
43 napi_value IsQuery(napi_env env, napi_value object);
304 static napi_value IsQuery(napi_env env, napi_callback_info info);
209 napi_value WebGL2RenderingContextBase::IsQuery(napi_env env, napi_callback_info info) in IsQuery() function in OHOS::Rosen::WebGL2RenderingContextBase218 context->GetWebGL2RenderingContextImpl().IsQuery(env, funcArg[NARG_POS::FIRST]); in IsQuery()
1379 NVal::DeclareNapiFunction("isQuery", WebGL2RenderingContextBase::IsQuery), in Export()
96 napi_value WebGL2RenderingContextImpl::IsQuery(napi_env env, napi_value object) in IsQuery() function in OHOS::Rosen::Impl::WebGL2RenderingContextImpl