Home
last modified time | relevance | path

Searched refs:SetEmptyString (Results 1 - 5 of 5) sorted by relevance

/third_party/node/src/crypto/
H A 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()
H A Dcrypto_ec.cc405 return args.GetReturnValue().SetEmptyString(); in ConvertKey()
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h52 V8_INLINE void SetEmptyString();
349 void ReturnValue<T>::SetEmptyString() { in SetEmptyString() function in v8::ReturnValue
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h53 V8_INLINE void SetEmptyString();
371 void ReturnValue<T>::SetEmptyString() { in SetEmptyString() function in v8::ReturnValue
/third_party/node/src/
H A Dnode_buffer.cc544 return args.GetReturnValue().SetEmptyString(); in StringSlice()
608 if (length == 0) return args.GetReturnValue().SetEmptyString(); in DecodeUTF8()

Completed in 7 milliseconds