| /expo/packages/expo-gl/common/ |
| H A D | EXWebGLRenderer.cpp | 140 jsi::PropNameID prototype = jsi::PropNameID::forUtf8(runtime, "prototype"); in jsClassExtend() local 187 auto prototype = in ensurePrototypes() local 199 auto prototype = in ensurePrototypes() local
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXWebGLRenderer.cpp | 147 jsi::PropNameID prototype = jsi::PropNameID::forUtf8(runtime, "prototype"); in jsClassExtend() local 194 auto prototype = in ensurePrototypes() local 206 auto prototype = in ensurePrototypes() local
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXWebGLRenderer.cpp | 147 jsi::PropNameID prototype = jsi::PropNameID::forUtf8(runtime, "prototype"); in jsClassExtend() local 194 auto prototype = in ensurePrototypes() local 206 auto prototype = in ensurePrototypes() local
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXWebGLRenderer.cpp | 140 jsi::PropNameID prototype = jsi::PropNameID::forUtf8(runtime, "prototype"); in jsClassExtend() local 187 auto prototype = in ensurePrototypes() local 199 auto prototype = in ensurePrototypes() local
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 65 let prototype = object.getProperty("prototype").getObject() in decorate() variable
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 65 let prototype = object.getProperty("prototype").getObject() in decorate() variable
|
| /expo/packages/expo-modules-core/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 69 let prototype = object.getProperty("prototype").getObject() in decorate() variable
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 69 let prototype = object.getProperty("prototype").getObject() in decorate() variable
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ClassComponentSpec.swift | 80 let prototype = try runtime.eval("expo.modules.ClassTest.MyClass.prototype") in spec() variable
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ClassComponentSpec.swift | 80 let prototype = try runtime.eval("expo.modules.ClassTest.MyClass.prototype") in spec() variable
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JavaScriptClassTest.kt | 21 val prototype = evaluateScript("expo.modules.TestModule.MyClass.prototype") in <lambda>() constant
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | AppContext.swift | 150 let prototype = try jsClass.getProperty("prototype").asObject() in newObject() variable
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | AppContext.swift | 137 let prototype = try jsClass.getProperty("prototype").asObject() in newObject() variable
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JavaScriptModuleObject.cpp | 159 jsi::Object prototype = klass.getPropertyAsObject(runtime, "prototype"); in getJSIObject() local
|