/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestObjectPython.cpp | 174 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 …]
|
D | V8TestTypedefs.cpp | 94 V8TRYCATCH_VOID(unsigned long long, cppValue, toUInt64(jsValue)); in unsignedLongLongAttrAttributeSetter() 121 …V8TRYCATCH_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() 327 …V8TRYCATCH_VOID(Vector<RefPtr<SerializedScriptValue> >, sequenceArg, (toRefPtrNativeArray<Serializ… in methodWithSequenceArgMethod() [all …]
|
D | V8TestObject.cpp | 247 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() 492 …V8TRYCATCH_VOID(TestObj*, cppValue, V8TestObject::hasInstance(jsValue, info.GetIsolate(), worldTyp… in testObjAttrAttributeSetter() 548 …V8TRYCATCH_VOID(TestObj*, cppValue, V8TestObject::hasInstance(jsValue, info.GetIsolate(), worldTyp… in XMLObjAttrAttributeSetter() 575 V8TRYCATCH_VOID(bool, cppValue, jsValue->BooleanValue()); in createAttributeSetter() [all …]
|
D | V8TestInterfaceConstructor.cpp | 92 V8TRYCATCH_VOID(double, doubleArg, static_cast<double>(info[0]->NumberValue())); in constructor2() 94 …V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::hasInstance(info… in constructor2() 95 V8TRYCATCH_VOID(Dictionary, dictionaryArg, Dictionary(info[3], info.GetIsolate())); in constructor2() 100 …V8TRYCATCH_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() 106 …V8TRYCATCH_VOID(TestInterfaceEmpty*, optionalTestInterfaceEmptyArg, V8TestInterfaceEmpty::hasInsta… in constructor2()
|
D | V8TestOverloadedConstructors.cpp | 77 …V8TRYCATCH_VOID(ArrayBuffer*, arrayBuffer, info[0]->IsArrayBuffer() ? V8ArrayBuffer::toNative(v8::… in constructor1() 87 …V8TRYCATCH_VOID(ArrayBufferView*, arrayBufferView, info[0]->IsArrayBufferView() ? V8ArrayBufferVie… in constructor2() 97 …V8TRYCATCH_VOID(Blob*, blob, V8Blob::hasInstance(info[0], info.GetIsolate(), worldType(info.GetIso… in constructor3()
|
D | V8TestInterfaceConstructor2.cpp | 86 …V8TRYCATCH_VOID(TestInterfaceEmpty*, testInterfaceEmptyArg, V8TestInterfaceEmpty::hasInstance(info… in constructor2() 89 …V8TRYCATCH_VOID(Dictionary, defaultUndefinedOptionalDictionaryArg, Dictionary(info[3], info.GetIso… in constructor2()
|
D | V8TestInterfaceImplementedAs.cpp | 116 …V8TRYCATCH_VOID(RealClass*, cppValue, V8TestInterfaceImplementedAs::hasInstance(jsValue, info.GetI… in bAttributeSetter() 152 …V8TRYCATCH_VOID(RealClass*, orange, V8TestInterfaceImplementedAs::hasInstance(info[0], info.GetIso… in funcTestInterfaceImplementedAsParamMethod()
|
D | V8TestInterface.cpp | 190 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in implementsNodeAttributeSetter() 245 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node23AttributeSetter() 272 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node24AttributeSetter() 423 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in supplementalNodeAttributeSetter() 458 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node13AttributeSetter() 493 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node14AttributeSetter() 528 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node15AttributeSetter()
|
D | V8SupportTestInterface.cpp | 216 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in supplementalNodeAttributeSetter() 251 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node13AttributeSetter() 286 …V8TRYCATCH_VOID(Node*, cppValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(info.Ge… in Node14AttributeSetter()
|
D | V8TestEventTarget.cpp | 81 V8TRYCATCH_VOID(unsigned, index, toUInt32(info[0])); in itemMethod() 130 …V8TRYCATCH_VOID(Node*, propertyValue, V8Node::hasInstance(jsValue, info.GetIsolate(), worldType(in… in indexedPropertySetter()
|
D | V8TestInterfaceCheckSecurity.cpp | 101 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in doNotCheckSecurityLongAttributeAttributeSetter() 141 V8TRYCATCH_VOID(int, cppValue, toInt32(jsValue)); in doNotCheckSecurityOnSetterLongAttributeAttributeSetter()
|
D | V8TestInterfaceEventConstructor.cpp | 251 V8TRYCATCH_VOID(Dictionary, options, Dictionary(info[1], info.GetIsolate())); in constructor()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8SQLTransactionSyncCustom.cpp | 66 …V8TRYCATCH_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()
|
D | V8SQLTransactionCustom.cpp | 66 …V8TRYCATCH_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()
|
D | V8TextTrackCueCustom.cpp | 56 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()
|
D | V8CustomEventCustom.cpp | 87 V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue()); in initCustomEventMethodCustom() 88 V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue()); in initCustomEventMethodCustom()
|
D | V8MessageEventCustom.cpp | 104 V8TRYCATCH_VOID(bool, canBubbleArg, info[1]->BooleanValue()); in initMessageEventMethodCustom() 105 V8TRYCATCH_VOID(bool, cancelableArg, info[2]->BooleanValue()); in initMessageEventMethodCustom()
|
D | V8DocumentCustom.cpp | 83 …V8TRYCATCH_VOID(RefPtr<XPathResult>, result, DocumentXPathEvaluator::evaluate(document.get(), expr… in evaluateMethodCustom()
|
D | V8SVGLengthCustom.cpp | 94 V8TRYCATCH_VOID(int, unitType, toUInt32(info[0])); in convertToSpecifiedUnitsMethodCustom()
|
D | V8HTMLOptionsCollectionCustom.cpp | 87 V8TRYCATCH_VOID(int, index, toInt32(info[1], ok)); in addMethodCustom()
|
D | V8PromiseCustom.cpp | 563 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/ |
D | V8BindingMacros.h | 56 #define V8TRYCATCH_VOID(type, var, value) \ macro
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | methods.cpp | 101 V8TRYCATCH_VOID(double, {{argument.name}}NativeValue, info[{{argument.index}}]->NumberValue());
|