Searched refs:should_throw (Results 1 - 7 of 7) sorted by relevance

/external/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp42 ThrowOnCopy() : should_throw(false) {}
43 explicit ThrowOnCopy(bool should_throw) : should_throw(should_throw) {} argument
46 : should_throw(other.should_throw)
48 if (should_throw) {
53 bool should_throw; member in class:ThrowOnCopy
181 v[6].should_throw = true;
/external/v8/src/
H A Dapi-arguments.h80 JSObject* holder, Object::ShouldThrow should_throw)
88 Smi::FromInt(should_throw == Object::THROW_ON_ERROR ? 1 : 0);
79 PropertyCallbackArguments(Isolate* isolate, Object* data, Object* self, JSObject* holder, Object::ShouldThrow should_throw) argument
H A Dobjects.cc1211 ShouldThrow should_throw) {
1245 should_throw);
1264 receiver, Handle<JSReceiver>::cast(setter), value, should_throw);
1267 RETURN_FAILURE(isolate, should_throw,
1299 ShouldThrow should_throw) {
1448 Object::ShouldThrow should_throw, Handle<Object> value) {
1465 *holder, should_throw);
1576 LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) {
1583 return SetPropertyWithAccessor(it, value, should_throw);
1587 it, interceptor, should_throw, valu
1209 SetPropertyWithAccessor(LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) argument
1296 SetPropertyWithDefinedSetter(Handle<Object> receiver, Handle<JSReceiver> setter, Handle<Object> value, ShouldThrow should_throw) argument
1446 SetPropertyWithInterceptorInternal( LookupIterator* it, Handle<InterceptorInfo> interceptor, Object::ShouldThrow should_throw, Handle<Object> value) argument
1575 SetPropertyWithFailedAccessCheck( LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) argument
4361 SetPropertyWithInterceptor(LookupIterator* it, ShouldThrow should_throw, Handle<Object> value) argument
4386 ShouldThrow should_throw = local
4502 ShouldThrow should_throw = local
4525 ShouldThrow should_throw = local
4609 CannotCreateProperty(Isolate* isolate, Handle<Object> receiver, Handle<Object> name, Handle<Object> value, ShouldThrow should_throw) argument
4621 WriteToReadOnlyProperty(LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) argument
4629 WriteToReadOnlyProperty(Isolate* isolate, Handle<Object> receiver, Handle<Object> name, Handle<Object> value, ShouldThrow should_throw) argument
4640 RedefineIncompatibleProperty(Isolate* isolate, Handle<Object> name, Handle<Object> value, ShouldThrow should_throw) argument
4688 AddDataProperty(LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, ShouldThrow should_throw, StoreFromKeyed store_mode) argument
5192 ShouldThrow should_throw = local
5257 ShouldThrow should_throw = local
5526 DefineOwnPropertyIgnoreAttributes( LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, ShouldThrow should_throw, AccessorInfoHandling handling) argument
6034 DeletePropertyWithInterceptor(LookupIterator* it, ShouldThrow should_throw) argument
6142 ShouldThrow should_throw = local
6344 DefineOwnProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> key, PropertyDescriptor* desc, ShouldThrow should_throw) argument
6369 OrdinaryDefineOwnProperty(Isolate* isolate, Handle<JSObject> object, Handle<Object> key, PropertyDescriptor* desc, ShouldThrow should_throw) argument
6396 OrdinaryDefineOwnProperty(LookupIterator* it, PropertyDescriptor* desc, ShouldThrow should_throw) argument
6421 IsCompatiblePropertyDescriptor( Isolate* isolate, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, Handle<Name> property_name, ShouldThrow should_throw) argument
6434 ValidateAndApplyPropertyDescriptor( Isolate* isolate, LookupIterator* it, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, ShouldThrow should_throw, Handle<Name> property_name) argument
6691 CreateDataProperty(LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) argument
6712 CreateDataProperty(LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) argument
6761 DefineOwnProperty(Isolate* isolate, Handle<JSArray> o, Handle<Object> name, PropertyDescriptor* desc, ShouldThrow should_throw) argument
6863 ArraySetLength(Isolate* isolate, Handle<JSArray> a, PropertyDescriptor* desc, ShouldThrow should_throw) argument
6950 DefineOwnProperty(Isolate* isolate, Handle<JSProxy> proxy, Handle<Object> key, PropertyDescriptor* desc, ShouldThrow should_throw) argument
7062 SetPrivateProperty(Isolate* isolate, Handle<JSProxy> proxy, Handle<Symbol> private_name, PropertyDescriptor* desc, ShouldThrow should_throw) argument
7424 SetIntegrityLevel(Handle<JSReceiver> receiver, IntegrityLevel level, ShouldThrow should_throw) argument
7520 PreventExtensions(Handle<JSReceiver> object, ShouldThrow should_throw) argument
7532 PreventExtensions(Handle<JSProxy> proxy, ShouldThrow should_throw) argument
7578 PreventExtensions(Handle<JSObject> object, ShouldThrow should_throw) argument
7718 PreventExtensionsWithTransition( Handle<JSObject> object, ShouldThrow should_throw) argument
14831 SetPrototype(Handle<JSReceiver> object, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) argument
14845 SetPrototype(Handle<JSProxy> proxy, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) argument
14915 SetPrototype(Handle<JSObject> object, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) argument
15147 AddDataElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, ShouldThrow should_throw) argument
[all...]
H A Dobjects.h1054 #define RETURN_FAILURE(isolate, should_throw, call) \
1056 if ((should_throw) == DONT_THROW) { \
1286 Handle<Object> value, ShouldThrow should_throw);
1288 LookupIterator* it, Handle<Object> value, ShouldThrow should_throw);
1291 Handle<Object> value, ShouldThrow should_throw);
1294 ShouldThrow should_throw);
1299 ShouldThrow should_throw, StoreFromKeyed store_mode);
1310 LookupIterator* it, Handle<Object> value, ShouldThrow should_throw);
1317 ShouldThrow should_throw);
1892 PropertyDescriptor* desc, ShouldThrow should_throw);
[all...]
/external/v8/test/mjsunit/
H A Dstrict-mode.js374 function testAssignToUndefined(test, should_throw) {
378 assertTrue(should_throw, "strict mode");
382 assertFalse(should_throw, "strict mode");
/external/v8/src/runtime/
H A Druntime-scopes.cc858 Object::ShouldThrow should_throw,
913 if (should_throw == Object::THROW_ON_ERROR) {
857 LoadLookupSlot(Handle<String> name, Object::ShouldThrow should_throw, Handle<Object>* receiver_return = nullptr) argument
/external/v8/src/ic/
H A Dic.cc2848 Object::ShouldThrow should_throw = local
2851 *holder, should_throw);

Completed in 227 milliseconds