| /expo/packages/expo-modules-core/common/cpp/ |
| H A D | ObjectDeallocator.cpp | 10 const std::shared_ptr<jsi::Object> &jsThis, in setDeallocator() argument 18 jsThis->setProperty(runtime, key.c_str(), jsi::Value(runtime, jsDeallocator)); in setDeallocator()
|
| H A D | ObjectDeallocator.h | 30 const std::shared_ptr<jsi::Object> &jsThis,
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJavaScriptObject.mm | 77 jsi::Object *jsThis = _jsObjectPtr.get(); 79 …expo::common::definePropertyOnJSIObject(*runtime, jsThis, [name UTF8String], std::move(*[descripto… 85 jsi::Object *jsThis = _jsObjectPtr.get(); 90 …expo::common::definePropertyOnJSIObject(*runtime, jsThis, [name UTF8String], std::move(descriptor)…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI47_0_0jsi-inl.h | 252 const Object& jsThis, in callWithThis() argument 255 return runtime.call(*this, Value(runtime, jsThis), args, count); in callWithThis() 260 const Object& jsThis, in callWithThis() argument 262 return callWithThis(runtime, jsThis, args.begin(), args.size()); in callWithThis() 268 const Object& jsThis, in callWithThis() argument 274 runtime, jsThis, {detail::toValue(runtime, std::forward<Args>(args))...}); in callWithThis()
|
| H A D | ABI47_0_0decorator.h | 300 const Value& jsThis, in call() argument 303 return plain_.call(f, jsThis, args, count); in call() 705 const Value& jsThis, 709 return RD::call(f, jsThis, args, count);
|
| H A D | ABI47_0_0jsi.h | 331 const Value& jsThis, 902 const Object& jsThis, 910 const Object& jsThis, 916 Value callWithThis(Runtime& runtime, const Object& jsThis, Args&&... args)
|
| /expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | ShareableValue.cpp | 305 jsi::Value jsThis = rt.global().getProperty(rt, "jsThis"); in toJSValue() local 306 std::string workletLocation = jsThis.asObject(rt) in toJSValue() 376 auto jsThis = std::make_shared<jsi::Object>( in toJSValue() local 390 global.setProperty(rt, jsThisName, *jsThis); // set jsThis in toJSValue() 411 jsi::Value location = jsThis->getProperty(rt, "__location"); in toJSValue() 441 auto jsThis = createFrozenWrapper(rt, frozenObject).getObject(rt); in toJSValue() local 443 jsThis.getProperty(rt, "asString").asString(rt).utf8(rt); in toJSValue() 457 global.setProperty(rt, jsThisName, jsThis); // set jsThis in toJSValue() 474 jsi::Value location = jsThis.getProperty(rt, "__location"); in toJSValue()
|
| /expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | ShareableValue.cpp | 305 jsi::Value jsThis = rt.global().getProperty(rt, "jsThis"); in toJSValue() local 306 std::string workletLocation = jsThis.asObject(rt) in toJSValue() 376 auto jsThis = std::make_shared<jsi::Object>( in toJSValue() local 390 global.setProperty(rt, jsThisName, *jsThis); // set jsThis in toJSValue() 411 jsi::Value location = jsThis->getProperty(rt, "__location"); in toJSValue() 441 auto jsThis = createFrozenWrapper(rt, frozenObject).getObject(rt); in toJSValue() local 443 jsThis.getProperty(rt, "asString").asString(rt).utf8(rt); in toJSValue() 457 global.setProperty(rt, jsThisName, jsThis); // set jsThis in toJSValue() 474 jsi::Value location = jsThis.getProperty(rt, "__location"); in toJSValue()
|
| /expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | ShareableValue.cpp | 305 jsi::Value jsThis = rt.global().getProperty(rt, "jsThis"); in toJSValue() local 306 std::string workletLocation = jsThis.asObject(rt) in toJSValue() 376 auto jsThis = std::make_shared<jsi::Object>( in toJSValue() local 390 global.setProperty(rt, jsThisName, *jsThis); // set jsThis in toJSValue() 411 jsi::Value location = jsThis->getProperty(rt, "__location"); in toJSValue() 441 auto jsThis = createFrozenWrapper(rt, frozenObject).getObject(rt); in toJSValue() local 443 jsThis.getProperty(rt, "asString").asString(rt).utf8(rt); in toJSValue() 457 global.setProperty(rt, jsThisName, jsThis); // set jsThis in toJSValue() 474 jsi::Value location = jsThis.getProperty(rt, "__location"); in toJSValue()
|
| /expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/ |
| H A D | ShareableValue.cpp | 305 jsi::Value jsThis = rt.global().getProperty(rt, "jsThis"); in toJSValue() local 306 std::string workletLocation = jsThis.asObject(rt) in toJSValue() 376 auto jsThis = std::make_shared<jsi::Object>( in toJSValue() local 390 global.setProperty(rt, jsThisName, *jsThis); // set jsThis in toJSValue() 411 jsi::Value location = jsThis->getProperty(rt, "__location"); in toJSValue() 441 auto jsThis = createFrozenWrapper(rt, frozenObject).getObject(rt); in toJSValue() local 443 jsThis.getProperty(rt, "asString").asString(rt).utf8(rt); in toJSValue() 457 global.setProperty(rt, jsThisName, jsThis); // set jsThis in toJSValue() 474 jsi::Value location = jsThis.getProperty(rt, "__location"); in toJSValue()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI49_0_0jsi-inl.h | 277 const Object& jsThis, in callWithThis() argument 280 return runtime.call(*this, Value(runtime, jsThis), args, count); in callWithThis() 285 const Object& jsThis, in callWithThis() argument 287 return callWithThis(runtime, jsThis, args.begin(), args.size()); in callWithThis() 293 const Object& jsThis, in callWithThis() argument 299 runtime, jsThis, {detail::toValue(runtime, std::forward<Args>(args))...}); in callWithThis()
|
| H A D | ABI49_0_0decorator.h | 337 const Value& jsThis, in call() argument 340 return plain_.call(f, jsThis, args, count); in call() 749 const Value& jsThis, 753 return RD::call(f, jsThis, args, count);
|
| H A D | ABI49_0_0jsi.h | 372 const Value& jsThis, 1015 const Object& jsThis, 1023 const Object& jsThis, 1029 Value callWithThis(Runtime& runtime, const Object& jsThis, Args&&... args)
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/ |
| H A D | ABI48_0_0jsi-inl.h | 275 const Object& jsThis, in callWithThis() argument 278 return runtime.call(*this, Value(runtime, jsThis), args, count); in callWithThis() 283 const Object& jsThis, in callWithThis() argument 285 return callWithThis(runtime, jsThis, args.begin(), args.size()); in callWithThis() 291 const Object& jsThis, in callWithThis() argument 297 runtime, jsThis, {detail::toValue(runtime, std::forward<Args>(args))...}); in callWithThis()
|
| H A D | ABI48_0_0decorator.h | 334 const Value& jsThis, in call() argument 337 return plain_.call(f, jsThis, args, count); in call() 743 const Value& jsThis, 747 return RD::call(f, jsThis, args, count);
|
| H A D | ABI48_0_0jsi.h | 369 const Value& jsThis, 1009 const Object& jsThis, 1017 const Object& jsThis, 1023 Value callWithThis(Runtime& runtime, const Object& jsThis, Args&&... args)
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXJsiUtils.h | 75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
|
| H A D | ABI47_0_0EXWebGLMethods.cpp | 15 auto result = getContext(runtime, jsThis); \ 23 jsi::Runtime &runtime, const jsi::Value &jsThis, const jsi::Value *jsArgv, size_t argc) 41 ContextWithLock getContext(jsi::Runtime &runtime, const jsi::Value &jsThis) { in getContext() argument 42 double exglCtxId = jsThis.asObject(runtime).getProperty(runtime, "contextId").asNumber(); in getContext()
|
| /expo/packages/expo-gl/common/ |
| H A D | EXJsiUtils.h | 75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
|
| H A D | EXWebGLMethods.cpp | 15 auto result = getContext(runtime, jsThis); \ 23 jsi::Runtime &runtime, const jsi::Value &jsThis, const jsi::Value *jsArgv, size_t argc) 41 ContextWithLock getContext(jsi::Runtime &runtime, const jsi::Value &jsThis) { in getContext() argument 42 double exglCtxId = jsThis.asObject(runtime).getProperty(runtime, "contextId").asNumber(); in getContext()
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXJsiUtils.h | 75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXJsiUtils.h | 75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/ |
| H A D | ABI49_0_0JSCRuntime.cpp | 226 const jsi::Value &jsThis, 1332 const jsi::Value &jsThis, in call() argument 1339 jsThis.isUndefined() ? nullptr : objectRef(jsThis.getObject(*this)), in call()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/ |
| H A D | ABI48_0_0JSCRuntime.cpp | 224 const jsi::Value &jsThis, 1330 const jsi::Value &jsThis, in call() argument 1337 jsThis.isUndefined() ? nullptr : objectRef(jsThis.getObject(*this)), in call()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/ |
| H A D | ABI47_0_0JSCRuntime.cpp | 209 const jsi::Value &jsThis, 1271 const jsi::Value &jsThis, in call() argument 1278 jsThis.isUndefined() ? nullptr : objectRef(jsThis.getObject(*this)), in call()
|