The public JavaScriptCore C API is currently missing functions for constructing SharedArrayBuffer instances, checking if a value is a SharedArrayBuffer, and duplicating SharedArrayBuffer instances between contexts, possibly running on separate threads, to allow simultaneous access to the underlying backing store.
<rdar://problem/110634944>