Home
last modified time | relevance | path

Searched defs:isDataView (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp918 GateRef isDataView = builder_.CheckJSType(obj, JSType::JS_DATA_VIEW); in LowerIsDataViewCheck() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp1389 bool isDataView = false; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1195 bool &isDataView, in GetDataViewInfo()