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

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

Issue 1246603002: Don't run the second pass of the pending phantom callbacks if the heap has been torn down. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update Created 5 years, 5 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 | « src/isolate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 '../../src/bignum.h', 417 '../../src/bignum.h',
418 '../../src/bit-vector.cc', 418 '../../src/bit-vector.cc',
419 '../../src/bit-vector.h', 419 '../../src/bit-vector.h',
420 '../../src/bootstrapper.cc', 420 '../../src/bootstrapper.cc',
421 '../../src/bootstrapper.h', 421 '../../src/bootstrapper.h',
422 '../../src/builtins.cc', 422 '../../src/builtins.cc',
423 '../../src/builtins.h', 423 '../../src/builtins.h',
424 '../../src/bytecodes-irregexp.h', 424 '../../src/bytecodes-irregexp.h',
425 '../../src/cached-powers.cc', 425 '../../src/cached-powers.cc',
426 '../../src/cached-powers.h', 426 '../../src/cached-powers.h',
427 '../../src/cancelable-task.cc',
428 '../../src/cancelable-task.h',
427 '../../src/char-predicates.cc', 429 '../../src/char-predicates.cc',
428 '../../src/char-predicates-inl.h', 430 '../../src/char-predicates-inl.h',
429 '../../src/char-predicates.h', 431 '../../src/char-predicates.h',
430 '../../src/checks.cc', 432 '../../src/checks.cc',
431 '../../src/checks.h', 433 '../../src/checks.h',
432 '../../src/circular-queue-inl.h', 434 '../../src/circular-queue-inl.h',
433 '../../src/circular-queue.h', 435 '../../src/circular-queue.h',
434 '../../src/code-factory.cc', 436 '../../src/code-factory.cc',
435 '../../src/code-factory.h', 437 '../../src/code-factory.h',
436 '../../src/code-stubs.cc', 438 '../../src/code-stubs.cc',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 }], 1968 }],
1967 ['want_separate_host_toolset==1', { 1969 ['want_separate_host_toolset==1', {
1968 'toolsets': ['host'], 1970 'toolsets': ['host'],
1969 }, { 1971 }, {
1970 'toolsets': ['target'], 1972 'toolsets': ['target'],
1971 }], 1973 }],
1972 ], 1974 ],
1973 }, 1975 },
1974 ], 1976 ],
1975 } 1977 }
OLDNEW
« no previous file with comments | « src/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698