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

/external/chromium_org/v8/test/intl/overrides/
H A Dsecurity.js30 function throwError() { function
34 Intl.Collator = Intl.NumberFormat = Intl.DateTimeFormat = throwError;
36 Intl.Collator.prototype.compare = throwError;
37 Intl.NumberFormat.prototype.format = throwError;
38 Intl.DateTimeFormat.prototype.format = throwError;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8ThrowException.cpp80 return V8ThrowException::throwError(exception, isolate);
102 v8::Handle<v8::Value> V8ThrowException::throwError(V8ErrorType type, const String& message, v8::Isolate* isolate) function in class:WebCore::V8ThrowException
107 return V8ThrowException::throwError(exception, isolate);
118 return V8ThrowException::throwError(exception, isolate);
121 v8::Handle<v8::Value> V8ThrowException::throwError(v8::Handle<v8::Value> exception, v8::Isolate* isolate) function in class:WebCore::V8ThrowException
H A DV8Binding.cpp80 v8::Handle<v8::Value> throwError(V8ErrorType errorType, const String& message, v8::Isolate* isolate) function in namespace:WebCore
82 return V8ThrowException::throwError(errorType, message, isolate);
85 v8::Handle<v8::Value> throwError(v8::Handle<v8::Value> exception, v8::Isolate* isolate) function in namespace:WebCore
87 return V8ThrowException::throwError(exception, isolate);
566 throwError(v8RangeError, "Maximum call stack size exceeded.", isolate);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementProcessor.java279 * @param throwError True if it should throw an error if an
287 ElemTemplateElement target, boolean throwError)
295 || !throwError);
285 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, ElemTemplateElement target, boolean throwError) argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 687 milliseconds