Home
last modified time | relevance | path

Searched refs:jsThis (Results 1 – 25 of 30) sorted by relevance

12

/expo/packages/expo-modules-core/common/cpp/
H A DObjectDeallocator.cpp10 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 DObjectDeallocator.h30 const std::shared_ptr<jsi::Object> &jsThis,
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJavaScriptObject.mm77 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 DABI47_0_0jsi-inl.h252 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 DABI47_0_0decorator.h300 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 DABI47_0_0jsi.h331 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 DShareableValue.cpp305 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 DShareableValue.cpp305 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 DShareableValue.cpp305 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 DShareableValue.cpp305 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 DABI49_0_0jsi-inl.h277 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 DABI49_0_0decorator.h337 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 DABI49_0_0jsi.h372 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 DABI48_0_0jsi-inl.h275 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 DABI48_0_0decorator.h334 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 DABI48_0_0jsi.h369 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 DABI47_0_0EXJsiUtils.h75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
H A DABI47_0_0EXWebGLMethods.cpp15 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 DEXJsiUtils.h75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
H A DEXWebGLMethods.cpp15 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 DABI48_0_0EXJsiUtils.h75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXJsiUtils.h75 const jsi::Value &jsThis, in unsupportedWebGL2() argument
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/
H A DABI49_0_0JSCRuntime.cpp226 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 DABI48_0_0JSCRuntime.cpp224 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 DABI47_0_0JSCRuntime.cpp209 const jsi::Value &jsThis,
1271 const jsi::Value &jsThis, in call() argument
1278 jsThis.isUndefined() ? nullptr : objectRef(jsThis.getObject(*this)), in call()

12