| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 156 argumentsCount: 0, property 169 argumentsCount: 0, property 174 argumentsCount: 0, property 182 argumentsCount: 0, property 215 argumentsCount: 0, property 221 argumentsCount: 0, property 226 argumentsCount: 0, property 270 argumentsCount: 1, property 281 argumentsCount: 0, property 316 argumentsCount: 0, property [all …]
|
| /expo/packages/expo-modules-core/build/ |
| H A D | NativeModulesProxy.native.js | 24 const { key, argumentsCount } = methodInfo; 25 if (argumentsCount !== args.length) { 26 …r(`Native method ${moduleName}.${methodInfo.name} expects ${argumentsCount} ${argumentsCount === 1…
|
| H A D | NativeModulesProxy.native.js.map | 1 …argumentsCount } = methodInfo;\n if (argumentsCount !== args.length) {\n return Pr…
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | JavaScriptUtils.swift | 71 let argumentsCount = function.argumentsCount in validateArgumentsNumber() variable 74 if received < requiredArgumentsCount || received > argumentsCount { in validateArgumentsNumber() 77 expected: argumentsCount, in validateArgumentsNumber() 100 if arguments.count < function.argumentsCount { 101 result += Array(repeating: Any?.none as Any, count: function.argumentsCount - arguments.count)
|
| H A D | AppContext.swift | 334 "argumentsCount": function.argumentsCount, in exportedFunctionNames()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | JavaScriptUtils.swift | 71 let argumentsCount = function.argumentsCount in validateArgumentsNumber() variable 74 if received < requiredArgumentsCount || received > argumentsCount { in validateArgumentsNumber() 77 expected: argumentsCount, in validateArgumentsNumber() 100 if arguments.count < function.argumentsCount { 101 result += Array(repeating: Any?.none as Any, count: function.argumentsCount - arguments.count)
|
| H A D | AppContext.swift | 321 "argumentsCount": function.argumentsCount, in exportedFunctionNames()
|
| /expo/packages/expo-modules-core/src/ |
| H A D | NativeModulesProxy.native.ts | 33 const { key, argumentsCount } = methodInfo; constant 34 if (argumentsCount !== args.length) { 37 `Native method ${moduleName}.${methodInfo.name} expects ${argumentsCount} ${ 38 argumentsCount === 1 ? 'argument' : 'arguments'
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | AnyFunction.swift | 24 var argumentsCount: Int { get } variable 60 return argumentsCount - trailingOptionalArgumentsCount 63 var argumentsCount: Int { variable
|
| H A D | SyncFunctionComponent.swift | 46 var argumentsCount: Int { in call() variable 89 …return runtime.createSyncFunction(name, argsCount: argumentsCount) { [weak runtime, self] this, ar… in call()
|
| H A D | AsyncFunctionComponent.swift | 61 var argumentsCount: Int { in runOnQueue() variable 118 …return runtime.createAsyncFunction(name, argsCount: argumentsCount) { [weak self, name] this, args… in runOnQueue()
|
| /expo/packages/expo-modules-core/ios/Swift/Functions/ |
| H A D | AnyFunction.swift | 24 var argumentsCount: Int { get } variable 61 return argumentsCount - trailingOptionalArgumentsCount 64 var argumentsCount: Int { variable
|
| H A D | SyncFunctionComponent.swift | 47 var argumentsCount: Int { in call() variable 100 …return try appContext.runtime.createSyncFunction(name, argsCount: argumentsCount) { [weak appConte… in call()
|
| H A D | AsyncFunctionComponent.swift | 59 var argumentsCount: Int { in runOnQueue() variable 121 …return try appContext.runtime.createAsyncFunction(name, argsCount: argumentsCount) { [weak self, n… in runOnQueue()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | AnyFunction.swift | 24 var argumentsCount: Int { get } variable 61 return argumentsCount - trailingOptionalArgumentsCount 64 var argumentsCount: Int { variable
|
| H A D | SyncFunctionComponent.swift | 47 var argumentsCount: Int { in call() variable 100 …return try appContext.runtime.createSyncFunction(name, argsCount: argumentsCount) { [weak appConte… in call()
|
| H A D | AsyncFunctionComponent.swift | 59 var argumentsCount: Int { in runOnQueue() variable 121 …return try appContext.runtime.createAsyncFunction(name, argsCount: argumentsCount) { [weak self, n… in runOnQueue()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | JavaScriptUtils.swift | 34 if arguments.count < requiredArgumentsCount || arguments.count > function.argumentsCount { in cast() 37 expected: function.argumentsCount, in cast() 63 if arguments.count < function.argumentsCount { in concat() 64 result += Array(repeating: Any?.none as Any, count: function.argumentsCount - arguments.count) in concat()
|
| H A D | AppContext.swift | 281 "argumentsCount": function.argumentsCount, in exportedFunctionNames()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | JavaScriptUtils.swift | 31 if arguments.count != function.argumentsCount { in cast() 32 throw InvalidArgsNumberException((received: arguments.count, expected: function.argumentsCount)) in cast()
|
| H A D | AppContext.swift | 272 "argumentsCount": function.argumentsCount, in exportedFunctionNames()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | AnyFunction.swift | 24 var argumentsCount: Int { get } variable
|
| H A D | SyncFunctionComponent.swift | 46 var argumentsCount: Int { in call() variable 85 …return runtime.createSyncFunction(name, argsCount: argumentsCount) { [weak self, name] this, args … in call()
|
| H A D | AsyncFunctionComponent.swift | 61 var argumentsCount: Int { in runOnQueue() variable 118 …return runtime.createAsyncFunction(name, argsCount: argumentsCount) { [weak self, name] this, args… in runOnQueue()
|
| /expo/packages/expo-modules-core/src/__tests__/ |
| H A D | NativeModulesProxy-test.native.ts | 11 ExpoTest: [{ key: 0, name: 'testAsync', argumentsCount: 1 }],
|