DescriptionJSObject::DeepCopy and other functions returned an empty handle to
indicate an exception. All usages but one changed to return
MaybeHandles, and to use macros around the call.
The remaining work is in Compiler::GetUnoptimizedCode(), and when
that is turned into a MaybeHandle, then the macros dealing with
null handle returns can be eliminated.
R=yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20877
Patch Set 1 #Patch Set 2 : More MaybeHandles. #
Total comments: 3
Patch Set 3 : Removed unnecessary assert. #
Messages
Total messages: 4 (0 generated)
|