// Copyright 2014 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/heap/factory.h" #include "src/heap/heap-inl.h" #include "src/objects/js-generator-inl.h" namespace v8 { namespace internal { RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(Runtime_CreateJSGeneratorObject) { … } RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(Runtime_GeneratorGetFunction) { … } RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(…) { … RUNTIME_FUNCTION(…) { … } // namespace internal } // namespace v8