Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp936 GateRef isDataView = builder_.CheckJSType(obj, JSType::JS_DATA_VIEW); in LowerIsDataViewCheck() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1116 bool &isDataView, in GetDataViewInfo()