Searched defs:ExceptionState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h289 bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = ""); variable
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionState.h46 class ExceptionState { class in namespace:blink
47 WTF_MAKE_NONCOPYABLE(ExceptionState);
63 ExceptionState(Context context, const char* propertyName, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:blink::ExceptionState
71 ExceptionState(Context context, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) function in class:blink::ExceptionState
129 class NonThrowableExceptionState FINAL : public ExceptionState {
131 NonThrowableExceptionState(): ExceptionState(ExceptionState::UnknownContext, 0, 0, v8::Handle<v8::Object>(), v8::Isolate::GetCurrent()) { }
139 class TrackExceptionState FINAL : public ExceptionState {
141 TrackExceptionState(): ExceptionState(ExceptionState
[all...]

Completed in 906 milliseconds