HomeSort by relevance Sort by last modified time
    Searched refs:should_throw (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/libcxx/containers/sequences/vector/
asan_throw.pass.cpp 42 ThrowOnCopy() : should_throw(false) {}
43 explicit ThrowOnCopy(bool should_throw) : should_throw(should_throw) {}
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/js/
v8natives.js 513 function DefineProxyProperty(obj, p, attributes, should_throw) {
520 if (should_throw) {
531 function DefineObjectProperty(obj, p, desc, should_throw) {
537 if (should_throw) {
566 if (should_throw) {
576 if (should_throw) {
587 if (should_throw) {
598 if (should_throw) {
609 if (should_throw) {
616 if (should_throw) {
    [all...]
  /external/v8/src/
objects.cc 4065 ShouldThrow should_throw = local
4158 ShouldThrow should_throw = local
4175 ShouldThrow should_throw = local
4921 ShouldThrow should_throw = local
4986 ShouldThrow should_throw = local
    [all...]
objects.h     [all...]
  /external/v8/test/mjsunit/
strict-mode.js 374 function testAssignToUndefined(test, should_throw) {
378 assertTrue(should_throw, "strict mode");
382 assertFalse(should_throw, "strict mode");
    [all...]

Completed in 73 milliseconds