Home
last modified time | relevance | path

Searched refs:should_throw (Results 1 – 23 of 23) sorted by relevance

/external/libcxx/test/libcxx/containers/sequences/vector/
Dasan_throw.pass.cpp44 ThrowOnCopy() : should_throw(false) {} in ThrowOnCopy()
45 explicit ThrowOnCopy(bool xshould_throw) : should_throw(xshould_throw) {} in ThrowOnCopy()
48 : should_throw(other.should_throw) in ThrowOnCopy()
50 if (should_throw) { in ThrowOnCopy()
55 bool should_throw; member in ThrowOnCopy
183 v[6].should_throw = true; in test_insert_n2()
/external/v8/src/objects/
Djs-array-buffer.cc217 ShouldThrow should_throw) { in DefineOwnProperty() argument
233 RETURN_FAILURE(isolate, should_throw, in DefineOwnProperty()
240 RETURN_FAILURE(isolate, should_throw, in DefineOwnProperty()
245 RETURN_FAILURE(isolate, should_throw, in DefineOwnProperty()
257 RETURN_FAILURE(isolate, should_throw, in DefineOwnProperty()
278 return OrdinaryDefineOwnProperty(isolate, o, key, desc, should_throw); in DefineOwnProperty()
Djs-proxy.h41 ShouldThrow should_throw);
50 Handle<JSProxy> proxy, ShouldThrow should_throw);
60 PropertyDescriptor* desc, ShouldThrow should_throw);
127 ShouldThrow should_throw);
Djs-array.h56 PropertyDescriptor* desc, ShouldThrow should_throw);
63 ShouldThrow should_throw);
Djs-array-buffer.h172 PropertyDescriptor* desc, ShouldThrow should_throw);
Dbigint.h199 Isolate* isolate, int radix, int charcount, ShouldThrow should_throw,
Dbigint.cc1810 Isolate* isolate, int radix, int charcount, ShouldThrow should_throw, in AllocateFor() argument
1833 if (should_throw == kThrowOnError) { in AllocateFor()
/external/v8/src/
Dapi-arguments.cc15 ShouldThrow should_throw) in PropertyCallbackArguments() argument
23 Smi::FromInt(should_throw == kThrowOnError ? 1 : 0); in PropertyCallbackArguments()
Dobjects.h1132 #define RETURN_FAILURE(isolate, should_throw, call) \ argument
1134 if ((should_throw) == kDontThrow) { \
1352 Handle<Object> value, ShouldThrow should_throw);
1354 LookupIterator* it, Handle<Object> value, ShouldThrow should_throw);
1357 Handle<Object> value, ShouldThrow should_throw);
1360 ShouldThrow should_throw);
1365 ShouldThrow should_throw, StoreFromKeyed store_mode);
1376 LookupIterator* it, Handle<Object> value, ShouldThrow should_throw);
1382 ShouldThrow should_throw);
2094 PropertyDescriptor* desc, ShouldThrow should_throw);
[all …]
Dobjects.cc1635 ShouldThrow should_throw) { in SetPropertyWithAccessor() argument
1680 should_throw); in SetPropertyWithAccessor()
1688 DCHECK(result->BooleanValue(isolate) || should_throw == kDontThrow); in SetPropertyWithAccessor()
1708 receiver, Handle<JSReceiver>::cast(setter), value, should_throw); in SetPropertyWithAccessor()
1711 RETURN_FAILURE(isolate, should_throw, in SetPropertyWithAccessor()
1743 ShouldThrow should_throw) { in SetPropertyWithDefinedSetter() argument
1861 ShouldThrow should_throw, Handle<Object> value) { in SetPropertyWithInterceptorInternal() argument
1878 *holder, should_throw); in SetPropertyWithInterceptorInternal()
1894 ShouldThrow should_throw, PropertyDescriptor& desc) { in DefinePropertyWithInterceptorInternal() argument
1911 *holder, should_throw); in DefinePropertyWithInterceptorInternal()
[all …]
Dconversions.cc890 if (should_throw() == kThrowOnError) { in GetResult()
895 DCHECK_EQ(should_throw(), kDontThrow); in GetResult()
901 DCHECK_EQ(should_throw() == kThrowOnError, in GetResult()
925 isolate(), radix(), charcount, should_throw(), pretenure); in AllocateResult()
937 ShouldThrow should_throw() const { return kDontThrow; } in should_throw() function in v8::internal::StringToBigIntHelper
Dapi-arguments.h71 JSObject* holder, ShouldThrow should_throw);
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dmerge.pass.cpp41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
/external/libcxx/test/std/containers/associative/set/
Dmerge.pass.cpp41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dmerge.pass.cpp41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
/external/libcxx/test/std/containers/associative/multiset/
Dmerge.pass.cpp41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dmerge.pass.cpp42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
/external/libcxx/test/std/containers/unord/unord.multiset/
Dmerge.pass.cpp42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dmerge.pass.cpp42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
/external/libcxx/test/std/containers/unord/unord.set/
Dmerge.pass.cpp42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
/external/v8/src/runtime/
Druntime-scopes.cc795 ShouldThrow should_throw, in LoadLookupSlot() argument
843 if (should_throw == kThrowOnError) { in LoadLookupSlot()
/external/v8/src/ic/
Dic.cc2604 ShouldThrow should_throw = in RUNTIME_FUNCTION() local
2607 should_throw); in RUNTIME_FUNCTION()
/external/v8/src/parsing/
Dparser-base.h852 inline bool CheckTemplateEscapes(bool should_throw, bool* ok) { in CheckTemplateEscapes() argument
860 if (should_throw) { in CheckTemplateEscapes()