| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | JavaScriptRuntime.swift | 48 …func createSyncFunction(_ name: String, argsCount: Int = 0, closure: @escaping SyncFunctionClosure… in createSyncFunction() 49 return __createSyncFunction(name, argsCount: argsCount) { this, args, errorPointer in in createSyncFunction()
|
| H A D | EXJavaScriptRuntime.h | 80 argsCount:(NSInteger)argsCount 90 argsCount:(NSInteger)argsCount
|
| H A D | EXJavaScriptRuntime.mm | 88 argsCount:(NSInteger)argsCount 105 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 109 argsCount:(NSInteger)argsCount 130 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 185 argsCount:(NSInteger)argsCount 200 …>(jsi::Function::createFromHostFunction(*_runtime, propNameId, (unsigned int)argsCount, function));
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/ |
| H A D | JavaScriptRuntime.swift | 48 …func createSyncFunction(_ name: String, argsCount: Int = 0, closure: @escaping SyncFunctionClosure… in createSyncFunction() 49 return __createSyncFunction(name, argsCount: argsCount) { this, args, errorPointer in in createSyncFunction()
|
| H A D | ABI47_0_0EXJavaScriptRuntime.h | 86 argsCount:(NSInteger)argsCount 96 argsCount:(NSInteger)argsCount
|
| H A D | ABI47_0_0EXJavaScriptRuntime.mm | 99 argsCount:(NSInteger)argsCount 116 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 120 argsCount:(NSInteger)argsCount 141 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 199 argsCount:(NSInteger)argsCount 214 …>(jsi::Function::createFromHostFunction(*_runtime, propNameId, (unsigned int)argsCount, function));
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/ |
| H A D | JavaScriptRuntime.swift | 48 …func createSyncFunction(_ name: String, argsCount: Int = 0, closure: @escaping SyncFunctionClosure… in createSyncFunction() 49 return __createSyncFunction(name, argsCount: argsCount) { this, args, errorPointer in in createSyncFunction()
|
| H A D | ABI48_0_0EXJavaScriptRuntime.h | 86 argsCount:(NSInteger)argsCount 96 argsCount:(NSInteger)argsCount
|
| H A D | ABI48_0_0EXJavaScriptRuntime.mm | 102 argsCount:(NSInteger)argsCount 119 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 123 argsCount:(NSInteger)argsCount 144 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 202 argsCount:(NSInteger)argsCount 217 …>(jsi::Function::createFromHostFunction(*_runtime, propNameId, (unsigned int)argsCount, function));
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/ |
| H A D | JavaScriptRuntime.swift | 48 …func createSyncFunction(_ name: String, argsCount: Int = 0, closure: @escaping SyncFunctionClosure… in createSyncFunction() 49 return __createSyncFunction(name, argsCount: argsCount) { this, args, errorPointer in in createSyncFunction()
|
| H A D | ABI49_0_0EXJavaScriptRuntime.h | 80 argsCount:(NSInteger)argsCount 90 argsCount:(NSInteger)argsCount
|
| H A D | ABI49_0_0EXJavaScriptRuntime.mm | 88 argsCount:(NSInteger)argsCount 105 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 109 argsCount:(NSInteger)argsCount 130 return [self createHostFunction:name argsCount:argsCount block:hostFunctionBlock]; 185 argsCount:(NSInteger)argsCount 200 …>(jsi::Function::createFromHostFunction(*_runtime, propNameId, (unsigned int)argsCount, function));
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 94 return runtime.createSyncFunction(name, argsCount: 0) { [weak self, weak caller] this, args in in buildGetter() 103 return runtime.createSyncFunction(name, argsCount: 1) { [weak self, weak caller] this, args in in buildSetter()
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | codeMod.ts | 69 const argsCount = symbols.length - 1; constant 71 if (argsCount === 0) { 74 for (let i = 0; i < argsCount; ++i) {
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | codeMod.js | 78 const argsCount = symbols.length - 1; 80 if (argsCount === 0) { 83 for (let i = 0; i < argsCount; ++i) {
|
| /expo/packages/expo-av/android/src/main/cpp/ |
| H A D | JAVManager.cpp | 51 size_t argsCount) -> jsi::Value { in installJSIBindings() argument 61 if (argsCount > 1 && args[1].isObject()) { in installJSIBindings()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 137 …return try appContext.runtime.createSyncFunction(name, argsCount: 0) { [weak appContext, weak self… in buildDescriptor() 155 …return try appContext.runtime.createSyncFunction(name, argsCount: 1) { [weak appContext, weak self… in buildDescriptor()
|
| /expo/packages/expo-modules-core/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 137 …return try appContext.runtime.createSyncFunction(name, argsCount: 0) { [weak appContext, weak self… in buildDescriptor() 155 …return try appContext.runtime.createSyncFunction(name, argsCount: 1) { [weak appContext, weak self… in buildDescriptor()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 137 return runtime.createSyncFunction(name, argsCount: 0) { [weak self, name] this, args in in buildDescriptor() 152 return runtime.createSyncFunction(name, argsCount: 1) { [weak self, name] this, args in in buildDescriptor()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/functions/ |
| H A D | SyncFunctionComponent.kt | 29 argsCount, in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/functions/ |
| H A D | SyncFunctionComponent.kt | 29 argsCount, in <lambda>()
|
| /expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/ |
| H A D | ABI47_0_0EXAV+AudioSampleCallback.mm | 46 size_t argsCount) -> jsi::Value { 66 if (argsCount > 1 && args[1].isObject()) {
|
| /expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/ |
| H A D | ABI48_0_0EXAV+AudioSampleCallback.mm | 46 size_t argsCount) -> jsi::Value { 66 if (argsCount > 1 && args[1].isObject()) {
|
| /expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/ |
| H A D | ABI49_0_0EXAV+AudioSampleCallback.mm | 46 size_t argsCount) -> jsi::Value { 66 if (argsCount > 1 && args[1].isObject()) {
|
| /expo/packages/expo-av/ios/EXAV/AudioSampleCallback/ |
| H A D | EXAV+AudioSampleCallback.mm | 46 size_t argsCount) -> jsi::Value { 66 if (argsCount > 1 && args[1].isObject()) {
|