Home
last modified time | relevance | path

Searched defs:should_throw (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/libcxx/containers/sequences/vector/
Dasan_throw.pass.cpp43 explicit ThrowOnCopy(bool should_throw) : should_throw(should_throw) {} in ThrowOnCopy()
53 bool should_throw; member in ThrowOnCopy
/external/v8/src/js/
Dv8natives.js513 function DefineProxyProperty(obj, p, attributes, should_throw) { argument
531 function DefineObjectProperty(obj, p, desc, should_throw) { argument
699 function DefineArrayProperty(obj, p, desc, should_throw) { argument
739 function DefineOwnProperty(obj, p, desc, should_throw) { argument
/external/v8/src/
Dobjects.cc1198 ShouldThrow should_throw) { in SetPropertyWithAccessor()
1274 ShouldThrow should_throw) { in SetPropertyWithDefinedSetter()
1382 LookupIterator* it, Handle<Object> value, ShouldThrow should_throw) { in SetPropertyWithFailedAccessCheck()
4065 ShouldThrow should_throw = in SetPropertyInternal() local
4158 ShouldThrow should_throw = in SetProperty() local
4175 ShouldThrow should_throw = in SetSuperProperty() local
4285 ShouldThrow should_throw) { in CannotCreateProperty()
4295 ShouldThrow should_throw) { in WriteToReadOnlyProperty()
4305 ShouldThrow should_throw) { in WriteToReadOnlyProperty()
4315 ShouldThrow should_throw) { in RedefineIncompatibleProperty()
[all …]
Dobjects.h1027 #define RETURN_FAILURE(isolate, should_throw, call) \ argument
/external/v8/test/mjsunit/
Dstrict-mode.js374 function testAssignToUndefined(test, should_throw) { argument