Searched refs:ExceptionHandlerInfo (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8NPUtils.cpp130 struct ExceptionHandlerInfo { struct in namespace:WebCore
131 ExceptionHandlerInfo* previous;
136 static ExceptionHandlerInfo* topHandler;
140 ExceptionHandlerInfo* info = new ExceptionHandlerInfo;
150 ExceptionHandlerInfo* doomed = topHandler;

Completed in 127 milliseconds