Skip to content

Commit 27f0082

Browse files
kvakilNo9
authored andcommitted
src: remove class_JSObject__properties__FixedArray
This is not present in any supported release lines.
1 parent b3a2269 commit 27f0082

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/llv8-constants.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ void JSObject::Load() {
135135
LoadConstant("class_JSReceiver__raw_properties_or_hash__Object",
136136
"class_JSReceiver__properties__FixedArray");
137137

138-
if (kPropertiesOffset == -1)
139-
kPropertiesOffset = LoadConstant("class_JSObject__properties__FixedArray");
140-
141138
kElementsOffset = LoadConstant("class_JSObject__elements__Object");
142139
kInternalFieldsOffset =
143140
LoadConstant("class_JSObject__internal_fields__uintptr_t");

0 commit comments

Comments
 (0)