Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.cpp252 if (IS_UNDEFINED(abilityModel_) || (router_ == nullptr)) { in OnSaveData()
259 if (IS_UNDEFINED(onSaveFunction)) { in OnSaveData()
330 if (IS_UNDEFINED(abilityModel_)) { in InvokeOnCreate()
335 if (IS_UNDEFINED(onCreateFunction)) { in InvokeOnCreate()
351 if (IS_UNDEFINED(abilityModel_)) { in InvokeOnRestoreData()
377 if (IS_UNDEFINED(onRestoreDataFunction)) { in InvokeOnRestoreData()
411 if (IS_UNDEFINED(function)) { in InvokeMethodWithoutParameter()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dapp_data_module.cpp51 if (IS_UNDEFINED(abilityVM)) { in GetApp()
56 if (IS_UNDEFINED(dataObj)) { in GetApp()
H A Dfeature_ability_module.cpp244 if (!IS_UNDEFINED(successCallback)) { in SubscribeMessage()
253 if (!IS_UNDEFINED(failCallback)) { in SubscribeMessage()
473 if (!IS_UNDEFINED(value)) { in ReleaseJsValue()
H A Dcjson_parser.cpp714 if (!IS_UNDEFINED(resultFromFile) && !IS_ERROR_VALUE(resultFromFile)) { in GetValue()
726 if (!IS_UNDEFINED(resultFromFile) && !IS_ERROR_VALUE(resultFromFile)) { in GetValue()
H A Ddate_time_format_module.cpp455 if (IS_UNDEFINED(funcProp)) { in GetTimeVal()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_utils.cpp31 if (IS_UNDEFINED(value)) { in GetComponentFromBindingObject()
70 if (IS_UNDEFINED(options)) { in GetComponentType()
H A Devent_listener.cpp153 if (IS_UNDEFINED(fn_)) { in OnChange()
173 if (IS_UNDEFINED(bindScrollFunc)) { in EventExcute()
H A Dlist_adapter.cpp270 if (IS_UNDEFINED(element)) { in GetElement()
281 if (IS_UNDEFINED(element)) { in GetElement()
H A Dlist_component.cpp58 if (!IS_UNDEFINED(GetDescriptors())) { in ReleaseNativeViews()
H A Dcanvas_component.cpp255 if (!IS_UNDEFINED(dom_)) { in ReleaseNativeViews()
262 if (!IS_UNDEFINED(dashArray_)) { in ReleaseNativeViews()
270 if (!IS_UNDEFINED(jerry_get_property(measureTextObject_, measureTextWidthString_))) { in ReleaseNativeViews()
273 if (!IS_UNDEFINED(measureTextWidthString_)) { in ReleaseNativeViews()
276 if (!IS_UNDEFINED(measureTextObject_)) { in ReleaseNativeViews()
306 if (IS_UNDEFINED(component->dom_)) { in GetContext()
1406 if (IS_UNDEFINED(component->measureTextObject_)) { in MeasureText()
1409 if (IS_UNDEFINED(component->measureTextWidthString_)) { in MeasureText()
H A Danalog_clock_component.cpp58 if ((clockView_ == nullptr) || !KeyParser::IsKeyValid(attrKeyId) || IS_UNDEFINED(attrValue)) { in SetPrivateAttribute()
H A Dclock_hand_component.cpp158 … if ((clockHandView_ == nullptr) || !KeyParser::IsKeyValid(attrKeyId) || IS_UNDEFINED(attrValue)) { in SetPrivateAttribute()
H A Dcomponent.cpp281 if ((uiView == nullptr) || !KeyParser::IsKeyValid(attrKeyId) || IS_UNDEFINED(attrValue)) { in SetAttribute()
1061 if (IS_UNDEFINED(watcher) || jerry_value_is_error(watcher)) { in AddWatcherItem()
1252 if (!KeyParser::IsKeyValid(eventTypeId) || IS_UNDEFINED(funcValue)) { in RegisterEventListener()
1575 if (IS_UNDEFINED(watcher) || jerry_value_is_error(watcher)) { in SetListForWatcher()
1826 if (IS_UNDEFINED(descriptorOrElement)) { in HandleChildrenChange()
H A Dtabs_component.cpp147 if (!KeyParser::IsKeyValid(eventTypeId) || IS_UNDEFINED(funcValue)) { in RegisterPrivateEventListener()
H A Dchart_component.cpp108 if ((chartView_ == nullptr) || !KeyParser::IsKeyValid(attrKeyId) || IS_UNDEFINED(attrValue)) { in SetPrivateAttribute()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp141 if (!IS_UNDEFINED(params)) { in RegisterUriAndParamsToPage()
306 if (IS_UNDEFINED(evalResult)) { in EvalPage()
409 if (IS_UNDEFINED(function)) { in InvokePageLifeCycleCallback()
486 if (IS_UNDEFINED(viewModel_)) { in DeleteViewModelProperties()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp134 if ((IS_UNDEFINED(source)) || (strLength == nullptr)) { in MallocStringOf()
830 if (IS_UNDEFINED(watcher)) { in InsertWatcherCommon()
876 if (IS_UNDEFINED(container) || IS_UNDEFINED(property)) { in JerryHasProperty()
894 if (IS_UNDEFINED(container) || IS_UNDEFINED(property)) { in HasOwnProperty()
H A Djs_fwk_common.h46 #ifndef IS_UNDEFINED
47 #define IS_UNDEFINED(v) jerry_value_is_undefined(v) macro
H A Dlazy_load_manager.cpp76 if ((!IS_UNDEFINED(latestValue)) && (attrKeyID != K_UNKNOWN)) { in RenderSingleLazyWatcher()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Dnumber_format_module_tdd_test.cpp57 if (IS_UNDEFINED(numberFormat)) { in FormatNumber()
62 if (IS_UNDEFINED(format)) { in FormatNumber()
H A Ddate_time_module_tdd_test.cpp57 EXPECT_FALSE(IS_UNDEFINED(dateTime)); in FormatDate()
59 EXPECT_FALSE(IS_UNDEFINED(format)); in FormatDate()