Searched refs:throwException (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DReject.h34 inline bool reject(ExecState* exec, bool throwException, const char* message) argument
36 if (throwException)
H A DStringObject.cpp92 bool StringObject::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor, bool throwException) argument
98 if (throwException)
103 if (throwException)
108 if (throwException)
113 if (throwException)
118 if (throwException)
126 if (throwException)
131 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
H A DJSFunction.cpp395 bool JSFunction::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor, bool throwException) argument
399 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
408 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
416 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
423 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
431 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
434 if (throwException)
439 if (throwException)
444 if (throwException)
449 if (throwException)
[all...]
H A DJSArray.cpp78 bool JSArray::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor, bool throwException) argument
87 return reject(exec, throwException, "Attempting to change configurable attribute of unconfigurable property.");
90 return reject(exec, throwException, "Attempting to change enumerable attribute of unconfigurable property.");
95 return reject(exec, throwException, "Attempting to change access mechanism for an unconfigurable property.");
98 return reject(exec, throwException, "Attempting to change writable attribute of unconfigurable property.");
127 return reject(exec, throwException, "Attempting to change value of a readonly property.");
140 if (!array->setLength(exec, newLen, throwException)) {
166 return reject(exec, throwException, "Attempting to define numeric property on array with non-writable length property.");
173 return array->defineOwnIndexedProperty(exec, index, descriptor, throwException);
176 return array->JSObject::defineOwnNonIndexProperty(exec, propertyName, descriptor, throwException);
338 setLengthWithArrayStorage(ExecState* exec, unsigned newLength, bool throwException, ArrayStorage* storage) argument
402 setLength(ExecState* exec, unsigned newLength, bool throwException) argument
[all...]
H A DJSArray.h56 JS_EXPORT_PRIVATE static bool defineOwnProperty(JSObject*, ExecState*, PropertyName, PropertyDescriptor&, bool throwException);
65 bool setLength(ExecState*, unsigned, bool throwException = false);
170 bool setLengthWithArrayStorage(ExecState*, unsigned newLength, bool throwException, ArrayStorage*);
H A DRegExpObject.cpp133 static bool reject(ExecState* exec, bool throwException, const char* message) argument
135 if (throwException)
H A DJSObject.cpp1693 bool JSObject::defineOwnIndexedProperty(ExecState* exec, unsigned index, PropertyDescriptor& descriptor, bool throwException) argument
1704 return putDirectIndex(exec, index, descriptor.value(), 0, throwException ? PutDirectIndexShouldThrow : PutDirectIndexShouldNotThrow);
1726 return reject(exec, throwException, "Attempting to define property on object that is not extensible.");
1761 return reject(exec, throwException, "Attempting to change configurable attribute of unconfigurable property.");
1764 return reject(exec, throwException, "Attempting to change enumerable attribute of unconfigurable property.");
1773 return reject(exec, throwException, "Attempting to change access mechanism for an unconfigurable property.");
1787 return reject(exec, throwException, "Attempting to change writable attribute of unconfigurable property.");
1791 return reject(exec, throwException, "Attempting to change value of a readonly property.");
1800 return reject(exec, throwException, "Attempting to change the setter of an unconfigurable property.");
1803 return reject(exec, throwException, "Attemptin
2536 defineOwnNonIndexProperty(ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor, bool throwException) argument
2650 defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor, bool throwException) argument
[all...]
H A DJSObject.h778 bool defineOwnNonIndexProperty(ExecState*, PropertyName, PropertyDescriptor&, bool throwException);
786 bool defineOwnIndexedProperty(ExecState*, unsigned, PropertyDescriptor&, bool throwException);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js26 function throwException() { function
42 TryWith( new TryObject( "hello", throwException, true ));
H A Dtry-007.js26 function throwException() { function
42 TryForIn( new TryObject( "hello", throwException, true ));
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebScriptObject.idl66 @method throwException:
69 + (BOOL)throwException:(NSString *)exceptionMessage;
71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCSSClasses.h50 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMCSSStyleDeclaration
52 /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); }
H A DWebScriptObject.cpp80 HRESULT STDMETHODCALLTYPE WebScriptObject::throwException( function in class:WebScriptObject
H A DWebScriptObject.h43 virtual HRESULT STDMETHODCALLTYPE throwException(
H A DDOMEventsClasses.h65 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMEventListener
67 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
116 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMEvent
118 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
196 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMUIEvent
198 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
305 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMKeyboardEvent
307 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
453 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMMouseEvent
455 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessag
628 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMMutationEvent
728 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMOverflowEvent
812 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMWheelEvent
[all...]
H A DDOMCoreClasses.h49 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMObject
51 /* [retval][out] */ BOOL* result) { return WebScriptObject::throwException(exceptionMessage, result); }
96 virtual HRESULT STDMETHODCALLTYPE throwException( function
98 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
262 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMNodeList
264 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
320 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMDocument
322 /* [retval][out] */ BOOL* result) { return DOMNode::throwException(exceptionMessage, result); }
552 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMWindow
554 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessag
636 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMElement
[all...]
H A DDOMHTMLClasses.h52 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLCollection
54 /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); }
110 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLOptionsCollection
112 /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); }
175 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLDocument
177 /* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); }
449 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLElement
451 /* [retval][out] */ BOOL *result) { return DOMElement::throwException(exceptionMessage, result); }
708 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLFormElement
710 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::throwException(exceptionMessag
1013 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLSelectElement
1337 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLOptionElement
1635 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLInputElement
2045 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLTextAreaElement
2370 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLIFrameElement
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITExceptions.cpp45 HandlerInfo* handler = vm->interpreter->throwException(callFrame, exceptionValue, vPCIndex); // This may update callFrame & exceptionValue!
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DWebScriptObject.h65 they can call [WebScriptObject throwException:]. Note that throwing an
229 @method throwException:
233 + (BOOL)throwException:(NSString *)exceptionMessage;
H A DWebScriptObject.mm302 + (BOOL)throwException:(NSString *)exceptionMessage
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSLocationCustom.cpp182 bool JSLocation::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor, bool throwException) argument
186 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
293 bool JSLocationPrototype::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, PropertyDescriptor& descriptor, bool throwException) argument
297 return Base::defineOwnProperty(object, exec, propertyName, descriptor, throwException);
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.h221 NEVER_INLINE HandlerInfo* throwException(CallFrame*&, JSValue&, unsigned bytecodeOffset);
H A DInterpreter.cpp732 NEVER_INLINE HandlerInfo* Interpreter::throwException(CallFrame*& callFrame, JSValue& exceptionValue, unsigned bytecodeOffset) function in class:JSC::Interpreter

Completed in 665 milliseconds