V8ErrorType        70 Source/bindings/v8/V8Binding.cpp v8::Handle<v8::Value> throwError(V8ErrorType errorType, const String& message, v8::Isolate* isolate)
V8ErrorType        62 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
V8ErrorType        83 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::createError(V8ErrorType type, const String& message, v8::Isolate* isolate)
V8ErrorType       102 Source/bindings/v8/V8ThrowException.cpp v8::Handle<v8::Value> V8ThrowException::throwError(V8ErrorType type, const String& message, v8::Isolate* isolate)
V8ErrorType        56 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> createError(V8ErrorType, const String&, v8::Isolate*);
V8ErrorType        57 Source/bindings/v8/V8ThrowException.h     static v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);