Mark Data constructor deleted.
Because Data's ctor is not defined, debug info optimization will generate empty debug info for it. Adding standalone_debug attribute for it to have complete debug info for this class. Bug: Change-Id: I0ca023518b1f5142a63686ba5a41007ac067c1f2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3963719 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Zequan Wu <zequanwu@google.com> Auto-Submit: Zequan Wu <zequanwu@google.com> Cr-Commit-Position: refs/heads/main@{#83915}
This commit is contained in:
parent
57db447bf2
commit
91ffb88d4e
@ -53,7 +53,7 @@ class V8_EXPORT Data {
|
|||||||
bool IsContext() const;
|
bool IsContext() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Data();
|
Data() = delete;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user