Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3897 napi_value attachVal = attach(reinterpret_cast<napi_env>(engine), buffer, hint); in AttachFuncCallback() local
3898 if (attachVal == nullptr) { in AttachFuncCallback()
3901 result = LocalValueFromJsValue(attachVal); in AttachFuncCallback()