Home
last modified time | relevance | path

Searched refs:argsCount (Results 1 – 25 of 61) sorted by relevance

123

/expo/packages/expo-modules-core/ios/JSI/
H A DJavaScriptRuntime.swift48 …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 DEXJavaScriptRuntime.h80 argsCount:(NSInteger)argsCount
90 argsCount:(NSInteger)argsCount
H A DEXJavaScriptRuntime.mm88 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 DJavaScriptRuntime.swift48 …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 DABI47_0_0EXJavaScriptRuntime.h86 argsCount:(NSInteger)argsCount
96 argsCount:(NSInteger)argsCount
H A DABI47_0_0EXJavaScriptRuntime.mm99 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 DJavaScriptRuntime.swift48 …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 DABI48_0_0EXJavaScriptRuntime.h86 argsCount:(NSInteger)argsCount
96 argsCount:(NSInteger)argsCount
H A DABI48_0_0EXJavaScriptRuntime.mm102 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 DJavaScriptRuntime.swift48 …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 DABI49_0_0EXJavaScriptRuntime.h80 argsCount:(NSInteger)argsCount
90 argsCount:(NSInteger)argsCount
H A DABI49_0_0EXJavaScriptRuntime.mm88 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 DPropertyComponent.swift94 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 DcodeMod.ts69 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 DcodeMod.js78 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 DJAVManager.cpp51 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 DPropertyComponent.swift137 …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 DPropertyComponent.swift137 …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 DPropertyComponent.swift137 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 DSyncFunctionComponent.kt29 argsCount, in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/functions/
H A DSyncFunctionComponent.kt29 argsCount, in <lambda>()
/expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/
H A DABI47_0_0EXAV+AudioSampleCallback.mm46 size_t argsCount) -> jsi::Value {
66 if (argsCount > 1 && args[1].isObject()) {
/expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/
H A DABI48_0_0EXAV+AudioSampleCallback.mm46 size_t argsCount) -> jsi::Value {
66 if (argsCount > 1 && args[1].isObject()) {
/expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/
H A DABI49_0_0EXAV+AudioSampleCallback.mm46 size_t argsCount) -> jsi::Value {
66 if (argsCount > 1 && args[1].isObject()) {
/expo/packages/expo-av/ios/EXAV/AudioSampleCallback/
H A DEXAV+AudioSampleCallback.mm46 size_t argsCount) -> jsi::Value {
66 if (argsCount > 1 && args[1].isObject()) {

123