Lines Matching refs:code
190 // and the code is inside `node_modules`.
603 // Instead, find the proper error code for this.
1048 const code = StringPrototypeCharCodeAt(value, 0);
1049 if (code < 128) {
1050 value = code;
1182 // dropping down to the native code is faster.
1197 // dropping down to the native code is faster.
1214 // dropping down to the native code is faster.
1254 const code = icuErrName(result);
1256 `Unable to transcode Buffer [${code}]`,
1257 { code: code, errno: result },