Searched refs:asTypedArray (Results 1 – 6 of 6) sorted by relevance
80 …et input = try runtime.eval("typedArray = new Float32Array([1.2, 3.4]); typedArray").asTypedArray() in spec()81 let output = try runtime.eval("expo.modules.TypedArrays.return(typedArray)").asTypedArray() in spec()
89 func asTypedArray() throws -> JavaScriptTypedArray { in asTypedArray() function
106 func asTypedArray() throws -> JavaScriptTypedArray { in convert() function