Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/base/VersionCheck001/
H A Dindex.js20 commitStr: 'null',
34 this.commitStr = getAceCommit();
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dversion_module.cpp46 const char * const commitStr = ACEVersion::GetCommit(); in GetACECommit() local
47 return jerry_create_string(reinterpret_cast<const jerry_char_t *>(commitStr)); in GetACECommit()