Searched refs:divEl (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | jsbundle_tdd_test.cpp | 127 JSValue divEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, divArgs, ARG_LENGTH_2); in CreateElementAttributeLength003() local 128 if (JSUndefined::Is(divEl) || jerry_value_is_error(divEl)) { in CreateElementAttributeLength003() 130 EXPECT_FALSE(JSUndefined::Is(divEl) || jerry_value_is_error(divEl)); in CreateElementAttributeLength003() 133 Component *divComponent = ComponentUtils::GetComponentFromBindingObject(divEl); in CreateElementAttributeLength003() 173 JSValue divEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, divArgs, ARG_LENGTH_3); in CreateElementAttributeLength004() local 174 if (JSUndefined::Is(divEl) || jerry_value_is_error(divEl)) { in CreateElementAttributeLength004() 176 EXPECT_FALSE(JSUndefined::Is(divEl) || jerry_value_is_error(divEl)); in CreateElementAttributeLength004() 302 JSValue divEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, divArgs, ARG_LENGTH_2); in CreateElement2ndAttributeValidation011() local 303 if (JSUndefined::Is(divEl)) { in CreateElement2ndAttributeValidation011() 308 EXPECT_FALSE(JSUndefined::Is(divEl)); in CreateElement2ndAttributeValidation011() [all …]
|
H A D | percent_tdd_test.cpp | 389 JSValue divEl = JSGlobal::Call(FUNC_CREATE_ELEMENT, divArgs, ARG_LENGTH_3); variable 395 Component *divComponent = BuildViewTree(divEl, screenWidth, screenHeight); 399 VerifyDimension(divEl, K_WIDTH, screenWidth); 407 ReleaseJerryValue(divTag, divStaticStyle, divOption, divEl, divChildren, VA_ARG_END_FLAG);
|