Searched refs:codeLength (Results 1 – 3 of 3) sorted by relevance
96 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()
34 size_t codeLength; member
208 int32_t codeLength = _binary_jsUIContext_abc_end - _binary_jsUIContext_abc_start; in PreloadUIContent() local211 int32_t codeLength = _binary_jsPreload_abc_end - _binary_jsPreload_abc_start; in PreloadUIContent()213 return runtime->EvaluateJsCode(codeStart, codeLength); in PreloadUIContent()