createForJSConstructor 447 Source/bindings/templates/methods.cpp RefPtr<{{cpp_class}}> impl = {{cpp_class}}::createForJSConstructor({{constructor.argument_list | join(', ')}}); createForJSConstructor 69 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp RefPtr<TestInterfaceEventTarget> impl = TestInterfaceEventTarget::createForJSConstructor(*document); createForJSConstructor 103 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp RefPtr<TestInterfaceNamedConstructor> impl = TestInterfaceNamedConstructor::createForJSConstructor(*document, stringArg, defaultUndefinedOptionalBooleanArg, defaultUndefinedOptionalLongArg, defaultUndefinedOptionalStringArg, defaultNullStringOptionalstringArg, exceptionState); createForJSConstructor 74 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp RefPtr<TestInterfaceNamedConstructor2> impl = TestInterfaceNamedConstructor2::createForJSConstructor(*document, stringArg); createForJSConstructor 39 Source/core/html/HTMLAudioElement.h static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src); createForJSConstructor 41 Source/core/html/HTMLImageElement.h static PassRefPtr<HTMLImageElement> createForJSConstructor(Document&, int width, int height); createForJSConstructor 39 Source/core/html/HTMLOptionElement.h static PassRefPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,