Lines Matching refs:NativeKeyObject
1342 void NativeKeyObject::Initialize(Environment* env, Local<Object> target) {
1346 NativeKeyObject::CreateNativeKeyObjectClass);
1349 void NativeKeyObject::RegisterExternalReferences(
1351 registry->Register(NativeKeyObject::CreateNativeKeyObjectClass);
1352 registry->Register(NativeKeyObject::New);
1355 void NativeKeyObject::New(const FunctionCallbackInfo<Value>& args) {
1360 new NativeKeyObject(env, args.This(), handle->Data());
1363 void NativeKeyObject::CreateNativeKeyObjectClass(
1373 NewFunctionTemplate(isolate, NativeKeyObject::New);
1398 BaseObjectPtr<BaseObject> NativeKeyObject::KeyObjectTransferData::Deserialize(
1440 BaseObject::TransferMode NativeKeyObject::GetTransferMode() const {
1444 std::unique_ptr<worker::TransferData> NativeKeyObject::CloneForMessaging()