MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fx_encodeURIComponent

Function fx_encodeURIComponent

xs/sources/xsGlobal.c:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void fx_encodeURIComponent(txMachine* the)
258{
259 if (mxArgc < 1)
260 mxSyntaxError("no URI Component parameter");
261 fxEncodeURI(the, (txString)gxURIUnescapedSet);
262}
263
264void fx_escape(txMachine* the)
265{

Callers

nothing calls this directly

Calls 1

fxEncodeURIFunction · 0.85

Tested by

no test coverage detected