/external/libcxx/test/libcxx/containers/sequences/vector/ |
D | asan_throw.pass.cpp | 44 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/ |
D | js-array-buffer.cc | 217 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()
|
D | js-proxy.h | 41 ShouldThrow should_throw); 50 Handle<JSProxy> proxy, ShouldThrow should_throw); 60 PropertyDescriptor* desc, ShouldThrow should_throw); 127 ShouldThrow should_throw);
|
D | js-array.h | 56 PropertyDescriptor* desc, ShouldThrow should_throw); 63 ShouldThrow should_throw);
|
D | js-array-buffer.h | 172 PropertyDescriptor* desc, ShouldThrow should_throw);
|
D | bigint.h | 199 Isolate* isolate, int radix, int charcount, ShouldThrow should_throw,
|
D | bigint.cc | 1810 Isolate* isolate, int radix, int charcount, ShouldThrow should_throw, in AllocateFor() argument 1833 if (should_throw == kThrowOnError) { in AllocateFor()
|
/external/v8/src/ |
D | api-arguments.cc | 15 ShouldThrow should_throw) in PropertyCallbackArguments() argument 23 Smi::FromInt(should_throw == kThrowOnError ? 1 : 0); in PropertyCallbackArguments()
|
D | objects.h | 1132 #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 …]
|
D | objects.cc | 1635 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 …]
|
D | conversions.cc | 890 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
|
D | api-arguments.h | 71 JSObject* holder, ShouldThrow should_throw);
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | merge.pass.cpp | 41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
|
/external/libcxx/test/std/containers/associative/set/ |
D | merge.pass.cpp | 41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | merge.pass.cpp | 41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | merge.pass.cpp | 41 throw_comparator(bool& should_throw) : should_throw_(should_throw) {} in throw_comparator()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
D | merge.pass.cpp | 42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | merge.pass.cpp | 42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
D | merge.pass.cpp | 42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | merge.pass.cpp | 42 throw_hasher(bool& should_throw) : should_throw_(should_throw) {} in throw_hasher()
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 795 ShouldThrow should_throw, in LoadLookupSlot() argument 843 if (should_throw == kThrowOnError) { in LoadLookupSlot()
|
/external/v8/src/ic/ |
D | ic.cc | 2604 ShouldThrow should_throw = in RUNTIME_FUNCTION() local 2607 should_throw); in RUNTIME_FUNCTION()
|
/external/v8/src/parsing/ |
D | parser-base.h | 852 inline bool CheckTemplateEscapes(bool should_throw, bool* ok) { in CheckTemplateEscapes() argument 860 if (should_throw) { in CheckTemplateEscapes()
|