Home
last modified time | relevance | path

Searched refs:typeArray (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2281 JSHandle<JSTypedArray> typeArray(JSNApiHelper::ToJSHandle(this)); in GetArrayBuffer() local
2282 LOG_IF_SPECIAL(typeArray, ERROR); in GetArrayBuffer()
2283 JSHandle<JSTaggedValue> arrayBuffer(thread, JSTypedArray::GetOffHeapBuffer(thread, typeArray)); in GetArrayBuffer()