Lines Matching defs:encoding
848 req_wrap->encoding(),
867 req_wrap->encoding(),
887 req_wrap->encoding(),
927 if (!StringBytes::Encode(isolate, ent.name, req_wrap->encoding(), &error)
1334 const enum encoding encoding = ParseEncoding(isolate, args[1], UTF8);
1337 if (req_wrap_async != nullptr) { // readlink(path, encoding, req)
1340 AsyncCall(env, req_wrap_async, args, "readlink", encoding, AfterStringPtr,
1357 encoding,
1767 const enum encoding encoding = ParseEncoding(isolate, args[1], UTF8);
1770 if (req_wrap_async != nullptr) { // realpath(path, encoding, req)
1773 AsyncCall(env, req_wrap_async, args, "realpath", encoding, AfterStringPtr,
1775 } else { // realpath(path, encoding, undefined, ctx)
1791 encoding,
1813 const enum encoding encoding = ParseEncoding(isolate, args[1], UTF8);
1818 if (req_wrap_async != nullptr) { // readdir(path, encoding, withTypes, req)
1826 encoding,
1831 } else { // readdir(path, encoding, withTypes, undefined, ctx)
1865 encoding,
2116 // 3 enc encoding of string
2139 // 1. The target encoding is compatible with the string's encoding, and
2582 const enum encoding encoding = ParseEncoding(isolate, args[1], UTF8);
2585 if (req_wrap_async != nullptr) { // mkdtemp(tmpl, encoding, req)
2588 AsyncCall(env, req_wrap_async, args, "mkdtemp", encoding, AfterStringPath,
2590 } else { // mkdtemp(tmpl, encoding, undefined, ctx)
2601 StringBytes::Encode(isolate, path, encoding, &error);