Home
last modified time | relevance | path

Searched defs:RuntimeLifecycleMonitorObject (Results 1 – 4 of 4) sorted by relevance

/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DRuntimeLifecycleMonitor.cpp13 struct RuntimeLifecycleMonitorObject : public jsi::HostObject { struct
14 jsi::Runtime *_rt;
15 explicit RuntimeLifecycleMonitorObject(jsi::Runtime *rt) : _rt(rt) {} in RuntimeLifecycleMonitorObject() argument
16 ~RuntimeLifecycleMonitorObject() { in ~RuntimeLifecycleMonitorObject()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/jsi/
H A DRuntimeLifecycleMonitor.cpp13 struct RuntimeLifecycleMonitorObject : public jsi::HostObject { struct
14 jsi::Runtime *_rt;
15 explicit RuntimeLifecycleMonitorObject(jsi::Runtime *rt) : _rt(rt) {} in RuntimeLifecycleMonitorObject() argument
16 ~RuntimeLifecycleMonitorObject() { in ~RuntimeLifecycleMonitorObject()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/jsi/
H A DRuntimeLifecycleMonitor.cpp13 struct RuntimeLifecycleMonitorObject : public jsi::HostObject { struct
14 jsi::Runtime *_rt;
15 explicit RuntimeLifecycleMonitorObject(jsi::Runtime *rt) : _rt(rt) {} in RuntimeLifecycleMonitorObject() argument
16 ~RuntimeLifecycleMonitorObject() { in ~RuntimeLifecycleMonitorObject()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DRuntimeLifecycleMonitor.cpp13 struct RuntimeLifecycleMonitorObject : public jsi::HostObject { struct
14 jsi::Runtime *_rt;
15 explicit RuntimeLifecycleMonitorObject(jsi::Runtime *rt) : _rt(rt) {} in RuntimeLifecycleMonitorObject() function
16 ~RuntimeLifecycleMonitorObject() { in ~RuntimeLifecycleMonitorObject()