HomeSort by relevance Sort by last modified time
    Searched refs:V8WorkerContextErrorHandler (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
V8WorkerContextErrorHandler.h 42 class V8WorkerContextErrorHandler : public V8WorkerContextEventListener {
44 static PassRefPtr<V8WorkerContextErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
46 return adoptRef(new V8WorkerContextErrorHandler(listener, isInline, worldContext));
50 V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext);
V8WorkerContextErrorHandler.cpp 35 #include "V8WorkerContextErrorHandler.h"
42 V8WorkerContextErrorHandler::V8WorkerContextErrorHandler(v8::Local<v8::Object> listener, bool isInline, const WorldContextHandle& worldContext)
47 v8::Local<v8::Value> V8WorkerContextErrorHandler::callListenerFunction(ScriptExecutionContext* context, v8::Handle<v8::Value> jsEvent, Event* event)

Completed in 32 milliseconds