Home
last modified time | relevance | path

Searched refs:argumentTypeOffset (Results 1 – 2 of 2) sorted by relevance

/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DJavaScriptUtils.swift34 let argumentTypeOffset = function.takesOwner ? 1 : 0 in cast() variable
36 let argumentType = function.dynamicArgumentTypes[index + argumentTypeOffset] in cast()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DJavaScriptUtils.swift32 let argumentTypeOffset = function.takesOwner ? 1 : 0 in cast() variable
42 let argumentType = function.dynamicArgumentTypes[index + argumentTypeOffset] in cast()