Home
last modified time | relevance | path

Searched refs:IsDataView (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/napi/
H A Duse-jsvm-about-array.md842 static JSVM_Value IsDataView(JSVM_Env env, JSVM_CallbackInfo info) {
852 OH_LOG_ERROR(LOG_APP, "JSVM IsDataView fail");
854 OH_LOG_INFO(LOG_APP, "JSVM IsDataView: %{public}d", result);
858 // IsDataView注册回调
860 {.data = nullptr, .callback = IsDataView},
863 // IsDataView方法别名,TS侧调用
H A Duse-napi-about-array.md785 static napi_value IsDataView(napi_env env, napi_callback_info info)
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_val.h88 bool IsDataView() const;
H A Dn_val.cpp169 bool NVal::IsDataView() const in IsDataView() function in OHOS::Rosen::NVal
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_types.h123 napi_value IsDataView(napi_env env, napi_value src) const;
H A Djs_types.cpp172 napi_value Types::IsDataView(napi_env env, napi_value src) const in IsDataView() function in OHOS::Util::Types
H A Dnative_module_util.cpp1256 static napi_value IsDataView(napi_env env, napi_callback_info info) in IsDataView() function
1264 napi_value rst = object->IsDataView(env, args); in IsDataView()
1764 DECLARE_NAPI_FUNCTION("isDataView", IsDataView), in TypeofInit()
/ohos5.0/docs/en/application-dev/napi/
H A Duse-jsvm-about-array.md842 static JSVM_Value IsDataView(JSVM_Env env, JSVM_CallbackInfo info) {
852 OH_LOG_ERROR(LOG_APP, "JSVM IsDataView fail");
854 OH_LOG_INFO(LOG_APP, "JSVM IsDataView: %{public}d", result);
858 // Register the IsDataView callback.
860 {.data = nullptr, .callback = IsDataView},
863 …tor named isDataView and associate it with a callback. This allows the IsDataView callback to be c…
H A Duse-napi-about-array.md784 static napi_value IsDataView(napi_env env, napi_callback_info info)
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp497 return handle->IsArrayBuffer(vm) || handle->IsTypedArray(vm) || handle->IsDataView(vm); in ARKTS_IsArrayBuffer()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2839 *result = nativeValue->IsDataView(vm); in napi_is_dataview()