From 340f5021e67cdc333d05ccd6a2ffef3576be2d40 Mon Sep 17 00:00:00 2001 From: trupthi1403 Date: Wed, 17 Dec 2025 16:28:12 +0530 Subject: [PATCH] test-dev:For testing coverity [DONOT MERGE] Reason for change: For testing purpose only --- src/jsruntime.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jsruntime.cpp b/src/jsruntime.cpp index fdbf989..2f994af 100644 --- a/src/jsruntime.cpp +++ b/src/jsruntime.cpp @@ -31,6 +31,7 @@ #include #include +//For creating baseline for coverity using namespace std; using namespace JsRuntime;