Home
last modified time | relevance | path

Searched refs:IsCallable (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/common/
Dnapi_helper.h28 static bool IsCallable(napi_env env, napi_value value);
29 static bool IsCallable(napi_env env, napi_ref value);
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/
Dnapi_helper.h28 static bool IsCallable(napi_env env, napi_value value);
29 static bool IsCallable(napi_env env, napi_ref value);
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/
Dnapi_helper.h28 static bool IsCallable(napi_env env, napi_value value);
29 static bool IsCallable(napi_env env, napi_ref value);
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/
Dnapi_helper.h28 static bool IsCallable(napi_env env, napi_value value);
29 static bool IsCallable(napi_env env, napi_ref value);
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/
Dnapi_helper.h28 static bool IsCallable(napi_env env, napi_value value);
29 static bool IsCallable(napi_env env, napi_ref value);
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/common/
Dnapi_helper.h28 static bool IsCallable(napi_env env, napi_value value);
29 static bool IsCallable(napi_env env, napi_ref value);
/test/xts/acts/graphic/nativedrawing/entry/src/main/cpp/common/
Dnapi_helper.h28 static bool IsCallable(napi_env env, napi_value value);
29 static bool IsCallable(napi_env env, napi_ref value);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp8331 static JSVM_Value IsCallable(JSVM_Env env, JSVM_CallbackInfo info) in IsCallable() function
8364 JSVM_CallbackStruct param[] = {{.data = nullptr, .callback = IsCallable}}; in testIsCallable()