Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
let
kSig_e_r = makeSig([kWasmExternRef], [kRefExtern]);
28
29
function
MakeExternalString(s) {
30
s = createExternalizableString(s);
31
externalizeString(s);
32
return
s;
33
}
34
35
let
interestingStrings = [
36
''
,
Callers
1
imported-strings.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected