Home
last modified time | relevance | path

Searched defs:DataViewType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_dataview.h26 enum class DataViewType : uint8_t { class
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp55 if constexpr (type == DataViewType::UINT8 || type == DataViewType::INT8) { in SetTypedValue() argument
82 if constexpr (type == DataViewType::INT32 || type == DataViewType::UINT32) { in SetTypedValue() argument
85 } else if constexpr (type == DataViewType::FLOAT32) { in SetTypedValue() argument
89 } else if constexpr (type == DataViewType::FLOAT64) { in SetTypedValue() argument
[all...]

Completed in 1 milliseconds