Home
last modified time | relevance | path

Searched refs:createMethod (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.cpp142 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 DABI47_0_0EXWebGLRenderer.cpp149 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 DABI48_0_0EXWebGLRenderer.cpp149 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 DABI49_0_0EXWebGLRenderer.cpp142 jsi::Function createMethod = objectClass.getPropertyAsFunction(runtime, "create"); in jsClassExtend() local
150 createMethod.callWithThis(runtime, objectClass, {baseClass.getProperty(runtime, prototype)})); in jsClassExtend()