Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp1135 auto objectInformation = reinterpret_cast<Types*>(data); in TypesConstructor() local
1136 if (objectInformation != nullptr) { in TypesConstructor()
1137 delete objectInformation; in TypesConstructor()
1138 objectInformation = nullptr; in TypesConstructor()