Home
last modified time | relevance | path

Searched refs:SetEmptyString (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_spkac.cc43 return args.GetReturnValue().SetEmptyString(); in VerifySpkac()
79 if (input.size() == 0) return args.GetReturnValue().SetEmptyString(); in ExportPublicKey()
85 if (!pkey) return args.GetReturnValue().SetEmptyString(); in ExportPublicKey()
113 return args.GetReturnValue().SetEmptyString(); in ExportChallenge()
120 return args.GetReturnValue().SetEmptyString(); in ExportChallenge()
Dcrypto_ec.cc405 return args.GetReturnValue().SetEmptyString(); in ConvertKey()
/third_party/node/deps/v8/include/
Dv8-function-callback.h52 V8_INLINE void SetEmptyString();
349 void ReturnValue<T>::SetEmptyString() { in SetEmptyString() function
/third_party/node/src/
Dnode_buffer.cc544 return args.GetReturnValue().SetEmptyString(); in StringSlice()
608 if (length == 0) return args.GetReturnValue().SetEmptyString(); in DecodeUTF8()