Home | History | Annotate | Download | only in V8

Lines Matching refs:imp

58     TestObj* imp = V8TestObj::toNative(info.Holder());
59 return v8::Integer::New(imp->readOnlyIntAttr());
65 TestObj* imp = V8TestObj::toNative(info.Holder());
66 return v8String(imp->readOnlyStringAttr());
72 TestObj* imp = V8TestObj::toNative(info.Holder());
73 RefPtr<TestObj> result = imp->readOnlyTestObjAttr();
86 TestObj* imp = V8TestObj::toNative(info.Holder());
87 return v8::Integer::New(imp->shortAttr());
93 TestObj* imp = V8TestObj::toNative(info.Holder());
95 imp->setShortAttr(v);
102 TestObj* imp = V8TestObj::toNative(info.Holder());
103 return v8::Integer::New(imp->unsignedShortAttr());
109 TestObj* imp = V8TestObj::toNative(info.Holder());
111 imp->setUnsignedShortAttr(v);
118 TestObj* imp = V8TestObj::toNative(info.Holder());
119 return v8::Integer::New(imp->intAttr());
125 TestObj* imp = V8TestObj::toNative(info.Holder());
127 imp->setIntAttr(v);
134 TestObj* imp = V8TestObj::toNative(info.Holder());
135 return v8::Number::New(static_cast<double>(imp->longLongAttr()));
141 TestObj* imp = V8TestObj::toNative(info.Holder());
143 imp->setLongLongAttr(WTF::getPtr(v));
150 TestObj* imp = V8TestObj::toNative(info.Holder());
151 return v8::Number::New(static_cast<double>(imp->unsignedLongLongAttr()));
157 TestObj* imp = V8TestObj::toNative(info.Holder());
159 imp->setUnsignedLongLongAttr(WTF::getPtr(v));
166 TestObj* imp = V8TestObj::toNative(info.Holder());
167 return v8String(imp->stringAttr());
173 TestObj* imp = V8TestObj::toNative(info.Holder());
175 imp->setStringAttr(v);
182 TestObj* imp = V8TestObj::toNative(info.Holder());
183 return toV8(imp->testObjAttr());
189 TestObj* imp = V8TestObj::toNative(info.Holder());
191 imp->setTestObjAttr(WTF::getPtr(v));
198 TestObj* imp = V8TestObj::toNative(info.Holder());
199 return toV8(imp->xmlObjAttr());
205 TestObj* imp = V8TestObj::toNative(info.Holder());
207 imp->setXMLObjAttr(WTF::getPtr(v));
214 TestObj* imp = V8TestObj::toNative(info.Holder());
215 return v8Boolean(imp->isCreate());
221 TestObj* imp = V8TestObj::toNative(info.Holder());
223 imp->setCreate(v);
230 TestObj* imp = V8TestObj::toNative(info.Holder());
231 return v8String(imp->getAttribute(WebCore::HTMLNames::reflectedstringattrAttr));
237 TestObj* imp = V8TestObj::toNative(info.Holder());
239 imp->setAttribute(WebCore::HTMLNames::reflectedstringattrAttr, v);
246 TestObj* imp = V8TestObj::toNative(info.Holder());
247 return v8::Integer::New(imp->getIntegralAttribute(WebCore::HTMLNames::reflectedintegralattrAttr));
253 TestObj* imp = V8TestObj::toNative(info.Holder());
255 imp->setIntegralAttribute(WebCore::HTMLNames::reflectedintegralattrAttr, v);
262 TestObj* imp = V8TestObj::toNative(info.Holder());
263 return v8::Integer::NewFromUnsigned(std::max(0, imp->getIntegralAttribute(WebCore::HTMLNames::reflectedunsignedintegralattrAttr)));
269 TestObj* imp = V8TestObj::toNative(info.Holder());
271 imp->setUnsignedIntegralAttribute(WebCore::HTMLNames::reflectedunsignedintegralattrAttr, v);
278 TestObj* imp = V8TestObj::toNative(info.Holder());
279 return v8Boolean(imp->hasAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr));
285 TestObj* imp = V8TestObj::toNative(info.Holder());
287 imp->setBooleanAttribute(WebCore::HTMLNames::reflectedbooleanattrAttr, v);
294 TestObj* imp = V8TestObj::toNative(info.Holder());
295 return v8String(imp->getURLAttribute(WebCore::HTMLNames::reflectedurlattrAttr));
301 TestObj* imp = V8TestObj::toNative(info.Holder());
303 imp->setAttribute(WebCore::HTMLNames::reflectedurlattrAttr, v);
310 TestObj* imp = V8TestObj::toNative(info.Holder());
311 return v8String(imp->getNonEmptyURLAttribute(WebCore::HTMLNames::reflectednonemptyurlattrAttr));
317 TestObj* imp = V8TestObj::toNative(info.Holder());
319 imp->setAttribute(WebCore::HTMLNames::reflectednonemptyurlattrAttr, v);
326 TestObj* imp = V8TestObj::toNative(info.Holder());
327 return v8String(imp->getAttribute(WebCore::HTMLNames::customContentStringAttrAttr));
333 TestObj* imp = V8TestObj::toNative(info.Holder());
335 imp->setAttribute(WebCore::HTMLNames::customContentStringAttrAttr, v);
342 TestObj* imp = V8TestObj::toNative(info.Holder());
343 return v8::Integer::New(imp->getIntegralAttribute(WebCore::HTMLNames::customContentIntegralAttrAttr));
349 TestObj* imp = V8TestObj::toNative(info.Holder());
351 imp->setIntegralAttribute(WebCore::HTMLNames::customContentIntegralAttrAttr, v);
358 TestObj* imp = V8TestObj::toNative(info.Holder());
359 return v8Boolean(imp->hasAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr));
365 TestObj* imp = V8TestObj::toNative(info.Holder());
367 imp->setBooleanAttribute(WebCore::HTMLNames::customContentBooleanAttrAttr, v);
374 TestObj* imp = V8TestObj::toNative(info.Holder());
375 return v8String(imp->getURLAttribute(WebCore::HTMLNames::customContentURLAttrAttr));
381 TestObj* imp = V8TestObj::toNative(info.Holder());
383 imp->setAttribute(WebCore::HTMLNames::customContentURLAttrAttr, v);
390 TestObj* imp = V8TestObj::toNative(info.Holder());
391 return v8String(imp->getNonEmptyURLAttribute(WebCore::HTMLNames::customContentNonEmptyURLAttrAttr));
397 TestObj* imp = V8TestObj::toNative(info.Holder());
399 imp
406 TestObj* imp = V8TestObj::toNative(info.Holder());
408 int v = imp->attrWithGetterException(ec);
419 TestObj* imp = V8TestObj::toNative(info.Holder());
422 imp->setAttrWithGetterException(v, ec);
431 TestObj* imp = V8TestObj::toNative(info.Holder());
432 return v8::Integer::New(imp->attrWithSetterException());
438 TestObj* imp = V8TestObj::toNative(info.Holder());
441 imp->setAttrWithSetterException(v, ec);
450 TestObj* imp = V8TestObj::toNative(info.Holder());
452 String v = imp->stringAttrWithGetterException(ec);
463 TestObj* imp = V8TestObj::toNative(info.Holder());
466 imp->setStringAttrWithGetterException(v, ec);
475 TestObj* imp = V8TestObj::toNative(info.Holder());
476 return v8String(imp->stringAttrWithSetterException());
482 TestObj* imp = V8TestObj::toNative(info.Holder());
485 imp->setStringAttrWithSetterException(v, ec);
494 TestObj* imp = V8TestObj::toNative(info.Holder());
495 return v8StringOrNull(imp->scriptStringAttr());
503 TestObj* imp = V8TestObj::toNative(info.Holder());
504 return v8::Integer::New(imp->conditionalAttr1());
514 TestObj* imp = V8TestObj::toNative(info.Holder());
516 imp->setConditionalAttr1(v);
527 TestObj* imp = V8TestObj::toNative(info.Holder());
528 return v8::Integer::New(imp->conditionalAttr2());
538 TestObj* imp = V8TestObj::toNative(info.Holder());
540 imp->setConditionalAttr2(v);
551 TestObj* imp = V8TestObj::toNative(info.Holder());
552 return v8::Integer::New(imp->conditionalAttr3());
562 TestObj* imp = V8TestObj::toNative(info.Holder());
564 imp->setConditionalAttr3(v);
573 TestObj* imp = V8TestObj::toNative(info.Holder());
574 return v8::Integer::New(imp->enabledAtRuntimeAttr1());
580 TestObj* imp = V8TestObj::toNative(info.Holder());
582 imp->setEnabledAtRuntimeAttr1(v);
589 TestObj* imp = V8TestObj::toNative(info.Holder());
590 return v8::Integer::New(imp->enabledAtRuntimeAttr2());
596 TestObj* imp = V8TestObj::toNative(info.Holder());
598 imp->setEnabledAtRuntimeAttr2(v);
605 TestObj* imp = V8TestObj::toNative(info.Holder());
606 return v8::Integer::New(imp->description());
612 TestObj* imp = V8TestObj::toNative(info.Holder());
613 return v8::Integer::New(imp->id());
619 TestObj* imp = V8TestObj::toNative(info.Holder());
621 imp->setId(v);
628 TestObj* imp = V8TestObj::toNative(info.Holder());
629 return v8String(imp->hash());
635 TestObj* imp = V8TestObj::toNative(args.Holder());
636 imp->voidMethod();
643 TestObj* imp = V8TestObj::toNative(args.Holder());
647 imp->voidMethodWithArgs(intArg, strArg, objArg);
654 TestObj* imp = V8TestObj::toNative(args.Holder());
655 return v8::Integer::New(imp->intMethod());
661 TestObj* imp = V8TestObj::toNative(args.Holder());
665 return v8::Integer::New(imp->intMethodWithArgs(intArg, strArg, objArg));
671 TestObj* imp = V8TestObj::toNative(args.Holder());
672 return toV8(imp->objMethod());
678 TestObj* imp = V8TestObj::toNative(args.Holder());
682 return toV8(imp->objMethodWithArgs(intArg, strArg, objArg));
690 TestObj* imp = V8TestObj::toNative(args.Holder());
693 return toV8(imp->methodThatRequiresAllArgs(strArg, objArg));
701 TestObj* imp = V8TestObj::toNative(args.Holder());
706 RefPtr<TestObj> result = imp->methodThatRequiresAllArgsAndThrows(strArg, objArg, ec);
719 TestObj* imp = V8TestObj::toNative(args.Holder());
724 imp->serializedValue(serializedArg);
731 TestObj* imp = V8TestObj::toNative(args.Holder());
739 imp->idbKey(key);
750 TestObj* imp = V8TestObj::toNative(args.Holder());
753 imp->optionsObject(oo);
757 imp->optionsObject(oo, ooo);
764 TestObj* imp = V8TestObj::toNative(args.Holder());
767 imp->methodWithException(ec);
780 TestObj* imp = V8TestObj::toNative(args.Holder());
784 size_t maxStackSize = imp->shouldCaptureFullStackTrace() ? ScriptCallStack::maxCallStackSizeToCapture : 1;
789 imp->customArgsAndException(intArg, scriptArguments, callStack, ec);
824 TestObj* imp = V8TestObj::toNative(args.Holder());
828 imp->withDynamicFrame(enteredFrame);
835 TestObj* imp = V8TestObj::toNative(args.Holder());
840 imp
847 TestObj* imp = V8TestObj::toNative(args.Holder());
853 imp->withDynamicFrameAndOptionalArg(enteredFrame, intArg);
860 imp->withDynamicFrameAndOptionalArg(enteredFrame, intArg, optionalArg);
867 TestObj* imp = V8TestObj::toNative(args.Holder());
872 imp->withDynamicFrameAndUserGesture(enteredFrame, intArg, processingUserGesture());
879 TestObj* imp = V8TestObj::toNative(args.Holder());
885 imp->withDynamicFrameAndUserGestureASAD(enteredFrame, intArg, processingUserGesture());
892 imp->withDynamicFrameAndUserGestureASAD(enteredFrame, intArg, optionalArg, processingUserGesture());
899 TestObj* imp = V8TestObj::toNative(args.Holder());
901 imp->withScriptStateVoid(&state);
910 TestObj* imp = V8TestObj::toNative(args.Holder());
912 RefPtr<TestObj> result = imp->withScriptStateObj(&state);
921 TestObj* imp = V8TestObj::toNative(args.Holder());
925 imp->withScriptStateVoidException(&state, ec);
940 TestObj* imp = V8TestObj::toNative(args.Holder());
944 RefPtr<TestObj> result = imp->withScriptStateObjException(&state, ec);
959 TestObj* imp = V8TestObj::toNative(args.Holder());
963 imp->withScriptExecutionContext(scriptContext);
970 TestObj* imp = V8TestObj::toNative(args.Holder());
972 imp->methodWithOptionalArg();
976 imp->methodWithOptionalArg(opt);
983 TestObj* imp = V8TestObj::toNative(args.Holder());
986 imp->methodWithNonOptionalArgAndOptionalArg(nonOpt);
990 imp->methodWithNonOptionalArgAndOptionalArg(nonOpt, opt);
997 TestObj* imp = V8TestObj::toNative(args.Holder());
1000 imp->methodWithNonOptionalArgAndTwoOptionalArgs(nonOpt);
1005 imp->methodWithNonOptionalArgAndTwoOptionalArgs(nonOpt, opt1, opt2);
1012 TestObj* imp = V8TestObj::toNative(args.Holder());
1016 imp->methodWithCallbackArg(callback);
1023 TestObj* imp = V8TestObj::toNative(args.Holder());
1028 imp->methodWithNonCallbackArgAndCallbackArg(nonCallback, callback);
1035 TestObj* imp = V8TestObj::toNative(args.Holder());
1042 imp->methodWithCallbackAndOptionalArg(callback);
1049 TestObj* imp = V8TestObj::toNative(args.Holder());
1052 imp->overloadedMethod(objArg, strArg);
1059 TestObj* imp = V8TestObj::toNative(args.Holder());
1062 imp->overloadedMethod(objArg);
1066 imp->overloadedMethod(objArg, intArg);
1073 TestObj* imp = V8TestObj::toNative(args.Holder());
1075 imp->overloadedMethod(strArg);
1082 TestObj* imp = V8TestObj::toNative(args.Holder());
1084 imp->overloadedMethod(intArg);
1091 TestObj* imp = V8TestObj::toNative(args.Holder());
1095 imp->overloadedMethod(callback);
1136 TestObj* imp = V8TestObj::toNative(args.Holder());
1138 imp->enabledAtRuntimeMethod1(intArg);
1145 TestObj* imp = V8TestObj::toNative(args.Holder());
1147 imp->enabledAtRuntimeMethod2(intArg);