Description[Promise] Avoid crash in stack exhausted circumstance.
Some operations such as createClosure and v8::ObjectTemplate::NewInstance
returns an empty handle when the stack is exhausted.
Promise should throw a StackOverFlow exception in such a case.
BUG=345088
R=haraken
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168306
Patch Set 1 #
Total comments: 4
Patch Set 2 : adding missing empty guards #Patch Set 3 : Replace RETURN_IF_EMPTY #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #Patch Set 7 : rebase #Patch Set 8 : Revert the V8Initializer.cpp change: They will be address in another CL. #Messages
Total messages: 22 (0 generated)
|