Searched refs:baseClass (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-gl/common/ |
| H A D | EXWebGLRenderer.cpp | 139 void jsClassExtend(jsi::Runtime &runtime, jsi::Object &baseClass, jsi::PropNameID derivedProp) { in jsClassExtend() argument 150 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 146 void jsClassExtend(jsi::Runtime &runtime, jsi::Object &baseClass, jsi::PropNameID derivedProp) { in jsClassExtend() argument 157 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXWebGLRenderer.cpp | 146 void jsClassExtend(jsi::Runtime &runtime, jsi::Object &baseClass, jsi::PropNameID derivedProp) { in jsClassExtend() argument 157 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXWebGLRenderer.cpp | 139 void jsClassExtend(jsi::Runtime &runtime, jsi::Object &baseClass, jsi::PropNameID derivedProp) { in jsClassExtend() argument 150 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|