Lines Matching refs:jsSrc
291 JSVM_Value jsSrc;
292 JSVM_CALL(OH_JSVM_CreateStringUtf8(env, srcProf.c_str(), srcProf.size(), &jsSrc));
300 JSVM_CALL(OH_JSVM_CompileScript(env, jsSrc, nullptr, 0, true, nullptr, &script));
484 JSVM_Value jsSrc;
485 JSVM_CALL(OH_JSVM_CreateStringUtf8(env, srcProf.c_str(), srcProf.size(), &jsSrc));
495 JSVM_CALL(OH_JSVM_CompileScriptWithOrigin(env, jsSrc, nullptr, 0, true, nullptr, &origin, &script));
500 JSVM_Value jsSrc = nullptr;
502 JSVM_CALL(OH_JSVM_GetBoolean(env, x, &jsSrc));
512 JSVM_Status status = OH_JSVM_CompileScriptWithOrigin(env, jsSrc, nullptr, 0, true, nullptr, &origin, &script);
518 JSVM_Value jsSrc = nullptr;
520 JSVM_CALL(OH_JSVM_GetBoolean(env, x, &jsSrc));
529 JSVM_Status status = OH_JSVM_CompileScriptWithOrigin(env, jsSrc, nullptr, 0, true, nullptr, &origin, nullptr);