Searched defs:shouldThrow (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dget-by-id-throw-from-getter-through-optimized-code.js7 var shouldThrow = false; variable
H A Dthrow-through-optimized-code.js5 var shouldThrow = false; variable
H A Druntime-throw-through-optimized-code.js5 var shouldThrow = false; variable
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.js57 function shouldThrow(a) function
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerActivation.cpp92 bool DebuggerActivation::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSSymbolTableObject.h119 symbolTablePut( SymbolTableObjectType* object, ExecState* exec, PropertyName propertyName, JSValue value, bool shouldThrow) argument
H A DJSActivation.cpp87 inline bool JSActivation::symbolTablePut(ExecState* exec, PropertyName propertyName, JSValue value, bool shouldThrow) argument
H A DJSArrayBuffer.cpp95 defineOwnProperty( JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
H A DJSArrayBufferView.cpp173 defineOwnProperty( JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
H A DJSCJSValue.cpp179 void JSValue::putToPrimitiveByIndex(ExecState* exec, unsigned propertyName, JSValue value, bool shouldThrow) argument
H A DJSProxy.cpp91 void JSProxy::putByIndex(JSCell* cell, ExecState* exec, unsigned propertyName, JSValue value, bool shouldThrow) argument
97 bool JSProxy::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
H A DRegExpObject.h51 void setLastIndex(ExecState* exec, JSValue lastIndex, bool shouldThrow) argument
H A DSparseArrayValueMap.cpp89 void SparseArrayValueMap::putEntry(ExecState* exec, JSObject* array, unsigned i, JSValue value, bool shouldThrow) argument
154 void SparseArrayEntry::put(ExecState* exec, JSValue thisValue, SparseArrayValueMap* map, JSValue value, bool shouldThrow) argument
H A DStringObject.cpp73 void StringObject::putByIndex(JSCell* cell, ExecState* exec, unsigned propertyName, JSValue value, bool shouldThrow) argument
H A DArguments.cpp233 void Arguments::putByIndex(JSCell* cell, ExecState* exec, unsigned i, JSValue value, bool shouldThrow) argument
317 bool Arguments::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
H A DJSCell.cpp107 void JSCell::putByIndex(JSCell* cell, ExecState* exec, unsigned identifier, JSValue value, bool shouldThrow) argument
H A DJSGenericTypedArrayViewInlines.h387 PutPropertySlot slot(JSValue(thisObject), shouldThrow); local
333 defineOwnProperty( JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
381 putByIndex( JSCell* cell, ExecState* exec, unsigned propertyName, JSValue value, bool shouldThrow) argument
H A DRegExpMatchesArray.h94 static void putByIndex(JSCell* cell, ExecState* exec, unsigned propertyName, JSValue v, bool shouldThrow) argument
122 static bool defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
H A DRegExpObject.cpp131 bool RegExpObject::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
H A DJSCJSValueInlines.h732 inline void JSValue::putByIndex(ExecState* exec, unsigned propertyName, JSValue value, bool shouldThrow) argument
738 asCell()->methodTable(exec->vm())->putByIndex(asCell(), exec, propertyName, value, shouldThrow); local
H A DJSGlobalObject.cpp230 bool JSGlobalObject::defineOwnProperty(JSObject* object, ExecState* exec, PropertyName propertyName, const PropertyDescriptor& descriptor, bool shouldThrow) argument
H A DJSObject.cpp421 void JSObject::putByIndex(JSCell* cell, ExecState* exec, unsigned propertyName, JSValue value, bool shouldThrow) argument
1868 bool JSObject::attemptToInterceptPutByIndexOnHoleForPrototype(ExecState* exec, JSValue thisValue, unsigned i, JSValue value, bool shouldThrow) argument
1893 attemptToInterceptPutByIndexOnHole(ExecState* exec, unsigned i, JSValue value, bool shouldThrow) argument
1953 putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage) argument
2027 putByIndexBeyondVectorLength(ExecState* exec, unsigned i, JSValue value, bool shouldThrow) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSCallbackObjectFunctions.h281 void JSCallbackObject<Parent>::putByIndex(JSCell* cell, ExecState* exec, unsigned propertyIndex, JSValue value, bool shouldThrow) argument

Completed in 229 milliseconds