#include "src/execution/arguments-inl.h"
#include "src/execution/isolate-inl.h"
#include "src/execution/protectors-inl.h"
#include "src/heap/factory.h"
#include "src/heap/heap-inl.h"
#include "src/objects/allocation-site-inl.h"
#include "src/objects/elements.h"
#include "src/objects/js-array-inl.h"
namespace v8 {
namespace internal {
RUNTIME_FUNCTION(Runtime_TransitionElementsKind) { … }
RUNTIME_FUNCTION(Runtime_TransitionElementsKindWithKind) { … }
RUNTIME_FUNCTION(Runtime_NewArray) { … }
RUNTIME_FUNCTION(Runtime_NormalizeElements) { … }
RUNTIME_FUNCTION(Runtime_GrowArrayElements) { … }
RUNTIME_FUNCTION(Runtime_ArrayIsArray) { … }
RUNTIME_FUNCTION(Runtime_IsArray) { … }
RUNTIME_FUNCTION(Runtime_ArraySpeciesConstructor) { … }
RUNTIME_FUNCTION(Runtime_ArrayIncludes_Slow) { … }
RUNTIME_FUNCTION(Runtime_ArrayIndexOf) { … }
}
}