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

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

Issue 766663003: harmony-classes: Implement 'super(...)' call syntactic restriction. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Patch for landing Created 6 years 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 '../../src/allocation-tracker.cc', 352 '../../src/allocation-tracker.cc',
353 '../../src/allocation-tracker.h', 353 '../../src/allocation-tracker.h',
354 '../../src/api.cc', 354 '../../src/api.cc',
355 '../../src/api.h', 355 '../../src/api.h',
356 '../../src/arguments.cc', 356 '../../src/arguments.cc',
357 '../../src/arguments.h', 357 '../../src/arguments.h',
358 '../../src/assembler.cc', 358 '../../src/assembler.cc',
359 '../../src/assembler.h', 359 '../../src/assembler.h',
360 '../../src/assert-scope.h', 360 '../../src/assert-scope.h',
361 '../../src/assert-scope.cc', 361 '../../src/assert-scope.cc',
362 '../../src/ast-this-access-visitor.cc',
363 '../../src/ast-this-access-visitor.h',
362 '../../src/ast-value-factory.cc', 364 '../../src/ast-value-factory.cc',
363 '../../src/ast-value-factory.h', 365 '../../src/ast-value-factory.h',
364 '../../src/ast-numbering.cc', 366 '../../src/ast-numbering.cc',
365 '../../src/ast-numbering.h', 367 '../../src/ast-numbering.h',
366 '../../src/ast.cc', 368 '../../src/ast.cc',
367 '../../src/ast.h', 369 '../../src/ast.h',
368 '../../src/background-parsing-task.cc', 370 '../../src/background-parsing-task.cc',
369 '../../src/background-parsing-task.h', 371 '../../src/background-parsing-task.h',
370 '../../src/bailout-reason.cc', 372 '../../src/bailout-reason.cc',
371 '../../src/bailout-reason.h', 373 '../../src/bailout-reason.h',
(...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 }], 1745 }],
1744 ['want_separate_host_toolset==1', { 1746 ['want_separate_host_toolset==1', {
1745 'toolsets': ['host'], 1747 'toolsets': ['host'],
1746 }, { 1748 }, {
1747 'toolsets': ['target'], 1749 'toolsets': ['target'],
1748 }], 1750 }],
1749 ], 1751 ],
1750 }, 1752 },
1751 ], 1753 ],
1752 } 1754 }
OLDNEW
« test/mjsunit/harmony/classes.js ('K') | « test/mjsunit/harmony/super.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698