Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcomponent_utils.cpp76 jerry_value_t typeValHandler = jerryx_get_property_str(attrsPropValue, attrType); in GetComponentType() local
78 if (!jerry_value_is_undefined(typeValHandler)) { in GetComponentType()
80 char *type = MallocStringOf(typeValHandler, &len); in GetComponentType()
84 ReleaseJerryValue(typeValHandler, attrsPropValue, VA_ARG_END_FLAG); in GetComponentType()
H A Dchart_component.cpp82 jerry_value_t typeValHandler = jerry_get_property(attrsPropValue, typeStrHandler); in CreateNativeViews() local
83 char *type = MallocStringOf(typeValHandler); in CreateNativeViews()
84 jerry_release_value(typeValHandler); in CreateNativeViews()