We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 440a2b1 + 69009a9 commit 69bb5d2Copy full SHA for 69bb5d2
2 files changed
test-app/runtime/src/main/cpp/Runtime.cpp
@@ -28,6 +28,8 @@
28
#include "NetworkDomainCallbackHandlers.h"
29
#include "sys/system_properties.h"
30
#include "ManualInstrumentation.h"
31
+#include <natives_blob.h>
32
+#include <snapshot_blob.h>
33
34
#ifdef APPLICATION_IN_DEBUG
35
#include "JsV8InspectorClient.h"
test-app/runtime/src/main/cpp/Runtime.h
@@ -11,8 +11,6 @@
11
#include "ModuleInternal.h"
12
#include "File.h"
13
#include <mutex>
14
-#include <natives_blob.h>
15
-#include <snapshot_blob.h>
16
17
jobject ConvertJsValueToJavaObject(tns::JEnv& env, const v8::Local<v8::Value>& value, int classReturnType);
18
0 commit comments