Tags: kentork/mozjs
Tags
Auto merge of servo#150 - CYBAI:getpromiseishandled, r=jdm Support to get PromiseIsHandled internal slot in Promise When trying to implement unhandled rejection in servo/servo#20755, I'd need to check the internal slot of Promise which is the step 4.1.1 for the spec of [notify about rejected promises](https://html.spec.whatwg.org/multipage/webappapis.html#notify-about-rejected-promises). So, this PR will add the API to add the `GetPromiseIsHandled` method. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/150) <!-- Reviewable:end -->
Auto merge of servo#146 - servo:build, r=jdm Pass -stdlib=libc++ on Apple systems ``` /Users/nox/src/mozjs/target/debug/build/mozjs_sys-0b48e14e1603d6a2/out/dist/include/mozilla/Span.h:32:10: fatal error: 'array' file not found ``` <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/146) <!-- Reviewable:end -->
Auto merge of servo#143 - Eijebong:bindgen, r=asajeffrey Update bindgen and bump version Let's kill regex 0.2 ! <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/143) <!-- Reviewable:end -->