Home
last modified time | relevance | path

Searched refs:throwError (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/v8/test/intl/overrides/
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/
DV8ThrowException.cpp80 return V8ThrowException::throwError(exception, isolate); in throwDOMException()
102 v8::Handle<v8::Value> V8ThrowException::throwError(V8ErrorType type, const String& message, v8::Iso… in throwError() function in WebCore::V8ThrowException
107 return V8ThrowException::throwError(exception, isolate); in throwError()
118 return V8ThrowException::throwError(exception, isolate); in throwTypeError()
121 v8::Handle<v8::Value> V8ThrowException::throwError(v8::Handle<v8::Value> exception, v8::Isolate* is… in throwError() function in WebCore::V8ThrowException
DV8NPObject.cpp95 throwError(v8ReferenceError, "NPMethod called on non-NPObject", info.GetIsolate()); in npObjectInvokeImpl()
104 throwError(v8ReferenceError, "NPObject deleted", info.GetIsolate()); in npObjectInvokeImpl()
140 throwError(v8GeneralError, "Error calling method on NPObject.", info.GetIsolate()); in npObjectInvokeImpl()
226 return throwError(v8ReferenceError, "NPObject deleted", isolate); in npObjectGetProperty()
231 return throwError(v8ReferenceError, "NPObject deleted", isolate); in npObjectGetProperty()
247 return throwError(v8ReferenceError, "NPObject deleted", isolate); in npObjectGetProperty()
251 return throwError(v8ReferenceError, "NPObject deleted", isolate); in npObjectGetProperty()
312 throwError(v8ReferenceError, "NPObject deleted", isolate); in npObjectSetProperty()
318 return throwError(v8ReferenceError, "NPObject deleted", isolate); in npObjectSetProperty()
364 throwError(v8ReferenceError, "NPObject deleted", info.GetIsolate()); in npObjectPropertyEnumerator()
DV8ThrowException.h61 static v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
62 static v8::Handle<v8::Value> throwError(v8::Handle<v8::Value>, v8::Isolate*);
DV8Binding.cpp80 v8::Handle<v8::Value> throwError(V8ErrorType errorType, const String& message, v8::Isolate* isolate) in throwError() function
82 return V8ThrowException::throwError(errorType, message, isolate); in throwError()
85 v8::Handle<v8::Value> throwError(v8::Handle<v8::Value> exception, v8::Isolate* isolate) in throwError() function
87 return V8ThrowException::throwError(exception, isolate); in throwError()
566 throwError(v8RangeError, "Maximum call stack size exceeded.", isolate); in handleMaxRecursionDepthExceeded()
DExceptionState.h101 V8ThrowException::throwError(m_exception.newLocal(m_isolate), m_isolate); in throwIfNeeded()
DWorkerScriptController.cpp250throwError(V8ThrowException::createError(v8GeneralError, m_errorEventFromImportedScript->message()… in rethrowExceptionFromImportedScript()
DNPV8Object.cpp502 throwError(v8GeneralError, message, v8::Isolate::GetCurrent()); in _NPN_SetException()
514 throwError(v8GeneralError, message, context->GetIsolate()); in _NPN_SetException()
DV8Binding.h64 v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
67 v8::Handle<v8::Value> throwError(v8::Handle<v8::Value>, v8::Isolate*);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8SQLResultSetRowListCustom.cpp42 throwError(v8SyntaxError, "Item index is required.", info.GetIsolate()); in itemMethodCustom()
55 throwError(v8RangeError, "Item index is out of range.", info.GetIsolate()); in itemMethodCustom()
DV8FormDataCustom.cpp45 throwError(v8SyntaxError, "Not enough arguments", info.GetIsolate()); in appendMethodCustom()
/external/chromium_org/v8/test/webkit/
Ddfg-inline-function-dot-caller.js32 function throwError() { function
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java287 ElemTemplateElement target, boolean throwError) in setPropertiesFromAttributes() argument
295 || !throwError); in setPropertiesFromAttributes()
/external/chromium-trace/trace-viewer/src/base/
Dproperties.js26 e.throwError = function(err) { // workaround CR 239648 function
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dmethods.cpp173 throwError(exception, info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestObject.cpp1064 throwError(state.exception(), info.GetIsolate()); in withScriptStateAttributeAttributeSetter()
1142 throwError(state.exception(), info.GetIsolate()); in withScriptStateAttributeRaisesAttributeGetter()
1165 throwError(state.exception(), info.GetIsolate()); in withScriptStateAttributeRaisesAttributeSetter()
1237 throwError(state.exception(), info.GetIsolate()); in withExecutionContextAndScriptStateAttributeAttributeSetter()
1260 throwError(state.exception(), info.GetIsolate()); in withExecutionContextAndScriptStateAttributeRaisesAttributeGetter()
1284 throwError(state.exception(), info.GetIsolate()); in withExecutionContextAndScriptStateAttributeRaisesAttributeSetter()
1323 throwError(state.exception(), info.GetIsolate()); in withExecutionContextAndScriptStateWithSpacesAttributeAttributeSetter()
3322 throwError(exception, info.GetIsolate()); in withScriptStateVoidMethod()
3345 throwError(exception, info.GetIsolate()); in withScriptStateObjMethod()
3372 throwError(exception, info.GetIsolate()); in withScriptStateVoidExceptionMethod()
[all …]
DV8TestObjectPython.cpp5394 throwError(exception, info.GetIsolate()); in callWithScriptStateVoidMethodMethod()
5417 throwError(exception, info.GetIsolate()); in callWithScriptStateLongMethodMethod()
5456 throwError(exception, info.GetIsolate()); in callWithScriptStateExecutionContextVoidMethodMethod()
5480 throwError(exception, info.GetIsolate()); in callWithScriptStateScriptArgumentsVoidMethodMethod()
5505 throwError(exception, info.GetIsolate()); in callWithScriptStateScriptArgumentsVoidMethodOptionalBooleanArgMethod()
5520 throwError(exception, info.GetIsolate()); in callWithScriptStateScriptArgumentsVoidMethodOptionalBooleanArgMethod()
/external/chromium-trace/
Dscript.js335 …ent(c+"Change",d,m);d.propertyName=c;d.newValue=b;d.oldValue=e;var n;d.throwError=function(a){n=a}… function