保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js
@@ -10,7 +10,7 @@
// https://tc39.es/ecma262/2020/#sec-utf16decodesurrogatepair
module.exports = function UTF16DecodeSurrogatePair(lead, trail) {
module.exports = function UTF16SurrogatePairToCodePoint(lead, trail) {
   if (!isLeadingSurrogate(lead) || !isTrailingSurrogate(trail)) {
      throw new $TypeError('Assertion failed: `lead` must be a leading surrogate char code, and `trail` must be a trailing surrogate char code');
   }