Home
last modified time | relevance | path

Searched defs:dataView (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/ts_to_sts/
Dmain.js21 let dataView = new DataView(buffer); variable
Dmain.ts17 const dataView = new DataView(buffer); constant
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp83 JSHandle<JSDataView> dataView(obj); in DataViewConstructor() local
113 JSHandle<JSDataView> dataView(thisHandle); in GetBuffer() local
137 JSHandle<JSDataView> dataView(thisHandle); in GetByteLength() local
167 JSHandle<JSDataView> dataView(thisHandle); in GetOffset() local
376 JSHandle<JSDataView> dataView(view); in GetViewValue() local
442 JSHandle<JSDataView> dataView(view); in SetViewValue() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisdataview_fuzzer/
Djsvaluerefisdataview_fuzzer.cpp34 Local<DataViewRef> dataView = DataViewRef::New(vm, arrayBuffer, 0, (int32_t)size - 1); in JSValueRefIsDataViewFuzzerTest() local
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/ArrayBuffer/IsView/
DbuiltinArrayBufferIsView.ts21 let dataView = new DataView(arraybuffer) variable
/arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/
Dldobjbyname_typed_path.ts39 let dataView = new DataView(data); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp169 JSHandle<JSFunction> dataView(thread, env->GetDataViewFunction().GetTaggedValue()); in CreateBuiltinsDataView() local
196 JSHandle<JSFunction> dataView(thread, env->GetDataViewFunction().GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1208 JSHandle<JSDataView> dataView(JSNApiHelper::ToJSHandle(this)); in GetDataViewInfo() local
1261 JSHandle<JSDataView> dataView = factory->NewJSDataView(buffer, byteOffset, byteLength); in New() local
1269 JSHandle<JSDataView> dataView(JSNApiHelper::ToJSHandle(this)); in ByteLength() local
1276 JSHandle<JSDataView> dataView(JSNApiHelper::ToJSHandle(this)); in ByteOffset() local
1284 JSHandle<JSDataView> dataView(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4030 inline GateRef StubBuilder::GetViewedArrayBuffer(GateRef dataView) in GetViewedArrayBuffer()
4036 inline GateRef StubBuilder::GetByteOffset(GateRef dataView) in GetByteOffset()
4042 inline GateRef StubBuilder::GetByteLength(GateRef dataView) in GetByteLength()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp542 Local<DataViewRef> dataView = DataViewRef::New(vm_, arrayBuffer, 5, 7); in HWTEST_F_L0() local
Djsnapi_first_tests.cpp816 Local<DataViewRef> dataView = DataViewRef::New(vm_, arrayBuffer, 5, 7); in HWTEST_F_L0() local
Dffi_workload.cpp1029 Local<DataViewRef> dataView = DataViewRef::New(vm_, arrayBuffer, 5, 7); in HWTEST_F_L0() local
1044 Local<DataViewRef> dataView = DataViewRef::New(vm_, arrayBuffer, 5, 7); in HWTEST_F_L0() local
1059 Local<DataViewRef> dataView = DataViewRef::New(vm_, arrayBuffer, 5, 7); in HWTEST_F_L0() local
Djsnapi_sample.cpp2108 Local<DataViewRef> dataView = DataViewRef::New(vm_, arrayBuffer, byteOffset, dataViewLength); in HWTEST_F_L0() local