Searched refs:isDataView (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_lowering.cpp | 898 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 D | jsnapi_expo.h | 617 bool &isDataView,
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 1116 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