Bug 1632569 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The stack has CycleCollectedJSContext::enqueuePromiseJob(), but then the HashMap talks about JSHolderMap. I'm not sure if there's stack inlining that is hiding the call to whatever is adding something to the holder map, or if this is a case where the promise job code uses a hash table that ends up sharing an implementation with the JSHold stuff due to PGO or whatever.
The stack has CycleCollectedJSContext::enqueuePromiseJob(), but then the HashMap talks about JSHolderMap. I'm not sure if there's inlining in the stack that is hiding the call to whatever is adding something to the holder map, or if this is a case where the promise job code uses a hash table that ends up sharing an implementation with the JSHold stuff due to PGO or whatever.

Back to Bug 1632569 Comment 1