Home
last modified time | relevance | path

Searched refs:codeLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Dconsole_module_test.cpp96 if (object.code == nullptr || object.targetLogContent == nullptr || object.codeLength == 0 || in EvalAndVerify()
101 …jerry_eval(reinterpret_cast<const jerry_char_t *>(object.code), object.codeLength, JERRY_PARSE_NO_… in EvalAndVerify()
H A Dconsole_module_test.h34 size_t codeLength; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp208 int32_t codeLength = _binary_jsUIContext_abc_end - _binary_jsUIContext_abc_start; in PreloadUIContent() local
211 int32_t codeLength = _binary_jsPreload_abc_end - _binary_jsPreload_abc_start; in PreloadUIContent()
213 return runtime->EvaluateJsCode(codeStart, codeLength); in PreloadUIContent()