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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8ThrowException.cpp55 return V8ThrowException::createGeneralError(sanitizedMessage, isolate);
90 v8::Handle<v8::Value> V8ThrowException::createGeneralError(const String& message, v8::Isolate* isolate) function in class:blink::V8ThrowException
97 v8::Handle<v8::Value> exception = V8ThrowException::createGeneralError(message, isolate);

Completed in 132 milliseconds