[turbofan] Fix position of ObjectBoilerplateDescription in *Ref list
This was wrong because ObjectBoilerplateDescription is a subclass of FixedArray. The wrong order didn't cause problems because we explicitly call the ObjectBoilerplateDescription constructor in the places that matter. Bug: v8:7790 Change-Id: I63b6b8741472862d2b1b9b843d7aa2490c620f87 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2335180 Commit-Queue: Georg Neis <neis@chromium.org> Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org> Reviewed-by: Santiago Aboy Solanes <solanes@chromium.org> Auto-Submit: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#69219}
This commit is contained in:
parent
71e0331137
commit
09fcc0628a
@ -63,6 +63,7 @@ enum class OddballType : uint8_t {
|
|||||||
V(NativeContext) \
|
V(NativeContext) \
|
||||||
/* Subtypes of FixedArray */ \
|
/* Subtypes of FixedArray */ \
|
||||||
V(Context) \
|
V(Context) \
|
||||||
|
V(ObjectBoilerplateDescription) \
|
||||||
V(ScopeInfo) \
|
V(ScopeInfo) \
|
||||||
V(ScriptContextTable) \
|
V(ScriptContextTable) \
|
||||||
/* Subtypes of FixedArrayBase */ \
|
/* Subtypes of FixedArrayBase */ \
|
||||||
@ -92,7 +93,6 @@ enum class OddballType : uint8_t {
|
|||||||
V(JSReceiver) \
|
V(JSReceiver) \
|
||||||
V(Map) \
|
V(Map) \
|
||||||
V(Name) \
|
V(Name) \
|
||||||
V(ObjectBoilerplateDescription) \
|
|
||||||
V(PropertyCell) \
|
V(PropertyCell) \
|
||||||
V(SharedFunctionInfo) \
|
V(SharedFunctionInfo) \
|
||||||
V(SourceTextModule) \
|
V(SourceTextModule) \
|
||||||
|
Loading…
Reference in New Issue
Block a user