DescriptionMake exception thrown via v8 public API propagate to v8::TryCatch as JS thrown exceptions do.
Correctly process failures which can be returned by Object::GetProperty
when performing GetRealNamedProperty* queries.
Callback properties can produce exceptions so we need to wrap access to them
into exception checks. However, despite of many other methods with exception
checks, property access doesn't mandatroy go via JavaScript and hence we
need to inject code to propagate exception to public API TryCatch handlers.
Committed: http://code.google.com/p/v8/source/detail?r=7258
Patch Set 1 #
Total comments: 28
Patch Set 2 : Addressing Mads' concerns #Patch Set 3 : Addressing Vitaly's comments #
Total comments: 10
Patch Set 4 : Addressing Vitaly's comments #
Messages
Total messages: 7 (0 generated)
|