Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(819)

Side by Side Diff: src/bootstrapper.cc

Issue 1356793002: Remove on-by-default flag --harmony-object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | src/flag-definitions.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "src/bootstrapper.h" 5 #include "src/bootstrapper.h"
6 6
7 #include "src/accessors.h" 7 #include "src/accessors.h"
8 #include "src/api-natives.h" 8 #include "src/api-natives.h"
9 #include "src/base/utils/random-number-generator.h" 9 #include "src/base/utils/random-number-generator.h"
10 #include "src/code-stubs.h" 10 #include "src/code-stubs.h"
(...skipping 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1852 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_array_includes) 1852 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_array_includes)
1853 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_arrow_functions) 1853 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_arrow_functions)
1854 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_proxies) 1854 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_proxies)
1855 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy) 1855 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy)
1856 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_function) 1856 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_function)
1857 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_let) 1857 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_sloppy_let)
1858 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_rest_parameters) 1858 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_rest_parameters)
1859 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_default_parameters) 1859 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_default_parameters)
1860 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spreadcalls) 1860 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spreadcalls)
1861 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_destructuring) 1861 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_destructuring)
1862 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object)
1863 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_observe) 1862 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_object_observe)
1864 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spread_arrays) 1863 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_spread_arrays)
1865 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_new_target) 1864 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_new_target)
1866 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_concat_spreadable) 1865 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_concat_spreadable)
1867 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexps) 1866 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexps)
1868 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode_regexps) 1867 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_unicode_regexps)
1869 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tostring) 1868 EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tostring)
1870 1869
1871 1870
1872 void Genesis::InitializeGlobal_harmony_tolength() { 1871 void Genesis::InitializeGlobal_harmony_tolength() {
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
2549 static const char* harmony_sloppy_function_natives[] = {nullptr}; 2548 static const char* harmony_sloppy_function_natives[] = {nullptr};
2550 static const char* harmony_sloppy_let_natives[] = {nullptr}; 2549 static const char* harmony_sloppy_let_natives[] = {nullptr};
2551 static const char* harmony_unicode_regexps_natives[] = {nullptr}; 2550 static const char* harmony_unicode_regexps_natives[] = {nullptr};
2552 static const char* harmony_rest_parameters_natives[] = {nullptr}; 2551 static const char* harmony_rest_parameters_natives[] = {nullptr};
2553 static const char* harmony_default_parameters_natives[] = {nullptr}; 2552 static const char* harmony_default_parameters_natives[] = {nullptr};
2554 static const char* harmony_reflect_natives[] = {"native harmony-reflect.js", 2553 static const char* harmony_reflect_natives[] = {"native harmony-reflect.js",
2555 nullptr}; 2554 nullptr};
2556 static const char* harmony_spreadcalls_natives[] = { 2555 static const char* harmony_spreadcalls_natives[] = {
2557 "native harmony-spread.js", nullptr}; 2556 "native harmony-spread.js", nullptr};
2558 static const char* harmony_destructuring_natives[] = {nullptr}; 2557 static const char* harmony_destructuring_natives[] = {nullptr};
2559 static const char* harmony_object_natives[] = {"native harmony-object.js",
2560 NULL};
2561 static const char* harmony_object_observe_natives[] = { 2558 static const char* harmony_object_observe_natives[] = {
2562 "native harmony-object-observe.js", nullptr}; 2559 "native harmony-object-observe.js", nullptr};
2563 static const char* harmony_spread_arrays_natives[] = {nullptr}; 2560 static const char* harmony_spread_arrays_natives[] = {nullptr};
2564 static const char* harmony_sharedarraybuffer_natives[] = { 2561 static const char* harmony_sharedarraybuffer_natives[] = {
2565 "native harmony-sharedarraybuffer.js", "native harmony-atomics.js", NULL}; 2562 "native harmony-sharedarraybuffer.js", "native harmony-atomics.js", NULL};
2566 static const char* harmony_new_target_natives[] = {nullptr}; 2563 static const char* harmony_new_target_natives[] = {nullptr};
2567 static const char* harmony_concat_spreadable_natives[] = { 2564 static const char* harmony_concat_spreadable_natives[] = {
2568 "native harmony-concat-spreadable.js", nullptr}; 2565 "native harmony-concat-spreadable.js", nullptr};
2569 static const char* harmony_simd_natives[] = {"native harmony-simd.js", 2566 static const char* harmony_simd_natives[] = {"native harmony-simd.js",
2570 nullptr}; 2567 nullptr};
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
3261 } 3258 }
3262 3259
3263 3260
3264 // Called when the top-level V8 mutex is destroyed. 3261 // Called when the top-level V8 mutex is destroyed.
3265 void Bootstrapper::FreeThreadResources() { 3262 void Bootstrapper::FreeThreadResources() {
3266 DCHECK(!IsActive()); 3263 DCHECK(!IsActive());
3267 } 3264 }
3268 3265
3269 } // namespace internal 3266 } // namespace internal
3270 } // namespace v8 3267 } // namespace v8
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/flag-definitions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698