Home | History | Annotate | Download | only in cctest

Lines Matching refs:ACCESS_SET

8384   // Enable both ACCESS_HAS and ACCESS_SET.
8386 allowed_access_type[v8::ACCESS_SET] = true;
8396 allowed_access_type[v8::ACCESS_SET] = false;
8399 // Enable both ACCESS_HAS, ACCESS_GET and ACCESS_SET.
8402 allowed_access_type[v8::ACCESS_SET] = true;
8412 allowed_access_type[v8::ACCESS_SET] = false;
8442 // Enable both ACCESS_HAS and ACCESS_SET.
8444 allowed_access_type[v8::ACCESS_SET] = true;
8451 allowed_access_type[v8::ACCESS_SET] = false;
8454 // Enable both ACCESS_HAS, ACCESS_GET and ACCESS_SET.
8457 allowed_access_type[v8::ACCESS_SET] = true;
8464 allowed_access_type[v8::ACCESS_SET] = false;
13485 return type != v8::ACCESS_SET;
13493 return type != v8::ACCESS_SET;