()
| 424 | // counter increment first. Since it's done the same way in |
| 425 | // Environment::new_async_uid() |
| 426 | function newAsyncId() { |
| 427 | return ++async_id_fields[kAsyncIdCounter]; |
| 428 | } |
| 429 | |
| 430 | function getOrSetAsyncId(object) { |
| 431 | if (ObjectPrototypeHasOwnProperty(object, async_id_symbol)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…