Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeys.js56 } = createNativeKeyObjectClass((NativeKeyObject) => {
58 class KeyObject extends NativeKeyObject {
/third_party/node/src/
Dnode_crypto.h488 class NativeKeyObject : public BaseObject {
493 SET_MEMORY_INFO_NAME(NativeKeyObject) in SET_MEMORY_INFO_NAME() argument
494 SET_SELF_SIZE(NativeKeyObject) in SET_MEMORY_INFO_NAME()
518 NativeKeyObject(Environment* env, in NativeKeyObject() function
Dnode_crypto.cc3468 void NativeKeyObject::New(const FunctionCallbackInfo<Value>& args) { in New()
3473 new NativeKeyObject(env, args.This(), handle->Data()); in New()
3476 BaseObjectPtr<BaseObject> NativeKeyObject::KeyObjectTransferData::Deserialize( in Deserialize()
3511 BaseObject::TransferMode NativeKeyObject::GetTransferMode() const { in GetTransferMode()
3515 std::unique_ptr<worker::TransferData> NativeKeyObject::CloneForMessaging() in CloneForMessaging()
3528 Local<FunctionTemplate> t = env->NewFunctionTemplate(NativeKeyObject::New); in CreateNativeKeyObjectClass()
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3399 …om/nodejs/node/commit/44b9d08344)] - **(SEMVER-MINOR)** **src**: add NativeKeyObject base class (T…