| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI48_0_0JSIndexedRAMBundle.cpp | 77 Module ret; in getModule() local 78 ret.name = folly::to<std::string>(moduleId, ".js"); in getModule() 79 ret.code = getModuleCode(moduleId); in getModule() 80 return ret; in getModule() 100 std::string ret(length - 1, '\0'); in getModuleCode() local 102 &ret.front(), in getModuleCode() 105 return ret; in getModuleCode()
|
| H A D | ABI48_0_0JsArgumentHelpers-inl.h | 92 T &ret = jsArgAsDynamic(args, n); in jsArgAsType() local 93 if ((ret.*isFoo)()) { in jsArgAsType() 94 return ret; in jsArgAsType() 102 ret.typeName(), in jsArgAsType()
|
| H A D | ABI48_0_0SampleCxxModule.cpp | 36 std::string ret; in repeat() local 38 ret += str; in repeat() 41 return ret; in repeat()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI47_0_0JSIndexedRAMBundle.cpp | 77 Module ret; in getModule() local 78 ret.name = folly::to<std::string>(moduleId, ".js"); in getModule() 79 ret.code = getModuleCode(moduleId); in getModule() 80 return ret; in getModule() 100 std::string ret(length - 1, '\0'); in getModuleCode() local 102 &ret.front(), in getModuleCode() 105 return ret; in getModuleCode()
|
| H A D | ABI47_0_0JsArgumentHelpers-inl.h | 92 T &ret = jsArgAsDynamic(args, n); in jsArgAsType() local 93 if ((ret.*isFoo)()) { in jsArgAsType() 94 return ret; in jsArgAsType() 102 ret.typeName(), in jsArgAsType()
|
| H A D | ABI47_0_0SampleCxxModule.cpp | 36 std::string ret; in repeat() local 38 ret += str; in repeat() 41 return ret; in repeat()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/ |
| H A D | ABI49_0_0JSIndexedRAMBundle.cpp | 77 Module ret; in getModule() local 78 ret.name = folly::to<std::string>(moduleId, ".js"); in getModule() 79 ret.code = getModuleCode(moduleId); in getModule() 80 return ret; in getModule() 100 std::string ret(length - 1, '\0'); in getModuleCode() local 102 &ret.front(), in getModuleCode() 105 return ret; in getModuleCode()
|
| H A D | ABI49_0_0JsArgumentHelpers-inl.h | 92 T &ret = jsArgAsDynamic(args, n); in jsArgAsType() local 93 if ((ret.*isFoo)()) { in jsArgAsType() 94 return ret; in jsArgAsType() 102 ret.typeName(), in jsArgAsType()
|
| H A D | ABI49_0_0SampleCxxModule.cpp | 36 std::string ret; in repeat() local 38 ret += str; in repeat() 41 return ret; in repeat()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI48_0_0JSIDynamic.cpp | 41 Value ret = Value(runtime, arr); in valueFromDynamicShallow() local 43 return ret; in valueFromDynamicShallow() 53 Value ret = Value(runtime, obj); in valueFromDynamicShallow() local 55 return ret; in valueFromDynamicShallow() 68 Value ret = valueFromDynamicShallow(runtime, stack, dynInput); in valueFromDynamic() local 102 return ret; in valueFromDynamic() 155 folly::dynamic ret; in dynamicFromValue() local 157 dynamicFromValueShallow(runtime, stack, valueInput, ret); in dynamicFromValue() 201 return ret; in dynamicFromValue()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI49_0_0JSIDynamic.cpp | 41 Value ret = Value(runtime, arr); in valueFromDynamicShallow() local 43 return ret; in valueFromDynamicShallow() 53 Value ret = Value(runtime, obj); in valueFromDynamicShallow() local 55 return ret; in valueFromDynamicShallow() 68 Value ret = valueFromDynamicShallow(runtime, stack, dynInput); in valueFromDynamic() local 102 return ret; in valueFromDynamic() 155 folly::dynamic ret; in dynamicFromValue() local 157 dynamicFromValueShallow(runtime, stack, valueInput, ret); in dynamicFromValue() 201 return ret; in dynamicFromValue()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI47_0_0JSIDynamic.cpp | 41 Value ret = Value(runtime, arr); in valueFromDynamicShallow() local 43 return ret; in valueFromDynamicShallow() 53 Value ret = Value(runtime, obj); in valueFromDynamicShallow() local 55 return ret; in valueFromDynamicShallow() 68 Value ret = valueFromDynamicShallow(runtime, stack, dynInput); in valueFromDynamic() local 102 return ret; in valueFromDynamic() 150 folly::dynamic ret; in dynamicFromValue() local 152 dynamicFromValueShallow(runtime, stack, valueInput, ret); in dynamicFromValue() 196 return ret; in dynamicFromValue()
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/modules/stringifySafe/ |
| H A D | index.ts | 90 const ret = JSON.stringify(arg, replacer); constant 91 if (ret === undefined) { 94 return ret;
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/modules/stringifySafe/ |
| H A D | index.js | 87 const ret = JSON.stringify(arg, replacer); 88 if (ret === undefined) { 91 return ret;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/ |
| H A D | ABI49_0_0JSIExecutor.cpp | 249 Value ret = Value::undefined(); in callFunction() local 253 ret = callFunctionReturnFlushedQueue_->call( in callFunction() 267 callNativeModules(ret, true); in callFunction() 277 Value ret; in invokeCallback() local 279 ret = invokeCallbackAndReturnFlushedQueue_->call( in invokeCallback() 288 callNativeModules(ret, true); in invokeCallback() 423 Value ret = flushedQueue_->call(*runtime_); in flush() local 425 callNativeModules(ret, true); in flush() 441 Value ret = flushedQueue_->call(*runtime_); in flush() local 443 callNativeModules(ret, true); in flush()
|
| H A D | ABI49_0_0JSINativeModules.cpp | 58 Value ret = Value(rt, result->second); in getModule() local 60 return ret; in getModule()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/ |
| H A D | ABI48_0_0JSIExecutor.cpp | 249 Value ret = Value::undefined(); in callFunction() local 253 ret = callFunctionReturnFlushedQueue_->call( in callFunction() 267 callNativeModules(ret, true); in callFunction() 277 Value ret; in invokeCallback() local 279 ret = invokeCallbackAndReturnFlushedQueue_->call( in invokeCallback() 288 callNativeModules(ret, true); in invokeCallback() 423 Value ret = flushedQueue_->call(*runtime_); in flush() local 425 callNativeModules(ret, true); in flush() 441 Value ret = flushedQueue_->call(*runtime_); in flush() local 443 callNativeModules(ret, true); in flush()
|
| H A D | ABI48_0_0JSINativeModules.cpp | 58 Value ret = Value(rt, result->second); in getModule() local 60 return ret; in getModule()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/ |
| H A D | ABI47_0_0JSIExecutor.cpp | 251 Value ret = Value::undefined(); in callFunction() local 255 ret = callFunctionReturnFlushedQueue_->call( in callFunction() 269 callNativeModules(ret, true); in callFunction() 279 Value ret; in invokeCallback() local 281 ret = invokeCallbackAndReturnFlushedQueue_->call( in invokeCallback() 290 callNativeModules(ret, true); in invokeCallback() 425 Value ret = flushedQueue_->call(*runtime_); in flush() local 427 callNativeModules(ret, true); in flush() 443 Value ret = flushedQueue_->call(*runtime_); in flush() local 445 callNativeModules(ret, true); in flush()
|
| H A D | ABI47_0_0JSINativeModules.cpp | 58 Value ret = Value(rt, result->second); in getModule() local 60 return ret; in getModule()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/ |
| H A D | ABI48_0_0UITemplateProcessor.cpp | 131 auto ret = runCommand( in buildShadowTree() local 139 if (ret != nullptr) { in buildShadowTree() 140 return ret; in buildShadowTree()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/ |
| H A D | ABI49_0_0UITemplateProcessor.cpp | 131 auto ret = runCommand( in buildShadowTree() local 139 if (ret != nullptr) { in buildShadowTree() 140 return ret; in buildShadowTree()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/templateprocessor/ |
| H A D | ABI47_0_0UITemplateProcessor.cpp | 132 auto ret = runCommand( in buildShadowTree() local 140 if (ret != nullptr) { in buildShadowTree() 141 return ret; in buildShadowTree()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI47_0_0RCTNativeModule.mm | 69 folly::dynamic ret = convertIdToFollyDynamic(constants); 71 return ret;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI49_0_0RCTNativeModule.mm | 70 folly::dynamic ret = convertIdToFollyDynamic(constants); 72 return ret;
|