Searched defs:StorageAsyncContext (Results 1 – 1 of 1) sorted by relevance
214 struct StorageAsyncContext { struct215 napi_env env = nullptr;216 napi_async_work work = nullptr;241 auto asyncContext = new StorageAsyncContext(); in JSStorageGet() argument