Lines Matching refs:getStore
980 const id = asyncLocalStorage.getStore();
1022 to `asyncLocalStorage.getStore()` will return `undefined` until
1036 ### `asyncLocalStorage.getStore()`
1065 asyncLocalStorage.getStore(); // Returns the store object
1067 asyncLocalStorage.getStore(); // Returns the same object
1085 asyncLocalStorage.getStore(); // Returns the same object
1088 asyncLocalStorage.getStore(); // Returns undefined
1090 asyncLocalStorage.getStore(); // Returns the same object
1118 asyncLocalStorage.getStore(); // Returns the store object
1120 asyncLocalStorage.getStore(); // Returns the store object
1125 asyncLocalStorage.getStore(); // Returns undefined
1140 the asynchronous operations created within the callback. Any `getStore()`
1153 asyncLocalStorage.getStore(); // Returns the store object or value
1155 asyncLocalStorage.getStore(); // Returns undefined
1159 asyncLocalStorage.getStore(); // Returns the same object or value
1172 asyncLocalStorage.getStore().set('key', value);
1179 functions called by `foo`. Outside of `run`, calling `getStore` will return