Home
last modified time | relevance | path

Searched refs:isDataView (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp898 GateRef isDataView = builder_.CheckJSType(obj, JSType::JS_DATA_VIEW); in LowerIsDataViewCheck() local
899 builder_.DeoptCheck(isDataView, frameState, DeoptType::ISNOTDATAVIEW); in LowerIsDataViewCheck()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h617 bool &isDataView,
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1116 bool &isDataView, in GetDataViewInfo()
1124 isDataView = false; in GetDataViewInfo()
1127 isDataView = true; in GetDataViewInfo()
1115 GetDataViewInfo(const EcmaVM *vm, bool &isDataView, size_t *byteLength, void **data, JSValueRef **arrayBuffer, size_t *byteOffset) GetDataViewInfo() argument

Completed in 17 milliseconds