Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.cpp334 …jerry_value_t onCreateFunction = jerryx_get_property_str(abilityModel_, ABILITY_LIFECYCLE_CALLBACK… in InvokeOnCreate() local
335 if (IS_UNDEFINED(onCreateFunction)) { in InvokeOnCreate()
339 CallJSFunctionAutoRelease(onCreateFunction, abilityModel_, nullptr, 0); in InvokeOnCreate()
340 jerry_release_value(onCreateFunction); in InvokeOnCreate()