Searched refs:createMethod (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/expo-gl/common/ |
| H A D | EXWebGLRenderer.cpp | 142 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() local 150 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 149 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() local 157 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXWebGLRenderer.cpp | 149 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() local 157 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXWebGLRenderer.cpp | 142 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() local 150 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()
|