You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/runtimes/ios/Limitations.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ The following members can not be accessed from JavaScript:
11
11
12
12
* Unions
13
13
* Variadic Objective-C methods, function pointers, blocks
14
-
* Structs with constant size array members
15
-
* Vectors
16
-
* Inline functions
14
+
* Inline functions<sup>1</sup>
17
15
*`int64_t`, `uint64_t` outside the [-2^53, 2^53] range
18
16
*`long double`, `int128_t`, `uint128_t`
17
+
18
+
<sup>1</sup>some of the most used inline functions are [implemented in JavaScript](https://github.com/NativeScript/ios-runtime/blob/release/src/NativeScript/inlineFunctions.js) and therefore available
0 commit comments