Home
last modified time | relevance | path

Searched defs:dataview (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/allocatearraybuffer/
Dallocatearraybuffer.js32 const dataview = new DataView(new ArrayBuffer(64)); constant
/arkcompiler/ets_runtime/test/moduletest/dataview/
Ddataview.js29 var dataview = new DataView(buffer1, 8, 24); variable
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dwin-dynamic-node.cpp514 NAPI_EXTERN napi_status NAPI_CDECL napi_get_dataview_info(napi_env env, napi_value dataview, size_t… in napi_get_dataview_info()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4147 JSVM_Value dataview, in OH_JSVM_GetDataviewInfo()