Searched refs:NativeKeyObject (Results 1 – 4 of 4) sorted by relevance
56 } = createNativeKeyObjectClass((NativeKeyObject) => {58 class KeyObject extends NativeKeyObject {
488 class NativeKeyObject : public BaseObject {493 SET_MEMORY_INFO_NAME(NativeKeyObject) in SET_MEMORY_INFO_NAME() argument494 SET_SELF_SIZE(NativeKeyObject) in SET_MEMORY_INFO_NAME()518 NativeKeyObject(Environment* env, in NativeKeyObject() function
3468 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()
3399 …om/nodejs/node/commit/44b9d08344)] - **(SEMVER-MINOR)** **src**: add NativeKeyObject base class (T…