DescriptionMake sure ExternalCallbackScope is always created when VM state changes to EXTERNAL
ExternalCallbackScope is used to let CPU profiler know which API callback is being executed. Whenever such callback is called we should create VMState<ETERNAL> and ExternalCallbackScope. This patch fixes several places where VMState<ETERNAL> went without ExternalCallbackScope.
BUG=244580
R=dcarney@chromium.org, svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=15249
Patch Set 1 #Patch Set 2 : Removed logging #Patch Set 3 : Removed obsolete include from objects.cc #Patch Set 4 : Updated builtins.cc #Patch Set 5 : more changes, to objects.cc and handles.cc #Patch Set 6 : Rebased #
Messages
Total messages: 5 (0 generated)
|