createTypeError    93 Source/bindings/v8/ExceptionState.cpp     setException(V8ThrowException::createTypeError(addExceptionContext(message), m_isolate));
createTypeError    56 Source/bindings/v8/V8ThrowException.cpp         return V8ThrowException::createTypeError(sanitizedMessage, isolate);
createTypeError   117 Source/bindings/v8/V8ThrowException.cpp     v8::Handle<v8::Value> exception = V8ThrowException::createTypeError(message, isolate);
createTypeError    60 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> createTypeError(const String&, v8::Isolate*);
createTypeError   737 Source/bindings/v8/custom/V8PromiseCustom.cpp             v8::Local<v8::Value> reason = V8ThrowException::createTypeError("Resolve a promise with itself", isolate);