Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 1609) sorted by relevance

12345678910>>...65

/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXWebGLRenderer.cpp67 .asObject(runtime) in createWebGLRenderer()
151 jsi::Object derivedClass = runtime.global().getProperty(runtime, derivedProp).asObject(runtime); in jsClassExtend()
155 runtime, in jsClassExtend()
167 runtime, in jsClassExtend()
177 if (runtime.global().hasProperty(runtime, "WebGLRenderingContext")) { in ensurePrototypes()
180 runtime.global().setProperty(runtime, "__EXGLConstructorReady", true); in ensurePrototypes()
195 runtime.global() in ensurePrototypes()
207 runtime.global() in ensurePrototypes()
219 runtime.global() in ensurePrototypes()
221 runtime, in ensurePrototypes()
[all …]
H A DABI47_0_0EXTypedArrayApi.cpp72 runtime, in TypedArrayBase()
73 runtime.global() in TypedArrayBase()
81 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArrayBase()
110 return buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime); in hasBuffer()
114 auto start = reinterpret_cast<uint8_t *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
121 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
122 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
135 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in isTypedArray()
150 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in getTypedArray()
198 reinterpret_cast<ContentType<T> *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
[all …]
H A DABI47_0_0EXJsiUtils.h30 strings[i] = jsArray.getValueAtIndex(runtime, i).asString(runtime).utf8(runtime); in jsArrayToVector()
36 if (arr.isArrayBuffer(runtime)) { in rawTypedArray()
40 return getTypedArray(runtime, arr).toVector(runtime); in rawTypedArray()
53 jsi::Runtime &runtime, in setFunctionOnObject() argument
59 runtime, jsName, jsi::Function::createFromHostFunction(runtime, jsName, 0, func)); in setFunctionOnObject()
63 runtime.global() in jsConsoleLog()
65 .asObject(runtime) in jsConsoleLog()
67 .asObject(runtime) in jsConsoleLog()
68 .asFunction(runtime) in jsConsoleLog()
69 .call(runtime, args); in jsConsoleLog()
[all …]
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXWebGLRenderer.cpp67 .asObject(runtime) in createWebGLRenderer()
151 jsi::Object derivedClass = runtime.global().getProperty(runtime, derivedProp).asObject(runtime); in jsClassExtend()
155 runtime, in jsClassExtend()
167 runtime, in jsClassExtend()
177 if (runtime.global().hasProperty(runtime, "WebGLRenderingContext")) { in ensurePrototypes()
180 runtime.global().setProperty(runtime, "__EXGLConstructorReady", true); in ensurePrototypes()
195 runtime.global() in ensurePrototypes()
207 runtime.global() in ensurePrototypes()
219 runtime.global() in ensurePrototypes()
221 runtime, in ensurePrototypes()
[all …]
H A DABI48_0_0EXTypedArrayApi.cpp72 runtime, in TypedArrayBase()
73 runtime.global() in TypedArrayBase()
81 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArrayBase()
110 return buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime); in hasBuffer()
114 auto start = reinterpret_cast<uint8_t *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
121 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
122 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
135 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in isTypedArray()
150 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in getTypedArray()
198 reinterpret_cast<ContentType<T> *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0SurfaceRegistryBinding.cpp17 jsi::Runtime &runtime, in startSurface() argument
28 auto global = runtime.global(); in startSurface()
42 runtime, in startSurface()
53 runtime, in startSurface()
59 runtime, in startSurface()
70 jsi::Runtime &runtime, in setSurfaceProps() argument
96 runtime, in setSurfaceProps()
107 runtime, in setSurfaceProps()
113 runtime, in setSurfaceProps()
124 jsi::Runtime &runtime, in stopSurface() argument
[all …]
H A DABI49_0_0UIManagerBinding.cpp31 runtime.global().getProperty(runtime, uiManagerModuleName); in createAndInstallIfNeeded()
47 runtime.global().getProperty(runtime, uiManagerModuleName); in getBinding()
85 runtime, in getInspectorDataForInstance()
132 runtime, in dispatchEvent()
181 runtime, in get()
209 runtime, in get()
226 runtime, in get()
245 runtime, in get()
276 runtime, in get()
295 runtime, in get()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0SurfaceRegistryBinding.cpp17 jsi::Runtime &runtime, in startSurface() argument
28 auto global = runtime.global(); in startSurface()
42 runtime, in startSurface()
53 runtime, in startSurface()
59 runtime, in startSurface()
70 jsi::Runtime &runtime, in setSurfaceProps() argument
96 runtime, in setSurfaceProps()
107 runtime, in setSurfaceProps()
113 runtime, in setSurfaceProps()
124 jsi::Runtime &runtime, in stopSurface() argument
[all …]
H A DABI47_0_0UIManagerBinding.cpp31 runtime.global().getProperty(runtime, uiManagerModuleName); in createAndInstallIfNeeded()
48 runtime.global().getProperty(runtime, uiManagerModuleName); in getBinding()
89 runtime, in getInspectorDataForInstance()
136 runtime, in dispatchEvent()
185 runtime, in get()
213 runtime, in get()
230 runtime, in get()
249 runtime, in get()
280 runtime, in get()
299 runtime, in get()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0SurfaceRegistryBinding.cpp17 jsi::Runtime &runtime, in startSurface() argument
28 auto global = runtime.global(); in startSurface()
42 runtime, in startSurface()
53 runtime, in startSurface()
59 runtime, in startSurface()
70 jsi::Runtime &runtime, in setSurfaceProps() argument
96 runtime, in setSurfaceProps()
107 runtime, in setSurfaceProps()
113 runtime, in setSurfaceProps()
124 jsi::Runtime &runtime, in stopSurface() argument
[all …]
H A DABI48_0_0UIManagerBinding.cpp30 runtime.global().getProperty(runtime, uiManagerModuleName); in createAndInstallIfNeeded()
46 runtime.global().getProperty(runtime, uiManagerModuleName); in getBinding()
84 runtime, in getInspectorDataForInstance()
131 runtime, in dispatchEvent()
180 runtime, in get()
208 runtime, in get()
225 runtime, in get()
244 runtime, in get()
275 runtime, in get()
294 runtime, in get()
[all …]
/expo/packages/expo-gl/common/
H A DEXWebGLRenderer.cpp60 .asObject(runtime) in createWebGLRenderer()
67 jsi::Runtime &runtime, in createWebGLObject() argument
144 jsi::Object derivedClass = runtime.global().getProperty(runtime, derivedProp).asObject(runtime); in jsClassExtend()
148 runtime, in jsClassExtend()
160 runtime, in jsClassExtend()
170 if (runtime.global().hasProperty(runtime, "WebGLRenderingContext")) { in ensurePrototypes()
173 runtime.global().setProperty(runtime, "__EXGLConstructorReady", true); in ensurePrototypes()
188 runtime.global() in ensurePrototypes()
212 runtime.global() in ensurePrototypes()
214 runtime, in ensurePrototypes()
[all …]
H A DEXTypedArrayApi.cpp72 runtime, in TypedArrayBase()
73 runtime.global() in TypedArrayBase()
81 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArrayBase()
110 return buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime); in hasBuffer()
114 auto start = reinterpret_cast<uint8_t *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
121 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
122 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
135 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in isTypedArray()
150 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in getTypedArray()
198 reinterpret_cast<ContentType<T> *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
[all …]
H A DEXJsiUtils.h30 strings[i] = jsArray.getValueAtIndex(runtime, i).asString(runtime).utf8(runtime); in jsArrayToVector()
36 if (arr.isArrayBuffer(runtime)) { in rawTypedArray()
40 return getTypedArray(runtime, arr).toVector(runtime); in rawTypedArray()
53 jsi::Runtime &runtime, in setFunctionOnObject() argument
59 runtime, jsName, jsi::Function::createFromHostFunction(runtime, jsName, 0, func)); in setFunctionOnObject()
63 runtime.global() in jsConsoleLog()
65 .asObject(runtime) in jsConsoleLog()
67 .asObject(runtime) in jsConsoleLog()
68 .asFunction(runtime) in jsConsoleLog()
69 .call(runtime, args); in jsConsoleLog()
[all …]
/expo/ios/versioned/sdk49/ExpoGL/common/
H A DABI49_0_0EXWebGLRenderer.cpp60 .asObject(runtime) in createWebGLRenderer()
67 jsi::Runtime &runtime, in createWebGLObject() argument
144 jsi::Object derivedClass = runtime.global().getProperty(runtime, derivedProp).asObject(runtime); in jsClassExtend()
148 runtime, in jsClassExtend()
160 runtime, in jsClassExtend()
170 if (runtime.global().hasProperty(runtime, "WebGLRenderingContext")) { in ensurePrototypes()
173 runtime.global().setProperty(runtime, "__EXGLConstructorReady", true); in ensurePrototypes()
188 runtime.global() in ensurePrototypes()
212 runtime.global() in ensurePrototypes()
214 runtime, in ensurePrototypes()
[all …]
H A DABI49_0_0EXTypedArrayApi.cpp72 runtime, in TypedArrayBase()
73 runtime.global() in TypedArrayBase()
81 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArrayBase()
110 return buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime); in hasBuffer()
114 auto start = reinterpret_cast<uint8_t *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
121 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
122 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
135 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in isTypedArray()
150 .callWithThis(runtime, runtime.global(), {jsi::Value(runtime, jsObj)}); in getTypedArray()
198 reinterpret_cast<ContentType<T> *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in toVector()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsi-inl.h88 return getProperty(runtime, String::createFromAscii(runtime, name)); in getProperty()
101 return hasProperty(runtime, String::createFromAscii(runtime, name)); in hasProperty()
123 runtime, name, detail::toValue(runtime, std::forward<T>(value))); in setProperty()
130 runtime, name, detail::toValue(runtime, std::forward<T>(value))); in setProperty()
225 Runtime& runtime, in setNativeState() argument
241 runtime, i, detail::toValue(runtime, std::forward<T>(value))); in setValueAtIndex()
249 Runtime& runtime, in createFromHostFunction() argument
276 Runtime& runtime, in callWithThis() argument
280 return runtime.call(*this, Value(runtime, jsThis), args, count); in callWithThis()
284 Runtime& runtime, in callWithThis() argument
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsi-inl.h88 return getProperty(runtime, String::createFromAscii(runtime, name)); in getProperty()
101 return hasProperty(runtime, String::createFromAscii(runtime, name)); in hasProperty()
122 runtime, name, detail::toValue(runtime, std::forward<T>(value))); in setProperty()
128 runtime, name, detail::toValue(runtime, std::forward<T>(value))); in setProperty()
223 Runtime& runtime, in setNativeState() argument
239 runtime, i, detail::toValue(runtime, std::forward<T>(value))); in setValueAtIndex()
247 Runtime& runtime, in createFromHostFunction() argument
274 Runtime& runtime, in callWithThis() argument
278 return runtime.call(*this, Value(runtime, jsThis), args, count); in callWithThis()
282 Runtime& runtime, in callWithThis() argument
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsi-inl.h88 return getProperty(runtime, String::createFromAscii(runtime, name)); in getProperty()
101 return hasProperty(runtime, String::createFromAscii(runtime, name)); in hasProperty()
122 runtime, name, detail::toValue(runtime, std::forward<T>(value))); in setProperty()
128 runtime, name, detail::toValue(runtime, std::forward<T>(value))); in setProperty()
216 runtime, i, detail::toValue(runtime, std::forward<T>(value))); in setValueAtIndex()
224 Runtime& runtime, in createFromHostFunction() argument
251 Runtime& runtime, in callWithThis() argument
255 return runtime.call(*this, Value(runtime, jsThis), args, count); in callWithThis()
259 Runtime& runtime, in callWithThis() argument
267 Runtime& runtime, in callWithThis() argument
[all …]
/expo/packages/expo-modules-core/common/cpp/
H A DTypedArray.cpp27 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArray()
32 .asString(runtime) in getKind()
33 .utf8(runtime); in getKind()
46 auto buffer = getProperty(runtime, "buffer"); in getBuffer()
47 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
48 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
55 return reinterpret_cast<void *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in getRawPointer()
59 jsi::Object ArrayBuffer = runtime in isTypedArray()
61 .getPropertyAsObject(runtime, "ArrayBuffer"); in isTypedArray()
64 .getPropertyAsFunction(runtime, "isView") in isTypedArray()
[all …]
/expo/ios/versioned/sdk49/ExpoModulesCore/common/cpp/
H A DTypedArray.cpp27 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArray()
32 .asString(runtime) in getKind()
33 .utf8(runtime); in getKind()
46 auto buffer = getProperty(runtime, "buffer"); in getBuffer()
47 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
48 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
55 return reinterpret_cast<void *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in getRawPointer()
59 jsi::Object ArrayBuffer = runtime in isTypedArray()
61 .getPropertyAsObject(runtime, "ArrayBuffer"); in isTypedArray()
64 .getPropertyAsFunction(runtime, "isView") in isTypedArray()
[all …]
/expo/ios/versioned/sdk48/ExpoModulesCore/common/cpp/
H A DTypedArray.cpp27 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArray()
32 .asString(runtime) in getKind()
33 .utf8(runtime); in getKind()
46 auto buffer = getProperty(runtime, "buffer"); in getBuffer()
47 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
48 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
55 return reinterpret_cast<void *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in getRawPointer()
59 jsi::Object ArrayBuffer = runtime in isTypedArray()
61 .getPropertyAsObject(runtime, "ArrayBuffer"); in isTypedArray()
64 .getPropertyAsFunction(runtime, "isView") in isTypedArray()
[all …]
/expo/ios/versioned/sdk47/ExpoModulesCore/common/cpp/
H A DTypedArray.cpp27 : jsi::Object(jsi::Value(runtime, obj).asObject(runtime)) {} in TypedArray()
32 .asString(runtime) in getKind()
33 .utf8(runtime); in getKind()
46 auto buffer = getProperty(runtime, "buffer"); in getBuffer()
47 if (buffer.isObject() && buffer.asObject(runtime).isArrayBuffer(runtime)) { in getBuffer()
48 return buffer.asObject(runtime).getArrayBuffer(runtime); in getBuffer()
55 return reinterpret_cast<void *>(getBuffer(runtime).data(runtime) + byteOffset(runtime)); in getRawPointer()
59 jsi::Object ArrayBuffer = runtime in isTypedArray()
61 .getPropertyAsObject(runtime, "ArrayBuffer"); in isTypedArray()
64 .getPropertyAsFunction(runtime, "isView") in isTypedArray()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0TouchEventEmitter.cpp16 jsi::Runtime &runtime, in setTouchPayloadOnObject() argument
31 jsi::Runtime &runtime, in touchesPayload() argument
36 auto object = jsi::Object(runtime); in touchesPayload()
44 jsi::Runtime &runtime, in touchEventPayload() argument
46 auto object = jsi::Object(runtime); in touchEventPayload()
48 runtime, "touches", touchesPayload(runtime, event.touches)); in touchEventPayload()
50 runtime, "changedTouches", touchesPayload(runtime, event.changedTouches)); in touchEventPayload()
52 runtime, "targetTouches", touchesPayload(runtime, event.targetTouches)); in touchEventPayload()
62 jsi::Runtime &runtime, in pointerEventPayload() argument
64 auto object = jsi::Object(runtime); in pointerEventPayload()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0TouchEventEmitter.cpp16 jsi::Runtime &runtime, in setTouchPayloadOnObject() argument
31 jsi::Runtime &runtime, in touchesPayload() argument
36 auto object = jsi::Object(runtime); in touchesPayload()
44 jsi::Runtime &runtime, in touchEventPayload() argument
46 auto object = jsi::Object(runtime); in touchEventPayload()
48 runtime, "touches", touchesPayload(runtime, event.touches)); in touchEventPayload()
50 runtime, "changedTouches", touchesPayload(runtime, event.changedTouches)); in touchEventPayload()
52 runtime, "targetTouches", touchesPayload(runtime, event.targetTouches)); in touchEventPayload()
62 jsi::Runtime &runtime, in pointerEventPayload() argument
64 auto object = jsi::Object(runtime); in pointerEventPayload()
[all …]

12345678910>>...65