Searched defs:failedToConstruct (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.cpp39 String ExceptionMessages::failedToConstruct(const char* type, const String& detail) function in class:blink::ExceptionMessages
86 return failedToConstruct(type, "Please use the 'new' operator, this DOM object constructor cannot be called as a function.");

Completed in 152 milliseconds