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

/external/webkit/Source/WebCore/bindings/v8/
H A DV8Proxy.h131 TypeError, enumerator in enum:WebCore::V8Proxy::ErrorType
348 return throwError(V8Proxy::TypeError, "DOM object constructor cannot be called as a function.");
363 return throwError(V8Proxy::TypeError, "");
392 inline v8::Handle<v8::Primitive> throwError(const char* message, V8Proxy::ErrorType type = V8Proxy::TypeError)
/external/webkit/Source/WebKit2/Shared/
H A DAPIObject.h46 TypeError, enumerator in enum:WebKit::APIObject::Type
/external/v8/src/
H A Dic.cc280 Failure* IC::TypeError(const char* type, function in class:v8::internal::IC
504 // of its properties; throw a TypeError in that case.
506 return TypeError("non_object_property_call", object, name);
533 : TypeError("undefined_method", object, name);
552 : TypeError("undefined_method", object, name);
580 return TypeError("property_not_function", object, name);
765 return TypeError("non_object_property_call", object, key);
798 return TypeError("property_not_function", object, key);
806 // of its properties; throw a TypeError in that case.
808 return TypeError("non_object_property_loa
[all...]
H A Dapi.cc2255 CheckConstructor(isolate, js_obj, "$TypeError") ||
5504 Local<Value> Exception::TypeError(v8::Handle<v8::String> raw_message) { function in class:v8::Exception
5506 LOG_API(isolate, "TypeError");
5507 ON_BAILOUT(isolate, "v8::Exception::TypeError()", return Local<Value>());

Completed in 185 milliseconds