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.
1 parent f1af1ff commit e6e1521Copy full SHA for e6e1521
NativeScript/runtime/Common.mm
@@ -0,0 +1,10 @@
1
+#include "Common.h"
2
+#include "Caches.h"
3
+
4
+namespace tns {
5
+ // static
6
+ v8::Local<v8::Object> CommonPrivate::CreateExtensibleWrapperObject(v8::Isolate* isolate, v8::Local<v8::Context> context)
7
+ {
8
+ return Caches::Get(isolate)->WrapperObjectTemplate.Get(isolate)->NewInstance(context).ToLocalChecked();
9
+ }
10
+}
0 commit comments