MCPcopy Create free account
hub / github.com/nodejs/node / MakeExternalString

Function MakeExternalString

deps/v8/test/mjsunit/wasm/imported-strings.js:29–33  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

27let kSig_e_r = makeSig([kWasmExternRef], [kRefExtern]);
28
29function MakeExternalString(s) {
30 s = createExternalizableString(s);
31 externalizeString(s);
32 return s;
33}
34
35let interestingStrings = [
36 '',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected