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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1333843002: [runtime] Move binary operator fallbacks into the runtime. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: No need for frame states in bytecode handlers. Add test case. 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
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 '../../src/runtime/runtime-generator.cc', 904 '../../src/runtime/runtime-generator.cc',
905 '../../src/runtime/runtime-i18n.cc', 905 '../../src/runtime/runtime-i18n.cc',
906 '../../src/runtime/runtime-internal.cc', 906 '../../src/runtime/runtime-internal.cc',
907 '../../src/runtime/runtime-json.cc', 907 '../../src/runtime/runtime-json.cc',
908 '../../src/runtime/runtime-literals.cc', 908 '../../src/runtime/runtime-literals.cc',
909 '../../src/runtime/runtime-liveedit.cc', 909 '../../src/runtime/runtime-liveedit.cc',
910 '../../src/runtime/runtime-maths.cc', 910 '../../src/runtime/runtime-maths.cc',
911 '../../src/runtime/runtime-numbers.cc', 911 '../../src/runtime/runtime-numbers.cc',
912 '../../src/runtime/runtime-object.cc', 912 '../../src/runtime/runtime-object.cc',
913 '../../src/runtime/runtime-observe.cc', 913 '../../src/runtime/runtime-observe.cc',
914 '../../src/runtime/runtime-operators.cc',
914 '../../src/runtime/runtime-proxy.cc', 915 '../../src/runtime/runtime-proxy.cc',
915 '../../src/runtime/runtime-regexp.cc', 916 '../../src/runtime/runtime-regexp.cc',
916 '../../src/runtime/runtime-scopes.cc', 917 '../../src/runtime/runtime-scopes.cc',
917 '../../src/runtime/runtime-simd.cc', 918 '../../src/runtime/runtime-simd.cc',
918 '../../src/runtime/runtime-strings.cc', 919 '../../src/runtime/runtime-strings.cc',
919 '../../src/runtime/runtime-symbol.cc', 920 '../../src/runtime/runtime-symbol.cc',
920 '../../src/runtime/runtime-test.cc', 921 '../../src/runtime/runtime-test.cc',
921 '../../src/runtime/runtime-typedarray.cc', 922 '../../src/runtime/runtime-typedarray.cc',
922 '../../src/runtime/runtime-uri.cc', 923 '../../src/runtime/runtime-uri.cc',
923 '../../src/runtime/runtime-utils.h', 924 '../../src/runtime/runtime-utils.h',
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 }], 2068 }],
2068 ['want_separate_host_toolset==1', { 2069 ['want_separate_host_toolset==1', {
2069 'toolsets': ['host'], 2070 'toolsets': ['host'],
2070 }, { 2071 }, {
2071 'toolsets': ['target'], 2072 'toolsets': ['target'],
2072 }], 2073 }],
2073 ], 2074 ],
2074 }, 2075 },
2075 ], 2076 ],
2076 } 2077 }
OLDNEW
« src/runtime/runtime.h ('K') | « test/webkit/function-apply-aliased-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698