Home
last modified time | relevance | path

Searched refs:nativeConstructorKey (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-modules-core/ios/JSI/
H A DEXJSIUtils.mm91 std::string nativeConstructorKey("__native_constructor__");
95 …source << "(function " << name << "(...args) { this." << nativeConstructorKey << "(...args); retur…
103 …jsi::PropNameID nativeConstructorPropId = jsi::PropNameID::forAscii(runtime, nativeConstructorKey);
117 …common::definePropertyOnJSIObject(runtime, &prototype, nativeConstructorKey.c_str(), std::move(des…
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJSIUtils.mm90 std::string nativeConstructorKey("__native_constructor__");
94 …source << "(function " << name << "(...args) { this." << nativeConstructorKey << "(...args); retur…
102 …jsi::PropNameID nativeConstructorPropId = jsi::PropNameID::forAscii(runtime, nativeConstructorKey);
113 …defineProperty(runtime, &prototype, nativeConstructorKey.c_str(), jsi::Value(runtime, nativeConstr…
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJSIUtils.mm90 std::string nativeConstructorKey("__native_constructor__");
94 …source << "(function " << name << "(...args) { this." << nativeConstructorKey << "(...args); retur…
102 …jsi::PropNameID nativeConstructorPropId = jsi::PropNameID::forAscii(runtime, nativeConstructorKey);
113 …defineProperty(runtime, &prototype, nativeConstructorKey.c_str(), jsi::Value(runtime, nativeConstr…
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptModuleObject.cpp146 std::string nativeConstructorKey("__native_constructor__"); in getJSIObject() local
150 source << "(function " << name << "(...args) { this." << nativeConstructorKey in getJSIObject()
161 nativeConstructorKey); in getJSIObject()
218 common::definePropertyOnJSIObject(runtime, &prototype, nativeConstructorKey.c_str(), in getJSIObject()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJSIUtils.mm90 std::string nativeConstructorKey("__native_constructor__");
94 …source << "(function " << name << "(...args) { this." << nativeConstructorKey << "(...args); retur…
102 …jsi::PropNameID nativeConstructorPropId = jsi::PropNameID::forAscii(runtime, nativeConstructorKey);
113 …defineProperty(runtime, &prototype, nativeConstructorKey.c_str(), jsi::Value(runtime, nativeConstr…