throwArityTypeErrorForConstructor  266 Source/bindings/templates/methods.cpp throwArityTypeErrorForConstructor("{{interface_name}}", {{number_of_required_arguments}}, info.Length(), info.GetIsolate())
throwArityTypeErrorForConstructor   50 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp         throwArityTypeErrorForConstructor("TestInterfaceConstructor3", 1, info.Length(), info.GetIsolate());
throwArityTypeErrorForConstructor   70 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp         throwArityTypeErrorForConstructor("TestInterfaceNamedConstructor2", 1, info.Length(), info.GetIsolate());
throwArityTypeErrorForConstructor   97 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp         throwArityTypeErrorForConstructor("TestInterfaceWillBeGarbageCollected", 1, info.Length(), info.GetIsolate());
throwArityTypeErrorForConstructor  244 Source/bindings/tests/results/V8TestTypedefs.cpp         throwArityTypeErrorForConstructor("TestTypedefs", 1, info.Length(), info.GetIsolate());
throwArityTypeErrorForConstructor   72 Source/bindings/v8/V8Binding.h void throwArityTypeErrorForConstructor(const char* type, unsigned expected, unsigned providedLeastNumMandatoryParams, v8::Isolate*);