createError       104 Source/bindings/v8/V8ThrowException.cpp     v8::Handle<v8::Value> exception = V8ThrowException::createError(type, message, isolate);
createError        56 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> createError(V8ErrorType, const String&, v8::Isolate*);
createError       264 Source/bindings/v8/WorkerScriptController.cpp     throwError(V8ThrowException::createError(v8GeneralError, m_errorEventFromImportedScript->message(), m_isolate), m_isolate);