Searched refs:thisObject (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXRawJavaScriptFunction.mm | 32 thisObject:(nullable EXJavaScriptObject *)thisObject 42 } else if (thisObject) { 43 result = _function->callWithThis(*runtime, *[thisObject get], data, arguments.count);
|
| H A D | EXRawJavaScriptFunction.h | 21 thisObject:(nullable EXJavaScriptObject *)thisObject
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/ |
| H A D | ABI49_0_0EXRawJavaScriptFunction.mm | 32 thisObject:(nullable ABI49_0_0EXJavaScriptObject *)thisObject 42 } else if (thisObject) { 43 result = _function->callWithThis(*runtime, *[thisObject get], data, arguments.count);
|
| H A D | ABI49_0_0EXRawJavaScriptFunction.h | 21 thisObject:(nullable ABI49_0_0EXJavaScriptObject *)thisObject
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | JavaScriptFunction.swift | 45 let value = rawFunction.call(withArguments: arguments, thisObject: this, asConstructor: false) in call()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | JavaScriptFunction.swift | 45 let value = rawFunction.call(withArguments: arguments, thisObject: this, asConstructor: false) in call()
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JavaScriptModuleObject.cpp | 173 auto thisObject = std::make_shared<jsi::Object>(thisValue.asObject(runtime)); in getJSIObject() local 174 decorateObjectWithProperties(runtime, jsiInteropModuleRegistry, thisObject.get(), in getJSIObject() 205 thisObject in getJSIObject()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/ |
| H A D | ABI49_0_0JSCRuntime.cpp | 1207 JSObjectRef thisObject, in createFunctionFromHostFunction() argument 1231 jsi::Value thisVal(rt.createObject(thisObject)); in createFunctionFromHostFunction()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/ |
| H A D | ABI48_0_0JSCRuntime.cpp | 1205 JSObjectRef thisObject, in createFunctionFromHostFunction() argument 1229 jsi::Value thisVal(rt.createObject(thisObject)); in createFunctionFromHostFunction()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/ |
| H A D | ABI47_0_0JSCRuntime.cpp | 1146 JSObjectRef thisObject, in createFunctionFromHostFunction() argument 1170 jsi::Value thisVal(rt.createObject(thisObject)); in createFunctionFromHostFunction()
|