V8TRYCATCH_VOID   635 Source/bindings/templates/interface.cpp         V8TRYCATCH_VOID(Dictionary, options, Dictionary(info[1], isolate));
V8TRYCATCH_VOID   137 Source/bindings/templates/methods.cpp V8TRYCATCH_VOID(double, {{argument.name}}NativeValue, info[{{argument.index}}]->NumberValue());
V8TRYCATCH_VOID    80 Source/bindings/tests/results/V8TestInterface.cpp     V8TRYCATCH_VOID(TestInterfaceImplementation*, cppValue, V8TestInterface::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   283 Source/bindings/tests/results/V8TestInterface.cpp     V8TRYCATCH_VOID(Node*, cppValue, V8Node::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   352 Source/bindings/tests/results/V8TestInterface.cpp     V8TRYCATCH_VOID(Node*, cppValue, V8Node::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   389 Source/bindings/tests/results/V8TestInterface.cpp     V8TRYCATCH_VOID(Node*, cppValue, V8Node::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   757 Source/bindings/tests/results/V8TestInterface.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID   822 Source/bindings/tests/results/V8TestInterface.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[1]));
V8TRYCATCH_VOID   984 Source/bindings/tests/results/V8TestInterface.cpp     V8TRYCATCH_VOID(ScriptValue, partialCallbackTypeArg, ScriptValue(info[0], info.GetIsolate()));
V8TRYCATCH_VOID    68 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(double, doubleArg, static_cast<double>(info[0]->NumberValue()));
V8TRYCATCH_VOID    70 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[2]));
V8TRYCATCH_VOID    71 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(Dictionary, dictionaryArg, Dictionary(info[3], info.GetIsolate()));
V8TRYCATCH_VOID    77 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(Vector<String>, sequenceStringArg, toNativeArray<String>(info[4], 5, info.GetIsolate()));
V8TRYCATCH_VOID    78 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(Vector<Dictionary>, sequenceDictionaryArg, toNativeArray<Dictionary>(info[5], 6, info.GetIsolate()));
V8TRYCATCH_VOID    79 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(Dictionary, optionalDictionaryArg, Dictionary(info[6], info.GetIsolate()));
V8TRYCATCH_VOID    85 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[7]));
V8TRYCATCH_VOID    63 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID    67 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     V8TRYCATCH_VOID(Dictionary, defaultUndefinedOptionalDictionaryArg, Dictionary(info[4], info.GetIsolate()));
V8TRYCATCH_VOID   263 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp         V8TRYCATCH_VOID(Dictionary, options, Dictionary(info[1], isolate));
V8TRYCATCH_VOID    99 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp     V8TRYCATCH_VOID(bool, defaultUndefinedOptionalBooleanArg, info[1]->BooleanValue());
V8TRYCATCH_VOID   256 Source/bindings/tests/results/V8TestInterfaceNode.cpp     V8TRYCATCH_VOID(bool, optionalBooleanArgument, info[0]->BooleanValue());
V8TRYCATCH_VOID   274 Source/bindings/tests/results/V8TestInterfaceNode.cpp     V8TRYCATCH_VOID(bool, optionalBooleanArgument, info[0]->BooleanValue());
V8TRYCATCH_VOID    64 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp     V8TRYCATCH_VOID(TestInterfaceWillBeGarbageCollected*, cppValue, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID    82 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp     V8TRYCATCH_VOID(TestInterfaceWillBeGarbageCollected*, arg, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID   152 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(double, cppValue, toCoreDate(v8Value));
V8TRYCATCH_VOID   240 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(bool, cppValue, v8Value->BooleanValue());
V8TRYCATCH_VOID   299 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(double, cppValue, static_cast<double>(v8Value->NumberValue()));
V8TRYCATCH_VOID   328 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(float, cppValue, static_cast<float>(v8Value->NumberValue()));
V8TRYCATCH_VOID   567 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, cppValue, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   596 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestObject*, cppValue, V8TestObject::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   625 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, cppValue, ScriptValue(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID   654 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, cppValue, ScriptValue(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID   803 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(RefPtr<NodeFilter>, cppValue, toNodeFilter(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID   832 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(RefPtr<SerializedScriptValue>, cppValue, SerializedScriptValue::create(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID   861 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, cppValue, ScriptValue(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID   890 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptPromise, cppValue, ScriptPromise(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID   919 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(DOMWindow*, cppValue, toDOMWindow(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID   948 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Document*, cppValue, V8Document::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   977 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(DocumentFragment*, cppValue, V8DocumentFragment::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  1006 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(DocumentType*, cppValue, V8DocumentType::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  1035 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Element*, cppValue, V8Element::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  1064 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Node*, cppValue, V8Node::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  1093 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ShadowRoot*, cppValue, V8ShadowRoot::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  1122 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ArrayBuffer*, cppValue, v8Value->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(v8Value)) : 0);
V8TRYCATCH_VOID  1151 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Float32Array*, cppValue, v8Value->IsFloat32Array() ? V8Float32Array::toNative(v8::Handle<v8::Float32Array>::Cast(v8Value)) : 0);
V8TRYCATCH_VOID  1180 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Uint8Array*, cppValue, v8Value->IsUint8Array() ? V8Uint8Array::toNative(v8::Handle<v8::Uint8Array>::Cast(v8Value)) : 0);
V8TRYCATCH_VOID  1299 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, cppValue, toNativeArray<String>(v8Value, 0, info.GetIsolate()));
V8TRYCATCH_VOID  1328 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, cppValue, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(v8Value, 0, info.GetIsolate())));
V8TRYCATCH_VOID  1357 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<float>, cppValue, toNativeArray<float>(v8Value, 0, info.GetIsolate()));
V8TRYCATCH_VOID  1463 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceImplementation*, cppValue, V8TestInterface::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  1721 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, cppValue, ScriptValue(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID  1752 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, cppValue, ScriptValue(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID  2859 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceWillBeGarbageCollected*, cppValue, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  2993 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, cppValue, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  3037 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, cppValue, ScriptValue(v8Value, info.GetIsolate()));
V8TRYCATCH_VOID  3068 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceImplementation*, cppValue, V8TestInterface::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  3099 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceImplementation*, cppValue, V8TestInterface::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  3130 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(bool, cppValue, v8Value->BooleanValue());
V8TRYCATCH_VOID  3909 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(float, cppValue, static_cast<float>(v8Value->NumberValue()));
V8TRYCATCH_VOID  3944 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceImplementation*, cppValue, V8TestInterface::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  4154 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceImplementation*, cppValue, V8TestInterface::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  4183 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceWillBeGarbageCollected*, cppValue, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  4218 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceWillBeGarbageCollected*, cppValue, V8TestInterfaceWillBeGarbageCollected::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID  4479 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(double, dateArg, toCoreDate(info[0]));
V8TRYCATCH_VOID  4534 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(bool, booleanArg, info[0]->BooleanValue());
V8TRYCATCH_VOID  4571 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(double, doubleArg, static_cast<double>(info[0]->NumberValue()));
V8TRYCATCH_VOID  4589 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(float, floatArg, static_cast<float>(info[0]->NumberValue()));
V8TRYCATCH_VOID  4753 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  4773 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[1]));
V8TRYCATCH_VOID  4817 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, voidCallbackFunctionArg, ScriptValue(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  4835 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, anyCallbackFunctionOptionalAnyArgArg, ScriptValue(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  4879 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Range::CompareHow, compareHowArg, static_cast<Range::CompareHow>(info[0]->Int32Value()));
V8TRYCATCH_VOID  4897 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(EventTarget*, eventTargetArg, V8DOMWrapper::isDOMWrapper(info[0]) ? toWrapperTypeInfo(v8::Handle<v8::Object>::Cast(info[0]))->toEventTarget(v8::Handle<v8::Object>::Cast(info[0])) : 0);
V8TRYCATCH_VOID  4915 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(RefPtrWillBeRawPtr<MediaQueryListListener>, mediaQueryListListenerArg, MediaQueryListListener::create(ScriptValue(info[0], info.GetIsolate())));
V8TRYCATCH_VOID  4933 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptValue, anyArg, ScriptValue(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  4951 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Attr*, attrArg, V8Attr::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  4969 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Document*, documentArg, V8Document::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  4987 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(DocumentType*, documentTypeArg, V8DocumentType::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  5005 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Element*, elementArg, V8Element::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  5023 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Node*, nodeArg, V8Node::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  5106 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ArrayBuffer*, arrayBufferArg, info[0]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(info[0])) : 0);
V8TRYCATCH_VOID  5124 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ArrayBuffer*, arrayBufferArg, info[0]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::Handle<v8::ArrayBuffer>::Cast(info[0])) : 0);
V8TRYCATCH_VOID  5142 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ArrayBufferView*, arrayBufferViewArg, info[0]->IsArrayBufferView() ? V8ArrayBufferView::toNative(v8::Handle<v8::ArrayBufferView>::Cast(info[0])) : 0);
V8TRYCATCH_VOID  5160 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Float32Array*, float32ArrayArg, info[0]->IsFloat32Array() ? V8Float32Array::toNative(v8::Handle<v8::Float32Array>::Cast(info[0])) : 0);
V8TRYCATCH_VOID  5178 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Int32Array*, int32ArrayArg, info[0]->IsInt32Array() ? V8Int32Array::toNative(v8::Handle<v8::Int32Array>::Cast(info[0])) : 0);
V8TRYCATCH_VOID  5196 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Uint8Array*, uint8ArrayArg, info[0]->IsUint8Array() ? V8Uint8Array::toNative(v8::Handle<v8::Uint8Array>::Cast(info[0])) : 0);
V8TRYCATCH_VOID  5253 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<int>, arrayLongArg, toNativeArray<int>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID  5271 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, arrayStringArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID  5289 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, arrayTestInterfaceEmptyArg, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(info[0], 1, info.GetIsolate())));
V8TRYCATCH_VOID  5346 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<int>, longSequenceArg, toNativeArray<int>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID  5364 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, stringSequenceArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID  5382 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, testInterfaceEmptySequenceArg, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(info[0], 1, info.GetIsolate())));
V8TRYCATCH_VOID  5400 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, nullableTestInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  5584 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Dictionary, dictionaryArg, Dictionary(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  5627 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(RefPtr<NodeFilter>, nodeFilterArg, toNodeFilter(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  5645 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(ScriptPromise, promiseArg, ScriptPromise(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  5688 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(RefPtrWillBeRawPtr<XPathNSResolver>, xPathNSResolverArg, toXPathNSResolver(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  5706 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<Dictionary>, dictionarySequenceArg, toNativeArray<Dictionary>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID  5762 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  5915 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, optionalTestInterfaceEmpty, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[1]));
V8TRYCATCH_VOID  5934 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, optionalTestInterfaceEmpty, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  5953 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Dictionary, optionalDictionaryArg, Dictionary(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  5971 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, variadicStringArgs, toNativeArguments<String>(info, 0));
V8TRYCATCH_VOID  5990 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<String>, variadicStringArgs, toNativeArguments<String>(info, 1));
V8TRYCATCH_VOID  6029 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  6196 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<int>, longArgs, toNativeArguments<int>(info, 1));
V8TRYCATCH_VOID  6245 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  6294 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Vector<int>, longArrayArg, toNativeArray<int>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID  6343 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyNullableArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  6458 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(Dictionary, dictionaryArg, Dictionary(info[0], info.GetIsolate()));
V8TRYCATCH_VOID  6473 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(double, doubleArg, static_cast<double>(info[0]->NumberValue()));
V8TRYCATCH_VOID  6637 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(double, clampUnsignedShortArgNativeValue, info[0]->NumberValue());
V8TRYCATCH_VOID  6659 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(double, clampUnsignedLongArgNativeValue, info[0]->NumberValue());
V8TRYCATCH_VOID  6675 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, defaultUndefinedTestInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  6924 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(bool, optionalBooleanArg, info[0]->BooleanValue());
V8TRYCATCH_VOID  7013 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(bool, optionalBooleanArg, info[0]->BooleanValue());
V8TRYCATCH_VOID  7263 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  7281 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  7581 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  7603 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::toNativeWithTypeCheck(info.GetIsolate(), info[0]));
V8TRYCATCH_VOID  7660 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >, testInterfaceWillBeGarbageCollectedSequenceArg, (toMemberNativeArray<TestInterfaceWillBeGarbageCollected, V8TestInterfaceWillBeGarbageCollected>(info[0], 1, info.GetIsolate())));
V8TRYCATCH_VOID  7678 Source/bindings/tests/results/V8TestObject.cpp     V8TRYCATCH_VOID(WillBeHeapVector<RefPtrWillBeMember<TestInterfaceWillBeGarbageCollected> >, testInterfaceWillBeGarbageCollectedArrayArg, (toMemberNativeArray<TestInterfaceWillBeGarbageCollected, V8TestInterfaceWillBeGarbageCollected>(info[0], 1, info.GetIsolate())));
V8TRYCATCH_VOID   111 Source/bindings/tests/results/V8TestSpecialOperations.cpp     V8TRYCATCH_VOID(Node*, propertyValue, V8Node::toNativeWithTypeCheck(info.GetIsolate(), v8Value));
V8TRYCATCH_VOID   108 Source/bindings/tests/results/V8TestTypedefs.cpp     V8TRYCATCH_VOID(Vector<int>, arrayOfLongsArg, toNativeArray<int>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID   126 Source/bindings/tests/results/V8TestTypedefs.cpp     V8TRYCATCH_VOID(float, floatArg, static_cast<float>(info[0]->NumberValue()));
V8TRYCATCH_VOID   167 Source/bindings/tests/results/V8TestTypedefs.cpp     V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, testInterfaceEmptyTypeSequenceArg, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(info[0], 1, info.GetIsolate())));
V8TRYCATCH_VOID   211 Source/bindings/tests/results/V8TestTypedefs.cpp     V8TRYCATCH_VOID(Vector<String>, arrayOfStringsArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID   229 Source/bindings/tests/results/V8TestTypedefs.cpp     V8TRYCATCH_VOID(Vector<String>, stringArrayArg, toNativeArray<String>(info[0], 1, info.GetIsolate()));
V8TRYCATCH_VOID    87 Source/bindings/v8/custom/V8CustomEventCustom.cpp     V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue());
V8TRYCATCH_VOID    88 Source/bindings/v8/custom/V8CustomEventCustom.cpp     V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue());
V8TRYCATCH_VOID    79 Source/bindings/v8/custom/V8DocumentCustom.cpp     V8TRYCATCH_VOID(RefPtrWillBeRawPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(*document, expression, contextNode.get(), resolver.release(), type, inResult.get(), exceptionState));
V8TRYCATCH_VOID    49 Source/bindings/v8/custom/V8ElementCustom.cpp         V8TRYCATCH_VOID(Dictionary, scrollOptionsHorizontal, Dictionary(value, info.GetIsolate()));
V8TRYCATCH_VOID    65 Source/bindings/v8/custom/V8ElementCustom.cpp         V8TRYCATCH_VOID(Dictionary, scrollOptionsVertical, Dictionary(value, info.GetIsolate()));
V8TRYCATCH_VOID   140 Source/bindings/v8/custom/V8MessageEventCustom.cpp     V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue());
V8TRYCATCH_VOID   141 Source/bindings/v8/custom/V8MessageEventCustom.cpp     V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue());
V8TRYCATCH_VOID    70 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp         V8TRYCATCH_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(), "length")));
V8TRYCATCH_VOID    79 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp             V8TRYCATCH_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
V8TRYCATCH_VOID    84 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp                 V8TRYCATCH_VOID(double, sqlValue, value->NumberValue());
V8TRYCATCH_VOID    69 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp         V8TRYCATCH_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(), "length")));
V8TRYCATCH_VOID    78 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp             V8TRYCATCH_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key));
V8TRYCATCH_VOID    83 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp                 V8TRYCATCH_VOID(double, sqlValue, value->NumberValue());