Lines Matching refs:needUpdate
5096 bool JSNApi::ExecuteInContext(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUpdate)
5102 if (!ecmascript::JSPandaFileExecutor::ExecuteFromAbcFile(thread, fileName.c_str(), entry, needUpdate)) {
5117 bool needUpdate, bool executeFromJob)
5123 thread, fileName.c_str(), entry, needUpdate, executeFromJob)) {
5136 bool needUpdate, bool executeFromJob)
5142 thread, fileName.c_str(), entry, needUpdate, executeFromJob)) {
5156 const std::string &filename, bool needUpdate)
5161 if (!ecmascript::JSPandaFileExecutor::ExecuteFromBuffer(thread, data, size, entry, filename.c_str(), needUpdate)) {
5203 bool needUpdate)
5208 if (!ecmascript::JSPandaFileExecutor::ExecuteModuleBuffer(thread, data, size, filename.c_str(), needUpdate)) {
5260 const std::string &filename, bool needUpdate)
5266 needUpdate)) {
5279 bool needUpdate)
5285 needUpdate)) {