OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExceptionState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h
254
bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&,
ExceptionState
&, const String& = "");
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.h
44
class
ExceptionState
{
45
WTF_MAKE_NONCOPYABLE(
ExceptionState
);
56
explicit
ExceptionState
(const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
64
ExceptionState
(Context context, const char* propertyName, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
72
ExceptionState
(Context context, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate)
125
class TrackExceptionState : public
ExceptionState
{
127
TrackExceptionState():
ExceptionState
(v8::Handle<v8::Object>(), 0) { }
Completed in 28 milliseconds