Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
H A Dcrypto_keys.h217 class NativeKeyObject : public BaseObject { class
227 SET_MEMORY_INFO_NAME(NativeKeyObject)
228 SET_SELF_SIZE(NativeKeyObject)
252 NativeKeyObject(Environment* env, in NativeKeyObject() function in node::crypto::NativeKeyObject
H A Dcrypto_keys.cc1342 void NativeKeyObject::Initialize(Environment* env, Local<Object> target) { in Initialize()
1346 NativeKeyObject::CreateNativeKeyObjectClass); in Initialize()
1349 void NativeKeyObject::RegisterExternalReferences( in RegisterExternalReferences()
1351 registry->Register(NativeKeyObject::CreateNativeKeyObjectClass); in RegisterExternalReferences()
1352 registry->Register(NativeKeyObject::New); in RegisterExternalReferences()
1355 void NativeKeyObject::New(const FunctionCallbackInfo<Value>& args) { in New()
1360 new NativeKeyObject(env, args.This(), handle->Data()); in New()
1363 void NativeKeyObject::CreateNativeKeyObjectClass( in CreateNativeKeyObjectClass()
1373 NewFunctionTemplate(isolate, NativeKeyObject::New); in CreateNativeKeyObjectClass()
1398 BaseObjectPtr<BaseObject> NativeKeyObject
[all...]
/third_party/node/src/
H A Dnode_crypto.cc50 V(NativeKeyObject) \
/third_party/node/lib/internal/crypto/
H A Dkeys.js93 // The creation requires a callback to make sure that the NativeKeyObject
100 } = createNativeKeyObjectClass((NativeKeyObject) => {
102 class KeyObject extends NativeKeyObject {

Completed in 5 milliseconds