Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp623 Buffer *ego = nullptr; in FillBuffer() local
624 NAPI_CALL(env, napi_unwrap(env, thisVar, reinterpret_cast<void **>(&ego))); in FillBuffer()
625 ego->FillBuffer(buffer, offset, end); in FillBuffer()