failedToConstruct  608 Source/bindings/templates/interface.cpp     throwTypeError(ExceptionMessages::failedToConstruct("{{interface_name}}", "No matching constructor signature."), info.GetIsolate());
failedToConstruct  254 Source/bindings/templates/methods.cpp throwTypeError(ExceptionMessages::failedToConstruct("{{interface_name}}", {{error_message}}), info.GetIsolate());
failedToConstruct  107 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     throwTypeError(ExceptionMessages::failedToConstruct("TestInterfaceConstructor", "No matching constructor signature."), info.GetIsolate());
failedToConstruct   86 Source/bindings/v8/ExceptionMessages.cpp     return failedToConstruct(type, "Please use the 'new' operator, this DOM object constructor cannot be called as a function.");
failedToConstruct   52 Source/bindings/v8/ExceptionMessages.h     static String failedToConstruct(const char* type, const String& detail);
failedToConstruct  152 Source/bindings/v8/ExceptionState.cpp             processedMessage = ExceptionMessages::failedToConstruct(interfaceName(), message);
failedToConstruct   92 Source/bindings/v8/V8Binding.cpp     throwTypeError(ExceptionMessages::failedToConstruct(type, ExceptionMessages::notEnoughArguments(expected, providedLeastNumMandatoryParams)), isolate);