OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXCEPTION_BLOCK
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/custom/
V8DirectoryEntryCustom.cpp
60
EXCEPTION_BLOCK
(v8::Handle<v8::Object>, object, v8::Handle<v8::Object>::Cast(args[1]));
64
EXCEPTION_BLOCK
(bool, isCreate, v8Create->BooleanValue());
69
EXCEPTION_BLOCK
(bool, isExclusive, v8Exclusive->BooleanValue());
73
EXCEPTION_BLOCK
(WebKitFlags*, tmp_flags, V8WebKitFlags::HasInstance(args[1]) ? V8WebKitFlags::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
103
EXCEPTION_BLOCK
(v8::Handle<v8::Object>, object, v8::Handle<v8::Object>::Cast(args[1]));
107
EXCEPTION_BLOCK
(bool, isCreate, v8Create->BooleanValue());
112
EXCEPTION_BLOCK
(bool, isExclusive, v8Exclusive->BooleanValue());
116
EXCEPTION_BLOCK
(WebKitFlags*, tmp_flags, V8WebKitFlags::HasInstance(args[1]) ? V8WebKitFlags::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
V8BindingMacros.h
31
#define
EXCEPTION_BLOCK
(type, var, value) \
V8DataViewCustom.cpp
64
EXCEPTION_BLOCK
(unsigned, byteOffset, toUInt32(args[0]));
81
EXCEPTION_BLOCK
(unsigned, byteOffset, toUInt32(args[0]));
98
EXCEPTION_BLOCK
(unsigned, byteOffset, toUInt32(args[0]));
99
EXCEPTION_BLOCK
(int, value, toInt32(args[1]));
114
EXCEPTION_BLOCK
(unsigned, byteOffset, toUInt32(args[0]));
115
EXCEPTION_BLOCK
(int, value, toInt32(args[1]));
V8SQLTransactionSyncCustom.cpp
68
EXCEPTION_BLOCK
(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8::String::New("length")));
77
EXCEPTION_BLOCK
(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
82
EXCEPTION_BLOCK
(double, sqlValue, value->NumberValue());
V8SQLTransactionCustom.cpp
68
EXCEPTION_BLOCK
(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8::String::New("length")));
77
EXCEPTION_BLOCK
(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
82
EXCEPTION_BLOCK
(double, sqlValue, value->NumberValue());
V8SVGLengthCustom.cpp
93
EXCEPTION_BLOCK
(int, unitType, toUInt32(args[0]));
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp
644
EXCEPTION_BLOCK
(int, intArg, toInt32(args[0]));
646
EXCEPTION_BLOCK
(TestObj*, objArg, V8TestObj::HasInstance(args[2]) ? V8TestObj::toNative(v8::Handle<v8::Object>::Cast(args[2])) : 0);
662
EXCEPTION_BLOCK
(int, intArg, toInt32(args[0]));
664
EXCEPTION_BLOCK
(TestObj*, objArg, V8TestObj::HasInstance(args[2]) ? V8TestObj::toNative(v8::Handle<v8::Object>::Cast(args[2])) : 0);
679
EXCEPTION_BLOCK
(int, intArg, toInt32(args[0]));
681
EXCEPTION_BLOCK
(TestObj*, objArg, V8TestObj::HasInstance(args[2]) ? V8TestObj::toNative(v8::Handle<v8::Object>::Cast(args[2])) : 0);
692
EXCEPTION_BLOCK
(TestObj*, objArg, V8TestObj::HasInstance(args[1]) ? V8TestObj::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
705
EXCEPTION_BLOCK
(TestObj*, objArg, V8TestObj::HasInstance(args[1]) ? V8TestObj::toNative(v8::Handle<v8::Object>::Cast(args[1])) : 0);
751
EXCEPTION_BLOCK
(OptionsObject, oo, args[0]);
756
EXCEPTION_BLOCK
(OptionsObject, ooo, args[1])
[
all
...]
V8TestMediaQueryListListener.cpp
46
EXCEPTION_BLOCK
(RefPtr<MediaQueryListListener>, listener, MediaQueryListListener::create(args[0]));
Completed in 73 milliseconds