Closed Redfire75369 closed 2 years ago
@bors-servo r+
:pushpin: Commit c4bfaaa has been approved by jdm
:hourglass: Testing commit c4bfaaaf30a052b7f557a659c09ab5b740e032da with merge 992ad491d7b57e64a01f3df94c5f09436d6d271a...
:sunny: Test successful - checks-github Approved by: jdm Pushing 992ad491d7b57e64a01f3df94c5f09436d6d271a to master...
This enables the creation of
JSExternalStringCallbacks
from Rust, which in turn also enables the creation ofJSExternalString
from Rust, which prevents the initial copy to the JS Engine, at the cost of handling the destruction/finalisation manually.