We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a62094 commit aef1ca0Copy full SHA for aef1ca0
src/llv8-constants.cc
@@ -259,9 +259,6 @@ void Context::Load() {
259
// of constants or a fallback list).
260
kNativeIndex =
261
LoadConstant("class_Context__native_index__int", "context_idx_native");
262
- if (kNativeIndex == -1) {
263
- kNativeIndex = LoadConstant("class_Context__native_context_index__int");
264
- }
265
kEmbedderDataIndex = LoadConstant("context_idx_embedder_data", (int)5);
266
267
kMinContextSlots = LoadConstant("class_Context__min_context_slots__int",
0 commit comments