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

Issue 5182006: Don't return false from CompileCallInterceptor which returns a... (Closed)

Created:
10 years, 1 month ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
antonm, SeRya
CC:
v8-dev
Visibility:
Public.

Description

Don't return false from CompileCallInterceptor which returns a MaybeObject*. Instead return the failure which will be handled correctly by the caller. This code would lead to a crash if ever executed. Committed: http://code.google.com/p/v8/source/detail?r=5852

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/ia32/stub-cache-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Mads Ager (chromium)
10 years, 1 month ago (2010-11-18 11:18:28 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698