OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:throwUninformativeAndGenericTypeError
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.h
86
virtual void
throwUninformativeAndGenericTypeError
() { throwTypeError(String()); }
V8Binding.cpp
90
v8::Handle<v8::Value>
throwUninformativeAndGenericTypeError
(v8::Isolate* isolate)
Completed in 42 milliseconds