cloudflare / cloudflare/workerd

v8 v13.9 warnings

Open
#4,399 0 comments 0 reactions 1 assignee Claimed by @anonrig View on GitHub
Dominant language
C++
Stars
8.7k
Forks
739
Avg merge
2d 20h
Merged PRs (30d)
174

Description

```
src/workerd/jsg/wrappable.c++:359:15: warning: 'Wrap' is deprecated: Use `Wrap` with `Wrappable* wrappable` instead [-Wdeprecated-declarations]
359 | v8::Object::Wrap(isolate, object, tracer.allocateShim(*this));
| ^
external/v8/include/v8-object.h:619:3: note: 'Wrap' has been explicitly marked deprecated here
619 | V8_DEPRECATE_SOON("Use `Wrap` with `Wrappable* wrappable` instead")
| ^
external/v8/include/v8config.h:623:39: note: expanded from macro 'V8_DEPRECATE_SOON'
623 | # define V8_DEPRECATE_SOON(message) [[deprecated(message)]]
| ^
1 warning generated.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.