Home
last modified time | relevance | path

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

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