Searched refs:NativeKeyObject (Results 1 – 6 of 6) sorted by relevance
214 class NativeKeyObject : public BaseObject {224 SET_MEMORY_INFO_NAME(NativeKeyObject) in SET_MEMORY_INFO_NAME() argument225 SET_SELF_SIZE(NativeKeyObject) in SET_MEMORY_INFO_NAME()249 NativeKeyObject(Environment* env, in NativeKeyObject() function
1311 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 …]
50 V(NativeKeyObject) \
100 } = createNativeKeyObjectClass((NativeKeyObject) => {102 class KeyObject extends NativeKeyObject {
3324 …om/nodejs/node/commit/44b9d08344)] - **(SEMVER-MINOR)** **src**: add NativeKeyObject base class (T…
1101 …om/nodejs/node/commit/bf3aaa31d0)] - **(SEMVER-MINOR)** **src**: add NativeKeyObject base class (T…