OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V8ErrorHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ErrorHandler.h
43
class
V8ErrorHandler
: public V8EventListener {
45
static PassRefPtr<
V8ErrorHandler
> create(v8::Local<v8::Object> listener, bool isInline, v8::Isolate* isolate)
47
return adoptRef(new
V8ErrorHandler
(listener, isInline, isolate));
53
V8ErrorHandler
(v8::Local<v8::Object> listener, bool isInline, v8::Isolate*);
V8ErrorHandler.cpp
32
#include "bindings/v8/
V8ErrorHandler
.h"
47
V8ErrorHandler
::
V8ErrorHandler
(v8::Local<v8::Object> listener, bool isInline, v8::Isolate* isolate)
52
v8::Local<v8::Value>
V8ErrorHandler
::callListenerFunction(ExecutionContext* context, v8::Handle<v8::Value> jsEvent, Event* event)
85
void
V8ErrorHandler
::storeExceptionOnErrorEventWrapper(ErrorEvent* event, v8::Handle<v8::Value> data, v8::Isolate* isolate)
94
bool
V8ErrorHandler
::shouldPreventDefault(v8::Local<v8::Value> returnValue)
Completed in 29 milliseconds