Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test
Function
test
deps/v8/test/mjsunit/uri.js:83–85 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
81
assertEquals(
""
, encodeURI(
""
));
82
83
function
test(string) {
84
assertEquals(string, decodeURI(encodeURI(string)));
85
}
86
87
test(
"\u1234\u0123\uabcd"
);
88
test(
"abcd"
);
Callers
15
ic-megadom.js
File · 0.70
cross-realm-global-prototype.js
File · 0.70
AllBigIntMatchedCtorCombinations
Function · 0.70
AllBigIntUnmatchedCtorCombinations
Function · 0.70
compare-table-lt.js
File · 0.70
test-async.js
File · 0.70
compare-objects.js
File · 0.70
array-shift2.js
File · 0.70
keyed-named-access.js
File · 0.70
math-pow.js
File · 0.70
ic-megadom-2.js
File · 0.70
constant-fold-control-instructions.js
File · 0.70
Calls
1
assertEquals
Function · 0.50
Tested by
no test coverage detected