Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_keys.h214 class NativeKeyObject : public BaseObject {
224 SET_MEMORY_INFO_NAME(NativeKeyObject) in SET_MEMORY_INFO_NAME() argument
225 SET_SELF_SIZE(NativeKeyObject) in SET_MEMORY_INFO_NAME()
249 NativeKeyObject(Environment* env, in NativeKeyObject() function
Dcrypto_keys.cc1311 void NativeKeyObject::Initialize(Environment* env, Local<Object> target) { in Initialize()
1315 NativeKeyObject::CreateNativeKeyObjectClass); in Initialize()
1318 void NativeKeyObject::RegisterExternalReferences( in RegisterExternalReferences()
1320 registry->Register(NativeKeyObject::CreateNativeKeyObjectClass); in RegisterExternalReferences()
1321 registry->Register(NativeKeyObject::New); in RegisterExternalReferences()
1324 void NativeKeyObject::New(const FunctionCallbackInfo<Value>& args) { in New()
1329 new NativeKeyObject(env, args.This(), handle->Data()); in New()
1332 void NativeKeyObject::CreateNativeKeyObjectClass( in CreateNativeKeyObjectClass()
1342 NewFunctionTemplate(isolate, NativeKeyObject::New); in CreateNativeKeyObjectClass()
1367 BaseObjectPtr<BaseObject> NativeKeyObject::KeyObjectTransferData::Deserialize( in Deserialize()
[all …]
/third_party/node/src/
Dnode_crypto.cc50 V(NativeKeyObject) \
/third_party/node/lib/internal/crypto/
Dkeys.js100 } = createNativeKeyObjectClass((NativeKeyObject) => {
102 class KeyObject extends NativeKeyObject {
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3324 …om/nodejs/node/commit/44b9d08344)] - **(SEMVER-MINOR)** **src**: add NativeKeyObject base class (T…
DCHANGELOG_V12.md1101 …om/nodejs/node/commit/bf3aaa31d0)] - **(SEMVER-MINOR)** **src**: add NativeKeyObject base class (T…