/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_ability_impl.cpp | 252 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 D | app_data_module.cpp | 51 if (IS_UNDEFINED(abilityVM)) { in GetApp() 56 if (IS_UNDEFINED(dataObj)) { in GetApp()
|
H A D | feature_ability_module.cpp | 244 if (!IS_UNDEFINED(successCallback)) { in SubscribeMessage() 253 if (!IS_UNDEFINED(failCallback)) { in SubscribeMessage() 473 if (!IS_UNDEFINED(value)) { in ReleaseJsValue()
|
H A D | cjson_parser.cpp | 714 if (!IS_UNDEFINED(resultFromFile) && !IS_ERROR_VALUE(resultFromFile)) { in GetValue() 726 if (!IS_UNDEFINED(resultFromFile) && !IS_ERROR_VALUE(resultFromFile)) { in GetValue()
|
H A D | date_time_format_module.cpp | 455 if (IS_UNDEFINED(funcProp)) { in GetTimeVal()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | component_utils.cpp | 31 if (IS_UNDEFINED(value)) { in GetComponentFromBindingObject() 70 if (IS_UNDEFINED(options)) { in GetComponentType()
|
H A D | event_listener.cpp | 153 if (IS_UNDEFINED(fn_)) { in OnChange() 173 if (IS_UNDEFINED(bindScrollFunc)) { in EventExcute()
|
H A D | list_adapter.cpp | 270 if (IS_UNDEFINED(element)) { in GetElement() 281 if (IS_UNDEFINED(element)) { in GetElement()
|
H A D | list_component.cpp | 58 if (!IS_UNDEFINED(GetDescriptors())) { in ReleaseNativeViews()
|
H A D | canvas_component.cpp | 255 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 D | analog_clock_component.cpp | 58 if ((clockView_ == nullptr) || !KeyParser::IsKeyValid(attrKeyId) || IS_UNDEFINED(attrValue)) { in SetPrivateAttribute()
|
H A D | clock_hand_component.cpp | 158 … if ((clockHandView_ == nullptr) || !KeyParser::IsKeyValid(attrKeyId) || IS_UNDEFINED(attrValue)) { in SetPrivateAttribute()
|
H A D | component.cpp | 281 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 D | tabs_component.cpp | 147 if (!KeyParser::IsKeyValid(eventTypeId) || IS_UNDEFINED(funcValue)) { in RegisterPrivateEventListener()
|
H A D | chart_component.cpp | 108 if ((chartView_ == nullptr) || !KeyParser::IsKeyValid(attrKeyId) || IS_UNDEFINED(attrValue)) { in SetPrivateAttribute()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
H A D | js_page_state_machine.cpp | 141 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 D | js_fwk_common.cpp | 134 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 D | js_fwk_common.h | 46 #ifndef IS_UNDEFINED 47 #define IS_UNDEFINED(v) jerry_value_is_undefined(v) macro
|
H A D | lazy_load_manager.cpp | 76 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 D | number_format_module_tdd_test.cpp | 57 if (IS_UNDEFINED(numberFormat)) { in FormatNumber() 62 if (IS_UNDEFINED(format)) { in FormatNumber()
|
H A D | date_time_module_tdd_test.cpp | 57 EXPECT_FALSE(IS_UNDEFINED(dateTime)); in FormatDate() 59 EXPECT_FALSE(IS_UNDEFINED(format)); in FormatDate()
|