[v8-dev] Re: Introduce MaybeHandle to police exception checking in handlified code. (issue 222163002)

2014-04-02 Thread yangguo
Committed patchset #7 manually as r20457 (presubmit successful). https://codereview.chromium.org/222163002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To u

[v8-dev] Re: Introduce MaybeHandle to police exception checking in handlified code. (issue 222163002)

2014-04-02 Thread ishell
lgtm https://codereview.chromium.org/222163002/diff/11/src/handles.h File src/handles.h (right): https://codereview.chromium.org/222163002/diff/11/src/handles.h#newcode108 src/handles.h:108: INLINE(Handle()) : location_(NULL) {} Extra space before {} https://codereview.chromium.org/

[v8-dev] Re: Introduce MaybeHandle to police exception checking in handlified code. (issue 222163002)

2014-04-02 Thread verwaest
drive-by-comment https://codereview.chromium.org/222163002/diff/20001/src/handles.h File src/handles.h (right): https://codereview.chromium.org/222163002/diff/20001/src/handles.h#newcode88 src/handles.h:88: class Handle : public MaybeHandle { I find it pretty confusing that a "checked handle" i

[v8-dev] Re: Introduce MaybeHandle to police exception checking in handlified code. (issue 222163002)

2014-04-02 Thread mstarzinger
Drive-by comments. https://codereview.chromium.org/222163002/diff/20001/src/handles.h File src/handles.h (right): https://codereview.chromium.org/222163002/diff/20001/src/handles.h#newcode38 src/handles.h:38: class MaybeHandle { Can we get a few comments above this class about why we have it an