Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style.cpp143 propValue = ConcatJerryString(propValueFrom, propValueTo); in AddKeyFramesItemsInLoop()
185 propValue = ConcatJerryString(transformValueFrom, transformValueTo); in AddKeyFramesTransformValue()
215 jerry_value_t AppStyle::ConcatJerryString(jerry_value_t strA, jerry_value_t strB) in ConcatJerryString() function in OHOS::ACELite::AppStyle
H A Dapp_style.h88 static jerry_value_t ConcatJerryString(jerry_value_t strA, jerry_value_t strB);