Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsi-inl.h29 inline Value toValue(Runtime& runtime, const char* str) { in toValue()
36 inline Value toValue(Runtime& runtime, const T& other) { in toValue()
139 inline Array Object::getArray(Runtime& runtime) && { in getArray()
225 Runtime& runtime, in setNativeState()
249 Runtime& runtime, in createFromHostFunction()
276 Runtime& runtime, in callWithThis()
284 Runtime& runtime, in callWithThis()
292 Runtime& runtime, in callWithThis()
310 Runtime& runtime, in names()
327 Runtime& runtime, in callAsConstructor()
[all …]
H A DABI49_0_0jsi.h493 Runtime& runtime, in compare()
559 bool isInt64(Runtime& runtime) const { in isInt64()
573 bool isUint64(Runtime& runtime) const { in isUint64()
661 Runtime& runtime, in createFromHostObject()
723 bool isArray(Runtime& runtime) const { in isArray()
839 Runtime& runtime, in setPropertyValue()
846 Runtime& runtime, in setPropertyValue()
891 size_t size(Runtime& runtime) const { in size()
897 size_t length(Runtime& runtime) const { in length()
947 size_t size(Runtime& runtime) const { in size()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsi-inl.h29 inline Value toValue(Runtime& runtime, const char* str) { in toValue()
36 inline Value toValue(Runtime& runtime, const T& other) { in toValue()
223 Runtime& runtime, in setNativeState()
232 inline Value WeakObject::lock(Runtime& runtime) { in lock()
247 Runtime& runtime, in createFromHostFunction()
274 Runtime& runtime, in callWithThis()
282 Runtime& runtime, in callWithThis()
290 Runtime& runtime, in callWithThis()
308 Runtime& runtime, in names()
325 Runtime& runtime, in callAsConstructor()
[all …]
H A DABI48_0_0jsi.h490 Runtime& runtime, in compare()
556 bool isInt64(Runtime& runtime) const { in isInt64()
570 bool isUint64(Runtime& runtime) const { in isUint64()
658 Runtime& runtime, in createFromHostObject()
720 bool isArray(Runtime& runtime) const { in isArray()
841 Runtime& runtime, in setPropertyValue()
886 size_t size(Runtime& runtime) const { in size()
892 size_t length(Runtime& runtime) const { in length()
941 size_t size(Runtime& runtime) const { in size()
945 size_t length(Runtime& runtime) const { in length()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsi-inl.h29 inline Value toValue(Runtime& runtime, const char* str) { in toValue()
36 inline Value toValue(Runtime& runtime, const T& other) { in toValue()
137 inline Array Object::getArray(Runtime& runtime) && { in getArray()
209 inline Value WeakObject::lock(Runtime& runtime) { in lock()
224 Runtime& runtime, in createFromHostFunction()
251 Runtime& runtime, in callWithThis()
259 Runtime& runtime, in callWithThis()
267 Runtime& runtime, in callWithThis()
285 Runtime& runtime, in names()
302 Runtime& runtime, in callAsConstructor()
[all …]
H A DABI47_0_0jsi.h447 std::string utf8(Runtime& runtime) const { in utf8()
452 Runtime& runtime, in compare()
573 Runtime& runtime, in createFromHostObject()
635 bool isArray(Runtime& runtime) const { in isArray()
647 bool isFunction(Runtime& runtime) const { in isFunction()
737 Runtime& runtime, in setPropertyValue()
782 size_t size(Runtime& runtime) const { in size()
788 size_t length(Runtime& runtime) const { in length()
834 size_t size(Runtime& runtime) const { in size()
838 size_t length(Runtime& runtime) const { in length()
[all …]
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DREAJSIUtils.h12 static jsi::Value convertNSNumberToJSIBoolean(jsi::Runtime &runtime, NSNumber *value) in convertNSNumberToJSIBoolean()
17 static jsi::Value convertNSNumberToJSINumber(jsi::Runtime &runtime, NSNumber *value) in convertNSNumberToJSINumber()
22 static jsi::String convertNSStringToJSIString(jsi::Runtime &runtime, NSString *value) in convertNSStringToJSIString()
28 static jsi::Object convertNSDictionaryToJSIObject(jsi::Runtime &runtime, NSDictionary *value) in convertNSDictionaryToJSIObject()
37 static jsi::Array convertNSArrayToJSIArray(jsi::Runtime &runtime, NSArray *value) in convertNSArrayToJSIArray()
46 static jsi::Value convertObjCObjectToJSIValue(jsi::Runtime &runtime, id value) in convertObjCObjectToJSIValue()
69 static NSString *convertJSIStringToNSString(jsi::Runtime &runtime, const jsi::String &value) in convertJSIStringToNSString()
74 static NSDictionary *convertJSIObjectToNSDictionary(jsi::Runtime &runtime, const jsi::Object &value) in convertJSIObjectToNSDictionary()
90 static NSArray *convertJSIArrayToNSArray(jsi::Runtime &runtime, const jsi::Array &value) in convertJSIArrayToNSArray()
101 static id convertJSIValueToObjCObject(jsi::Runtime &runtime, const jsi::Value &value) in convertJSIValueToObjCObject()
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DABI49_0_0REAJSIUtils.h12 static jsi::Value convertNSNumberToJSIBoolean(jsi::Runtime &runtime, NSNumber *value) in convertNSNumberToJSIBoolean()
17 static jsi::Value convertNSNumberToJSINumber(jsi::Runtime &runtime, NSNumber *value) in convertNSNumberToJSINumber()
22 static jsi::String convertNSStringToJSIString(jsi::Runtime &runtime, NSString *value) in convertNSStringToJSIString()
28 static jsi::Object convertNSDictionaryToJSIObject(jsi::Runtime &runtime, NSDictionary *value) in convertNSDictionaryToJSIObject()
37 static jsi::Array convertNSArrayToJSIArray(jsi::Runtime &runtime, NSArray *value) in convertNSArrayToJSIArray()
46 static jsi::Value convertObjCObjectToJSIValue(jsi::Runtime &runtime, id value) in convertObjCObjectToJSIValue()
69 static NSString *convertJSIStringToNSString(jsi::Runtime &runtime, const jsi::String &value) in convertJSIStringToNSString()
74 static NSDictionary *convertJSIObjectToNSDictionary(jsi::Runtime &runtime, const jsi::Object &value) in convertJSIObjectToNSDictionary()
90 static NSArray *convertJSIArrayToNSArray(jsi::Runtime &runtime, const jsi::Array &value) in convertJSIArrayToNSArray()
101 static id convertJSIValueToObjCObject(jsi::Runtime &runtime, const jsi::Value &value) in convertJSIValueToObjCObject()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/rncore/
H A DEventEmitters.cpp20 dispatchEvent("refresh", [](jsi::Runtime &runtime) { in onRefresh()
27 dispatchEvent("refresh", [](jsi::Runtime &runtime) { in onRefresh()
35 dispatchEvent("drawerSlide", [event=std::move(event)](jsi::Runtime &runtime) { in onDrawerSlide()
42 dispatchEvent("drawerStateChanged", [event=std::move(event)](jsi::Runtime &runtime) { in onDrawerStateChanged()
49 dispatchEvent("drawerOpen", [](jsi::Runtime &runtime) { in onDrawerOpen()
56 dispatchEvent("drawerClose", [](jsi::Runtime &runtime) { in onDrawerClose()
65 dispatchEvent("change", [event=std::move(event)](jsi::Runtime &runtime) { in onChange()
73 dispatchEvent("change", [event=std::move(event)](jsi::Runtime &runtime) { in onChange()
82 dispatchEvent("requestClose", [](jsi::Runtime &runtime) { in onRequestClose()
89 dispatchEvent("show", [](jsi::Runtime &runtime) { in onShow()
[all …]
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXJsiUtils.h14 inline std::vector<T> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
25 inline std::vector<std::string> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
35 inline std::vector<uint8_t> rawTypedArray(jsi::Runtime &runtime, const jsi::Object &arr) { in rawTypedArray()
45 inline bool jsValueToBool(jsi::Runtime &runtime, const jsi::Value &jsValue) { in jsValueToBool()
53 jsi::Runtime &runtime, in setFunctionOnObject()
62 inline void jsConsoleLog(jsi::Runtime &runtime, std::initializer_list<jsi::Value> args) { in jsConsoleLog()
74 jsi::Runtime &runtime, in unsupportedWebGL2()
H A DABI47_0_0EXTypedArrayApi.cpp34 const jsi::PropNameID &get(jsi::Runtime &runtime, Prop prop) { in get()
61 InvalidateCacheOnDestroy::InvalidateCacheOnDestroy(jsi::Runtime &runtime) { in InvalidateCacheOnDestroy()
80 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArrayBase()
113 std::vector<uint8_t> TypedArrayBase::toVector(jsi::Runtime &runtime) { in toVector()
128 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in isTypedArray()
143 TypedArrayBase getTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in getTypedArray()
171 jsi::Runtime &runtime, in arrayBufferUpdate()
187 TypedArray<T>::TypedArray(jsi::Runtime &runtime, std::vector<ContentType<T>> data) in TypedArray()
196 std::vector<ContentType<T>> TypedArray<T>::toVector(jsi::Runtime &runtime) { in toVector()
213 jsi::Runtime &runtime, in getConstructorNameProp()
[all …]
/expo/packages/expo-gl/common/
H A DEXJsiUtils.h14 inline std::vector<T> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
25 inline std::vector<std::string> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
35 inline std::vector<uint8_t> rawTypedArray(jsi::Runtime &runtime, const jsi::Object &arr) { in rawTypedArray()
45 inline bool jsValueToBool(jsi::Runtime &runtime, const jsi::Value &jsValue) { in jsValueToBool()
53 jsi::Runtime &runtime, in setFunctionOnObject()
62 inline void jsConsoleLog(jsi::Runtime &runtime, std::initializer_list<jsi::Value> args) { in jsConsoleLog()
74 jsi::Runtime &runtime, in unsupportedWebGL2()
H A DEXTypedArrayApi.cpp34 const jsi::PropNameID &get(jsi::Runtime &runtime, Prop prop) { in get()
61 InvalidateCacheOnDestroy::InvalidateCacheOnDestroy(jsi::Runtime &runtime) { in InvalidateCacheOnDestroy()
80 TypedArrayBase::TypedArrayBase(jsi::Runtime &runtime, const jsi::Object &obj) in TypedArrayBase()
113 std::vector<uint8_t> TypedArrayBase::toVector(jsi::Runtime &runtime) { in toVector()
128 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in isTypedArray()
143 TypedArrayBase getTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in getTypedArray()
171 jsi::Runtime &runtime, in arrayBufferUpdate()
187 TypedArray<T>::TypedArray(jsi::Runtime &runtime, std::vector<ContentType<T>> data) in TypedArray()
196 std::vector<ContentType<T>> TypedArray<T>::toVector(jsi::Runtime &runtime) { in toVector()
213 jsi::Runtime &runtime, in getConstructorNameProp()
[all …]
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXJsiUtils.h14 inline std::vector<T> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
25 inline std::vector<std::string> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
35 inline std::vector<uint8_t> rawTypedArray(jsi::Runtime &runtime, const jsi::Object &arr) { in rawTypedArray()
45 inline bool jsValueToBool(jsi::Runtime &runtime, const jsi::Value &jsValue) { in jsValueToBool()
53 jsi::Runtime &runtime, in setFunctionOnObject()
62 inline void jsConsoleLog(jsi::Runtime &runtime, std::initializer_list<jsi::Value> args) { in jsConsoleLog()
74 jsi::Runtime &runtime, in unsupportedWebGL2()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXJsiUtils.h14 inline std::vector<T> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
25 inline std::vector<std::string> jsArrayToVector(jsi::Runtime &runtime, const jsi::Array &jsArray) { in jsArrayToVector()
35 inline std::vector<uint8_t> rawTypedArray(jsi::Runtime &runtime, const jsi::Object &arr) { in rawTypedArray()
45 inline bool jsValueToBool(jsi::Runtime &runtime, const jsi::Value &jsValue) { in jsValueToBool()
53 jsi::Runtime &runtime, in setFunctionOnObject()
62 inline void jsConsoleLog(jsi::Runtime &runtime, std::initializer_list<jsi::Value> args) { in jsConsoleLog()
74 jsi::Runtime &runtime, in unsupportedWebGL2()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManagerBinding.cpp26 jsi::Runtime &runtime, in createAndInstallIfNeeded()
43 jsi::Runtime &runtime) { in getBinding()
65 jsi::Runtime &runtime, in getInspectorDataForInstance()
92 jsi::Runtime &runtime, in dispatchEvent()
144 jsi::Runtime &runtime, in get()
230 jsi::Runtime &runtime, in get()
249 jsi::Runtime &runtime, in get()
299 jsi::Runtime &runtime, in get()
320 jsi::Runtime &runtime, in get()
356 [](jsi::Runtime &runtime, in get()
[all …]
H A DABI49_0_0primitives.h55 jsi::Runtime &runtime, in shadowNodeFromValue()
71 jsi::Runtime &runtime, in valueFromShadowNode()
86 jsi::Runtime &runtime, in shadowNodeListFromValue()
100 jsi::Runtime &runtime, in valueFromShadowNodeList()
129 jsi::Runtime &runtime, in weakShadowNodeListFromValue()
144 jsi::Runtime &runtime, in eventTargetFromValue()
156 jsi::Runtime &runtime, in surfaceIdFromValue()
175 jsi::Runtime &runtime, in stringFromValue()
181 jsi::Runtime &runtime, in commandArgsFromValue()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0primitives.h54 jsi::Runtime &runtime, in shadowNodeFromValue()
66 jsi::Runtime &runtime, in valueFromShadowNode()
73 jsi::Runtime &runtime, in shadowNodeListFromValue()
94 jsi::Runtime &runtime, in weakShadowNodeListFromValue()
109 jsi::Runtime &runtime, in valueFromShadowNodeList()
120 jsi::Runtime &runtime, in eventTargetFromValue()
132 jsi::Runtime &runtime, in surfaceIdFromValue()
151 jsi::Runtime &runtime, in stringFromValue()
157 jsi::Runtime &runtime, in commandArgsFromValue()
H A DABI47_0_0UIManagerBinding.cpp25 jsi::Runtime &runtime, in createAndInstallIfNeeded()
44 jsi::Runtime &runtime) { in getBinding()
69 jsi::Runtime &runtime, in getInspectorDataForInstance()
96 jsi::Runtime &runtime, in dispatchEvent()
148 jsi::Runtime &runtime, in get()
234 jsi::Runtime &runtime, in get()
253 jsi::Runtime &runtime, in get()
303 jsi::Runtime &runtime, in get()
324 jsi::Runtime &runtime, in get()
360 [](jsi::Runtime &runtime, in get()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0primitives.h54 jsi::Runtime &runtime, in shadowNodeFromValue()
66 jsi::Runtime &runtime, in valueFromShadowNode()
73 jsi::Runtime &runtime, in shadowNodeListFromValue()
94 jsi::Runtime &runtime, in weakShadowNodeListFromValue()
109 jsi::Runtime &runtime, in valueFromShadowNodeList()
120 jsi::Runtime &runtime, in eventTargetFromValue()
132 jsi::Runtime &runtime, in surfaceIdFromValue()
151 jsi::Runtime &runtime, in stringFromValue()
157 jsi::Runtime &runtime, in commandArgsFromValue()
H A DABI48_0_0UIManagerBinding.cpp25 jsi::Runtime &runtime, in createAndInstallIfNeeded()
42 jsi::Runtime &runtime) { in getBinding()
64 jsi::Runtime &runtime, in getInspectorDataForInstance()
91 jsi::Runtime &runtime, in dispatchEvent()
143 jsi::Runtime &runtime, in get()
229 jsi::Runtime &runtime, in get()
248 jsi::Runtime &runtime, in get()
298 jsi::Runtime &runtime, in get()
319 jsi::Runtime &runtime, in get()
355 [](jsi::Runtime &runtime, in get()
[all …]
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h23 : runtime(runtime), errorHandler(errorHandler), scheduler(scheduler) { in runtime() argument
30 std::shared_ptr<jsi::Runtime> runtime; variable
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h23 : runtime(runtime), errorHandler(errorHandler), scheduler(scheduler) { in runtime() function
30 std::shared_ptr<jsi::Runtime> runtime; variable
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h23 : runtime(runtime), errorHandler(errorHandler), scheduler(scheduler) { in runtime() argument
30 std::shared_ptr<jsi::Runtime> runtime; variable
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DRuntimeManager.h23 : runtime(runtime), errorHandler(errorHandler), scheduler(scheduler) { in runtime() argument
30 std::shared_ptr<jsi::Runtime> runtime; variable

12345678910>>...24