Home
last modified time | relevance | path

Searched refs:V8TRYCATCH_VOID (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObjectPython.cpp174 V8TRYCATCH_VOID(double, cppValue, toWebCoreDate(jsValue)); in dateAttributeAttributeSetter()
241 V8TRYCATCH_VOID(bool, cppValue, jsValue->BooleanValue()); in booleanAttributeAttributeSetter()
268 V8TRYCATCH_VOID(int, cppValue, toInt8(jsValue)); in byteAttributeAttributeSetter()
295 V8TRYCATCH_VOID(double, cppValue, static_cast<double>(jsValue->NumberValue())); in doubleAttributeAttributeSetter()
322 V8TRYCATCH_VOID(float, cppValue, static_cast<float>(jsValue->NumberValue())); in floatAttributeAttributeSetter()
349 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in longAttributeAttributeSetter()
376 V8TRYCATCH_VOID(long long, cppValue, toInt64(jsValue)); in longLongAttributeAttributeSetter()
403 V8TRYCATCH_VOID(unsigned, cppValue, toUInt8(jsValue)); in octetAttributeAttributeSetter()
430 V8TRYCATCH_VOID(int, cppValue, toInt16(jsValue)); in shortAttributeAttributeSetter()
457 V8TRYCATCH_VOID(unsigned, cppValue, toUInt32(jsValue)); in unsignedLongAttributeAttributeSetter()
[all …]
DV8TestTypedefs.cpp94 V8TRYCATCH_VOID(unsigned long long, cppValue, toUInt64(jsValue)); in unsignedLongLongAttrAttributeSetter()
121V8TRYCATCH_VOID(RefPtr<SerializedScriptValue>, cppValue, SerializedScriptValue::create(jsValue, in… in immutableSerializedScriptValueAttributeSetter()
152 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in attrWithGetterExceptionAttributeSetter()
180 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in attrWithSetterExceptionAttributeSetter()
279 V8TRYCATCH_VOID(Vector<int>, x, toNativeArray<int>(info[0], 1, info.GetIsolate())); in funcMethod()
297 V8TRYCATCH_VOID(float, width, static_cast<float>(info[0]->NumberValue())); in setShadowMethod()
298 V8TRYCATCH_VOID(float, height, static_cast<float>(info[1]->NumberValue())); in setShadowMethod()
299 V8TRYCATCH_VOID(float, blur, static_cast<float>(info[2]->NumberValue())); in setShadowMethod()
309 V8TRYCATCH_VOID(float, alpha, static_cast<float>(info[4]->NumberValue())); in setShadowMethod()
327V8TRYCATCH_VOID(Vector<RefPtr<SerializedScriptValue> >, sequenceArg, (toRefPtrNativeArray<Serializ… in methodWithSequenceArgMethod()
[all …]
DV8TestObject.cpp247 V8TRYCATCH_VOID(int, cppValue, toInt8(jsValue)); in byteAttrAttributeSetter()
274 V8TRYCATCH_VOID(unsigned, cppValue, toUInt8(jsValue)); in octetAttrAttributeSetter()
301 V8TRYCATCH_VOID(int, cppValue, toInt16(jsValue)); in shortAttrAttributeSetter()
328 V8TRYCATCH_VOID(unsigned, cppValue, toUInt16(jsValue)); in unsignedShortAttrAttributeSetter()
355 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in longAttrAttributeSetter()
382 V8TRYCATCH_VOID(long long, cppValue, toInt64(jsValue)); in longLongAttrAttributeSetter()
409 V8TRYCATCH_VOID(unsigned long long, cppValue, toUInt64(jsValue)); in unsignedLongLongAttrAttributeSetter()
492V8TRYCATCH_VOID(TestObj*, cppValue, V8TestObject::hasInstance(jsValue, info.GetIsolate(), worldTyp… in testObjAttrAttributeSetter()
548V8TRYCATCH_VOID(TestObj*, cppValue, V8TestObject::hasInstance(jsValue, info.GetIsolate(), worldTyp… in XMLObjAttrAttributeSetter()
575 V8TRYCATCH_VOID(bool, cppValue, jsValue->BooleanValue()); in createAttributeSetter()
[all …]
DV8TestInterfaceConstructor.cpp92 V8TRYCATCH_VOID(double, doubleArg, static_cast<double>(info[0]->NumberValue())); in constructor2()
94V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::hasInstance(info… in constructor2()
95 V8TRYCATCH_VOID(Dictionary, dictionaryArg, Dictionary(info[3], info.GetIsolate())); in constructor2()
100V8TRYCATCH_VOID(Vector<String>, sequenceStringArg, toNativeArray<String>(info[4], 5, info.GetIsola… in constructor2()
101 V8TRYCATCH_VOID(Dictionary, optionalDictionaryArg, Dictionary(info[5], info.GetIsolate())); in constructor2()
106V8TRYCATCH_VOID(TestInterfaceEmpty*, optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::hasInsta… in constructor2()
DV8TestOverloadedConstructors.cpp77V8TRYCATCH_VOID(ArrayBuffer*, arrayBuffer, info[0]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::… in constructor1()
87V8TRYCATCH_VOID(ArrayBufferView*, arrayBufferView, info[0]->IsArrayBufferView() ? V8ArrayBufferVie… in constructor2()
97V8TRYCATCH_VOID(Blob*, blob, V8Blob::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIso… in constructor3()
DV8TestInterfaceConstructor2.cpp86V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::hasInstance(info… in constructor2()
89V8TRYCATCH_VOID(Dictionary, defaultUndefinedOptionalDictionaryArg, Dictionary(info[3], info.GetIso… in constructor2()
DV8TestInterfaceImplementedAs.cpp116V8TRYCATCH_VOID(RealClass*, cppValue, V8TestInterfaceImplementedAs::hasInstance(jsValue, info.GetI… in bAttributeSetter()
152V8TRYCATCH_VOID(RealClass*, orange, V8TestInterfaceImplementedAs::hasInstance(info[0], info.GetIso… in funcTestInterfaceImplementedAsParamMethod()
DV8TestInterface.cpp190V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in implementsNodeAttributeSetter()
245V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node23AttributeSetter()
272V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node24AttributeSetter()
423V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in supplementalNodeAttributeSetter()
458V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node13AttributeSetter()
493V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node14AttributeSetter()
528V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node15AttributeSetter()
DV8SupportTestInterface.cpp216V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in supplementalNodeAttributeSetter()
251V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node13AttributeSetter()
286V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node14AttributeSetter()
DV8TestEventTarget.cpp81 V8TRYCATCH_VOID(unsigned, index, toUInt32(info[0])); in itemMethod()
130V8TRYCATCH_VOID(Node*, propertyValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(in… in indexedPropertySetter()
DV8TestInterfaceCheckSecurity.cpp101 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in doNotCheckSecurityLongAttributeAttributeSetter()
141 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in doNotCheckSecurityOnSetterLongAttributeAttributeSetter()
DV8TestInterfaceEventConstructor.cpp251 V8TRYCATCH_VOID(Dictionary, options, Dictionary(info[1], info.GetIsolate())); in constructor()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8SQLTransactionSyncCustom.cpp66V8TRYCATCH_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(),… in executeSqlMethodCustom()
75 V8TRYCATCH_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key)); in executeSqlMethodCustom()
80 V8TRYCATCH_VOID(double, sqlValue, value->NumberValue()); in executeSqlMethodCustom()
DV8SQLTransactionCustom.cpp66V8TRYCATCH_VOID(v8::Local<v8::Value>, length, sqlArgsObject->Get(v8AtomicString(info.GetIsolate(),… in executeSqlMethodCustom()
75 V8TRYCATCH_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key)); in executeSqlMethodCustom()
80 V8TRYCATCH_VOID(double, sqlValue, value->NumberValue()); in executeSqlMethodCustom()
DV8TextTrackCueCustom.cpp56 V8TRYCATCH_VOID(double, startTime, static_cast<double>(info[0]->NumberValue())); in constructorCustom()
57 V8TRYCATCH_VOID(double, endTime, static_cast<double>(info[1]->NumberValue())); in constructorCustom()
DV8CustomEventCustom.cpp87 V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue()); in initCustomEventMethodCustom()
88 V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue()); in initCustomEventMethodCustom()
DV8MessageEventCustom.cpp104 V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue()); in initMessageEventMethodCustom()
105 V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue()); in initMessageEventMethodCustom()
DV8DocumentCustom.cpp83V8TRYCATCH_VOID(RefPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(document.get(), expr… in evaluateMethodCustom()
DV8SVGLengthCustom.cpp94 V8TRYCATCH_VOID(int, unitType, toUInt32(info[0])); in convertToSpecifiedUnitsMethodCustom()
DV8HTMLOptionsCollectionCustom.cpp87 V8TRYCATCH_VOID(int, index, toInt32(info[1], ok)); in addMethodCustom()
DV8PromiseCustom.cpp563 V8TRYCATCH_VOID(v8::Local<v8::Value>, nextValue, iterable->Get(i)); in raceMethodCustom()
600 V8TRYCATCH_VOID(v8::Local<v8::Value>, nextValue, iterable->Get(i)); in allMethodCustom()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8BindingMacros.h56 #define V8TRYCATCH_VOID(type, var, value) \ macro
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dmethods.cpp101 V8TRYCATCH_VOID(double, {{argument.name}}NativeValue, info[{{argument.index}}]->NumberValue());