Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp94 JSHandle<JSDataView> dataView(obj); in DataViewConstructor() local
124 JSHandle<JSDataView> dataView(thisHandle); in GetBuffer() local
148 JSHandle<JSDataView> dataView(thisHandle); in GetByteLength() local
178 JSHandle<JSDataView> dataView(thisHandle); in GetOffset() local
360 JSHandle<JSDataView> dataView(view); in GetViewValue() local
415 JSHandle<JSDataView> dataView(view); in SetViewValue() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp80 JSHandle<JSFunction> dataView(thread, env->GetDataViewFunction().GetTaggedValue()); in CreateBuiltinsDataView() local
131 JSHandle<JSFunction> dataView(thread, env->GetDataViewFunction().GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1649 JSHandle<JSDataView> dataView = factory->NewJSDataView(buffer, byteOffset, byteLength); in New() local
1656 JSHandle<JSDataView> dataView(JSNApiHelper::ToJSHandle(this)); in ByteLength() local
1662 JSHandle<JSDataView> dataView(JSNApiHelper::ToJSHandle(this)); in ByteOffset() local
1669 JSHandle<JSDataView> dataView(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp467 Local<DataViewRef> dataView = DataViewRef::New(vm_, arrayBuffer, 5, 7); in HWTEST_F_L0() local