Lines Matching refs:ACCESS_SET
6818 // Enable both ACCESS_HAS and ACCESS_SET.
6820 allowed_access_type[v8::ACCESS_SET] = true;
6830 allowed_access_type[v8::ACCESS_SET] = false;
6833 // Enable both ACCESS_HAS, ACCESS_GET and ACCESS_SET.
6836 allowed_access_type[v8::ACCESS_SET] = true;
6846 allowed_access_type[v8::ACCESS_SET] = false;
6876 // Enable both ACCESS_HAS and ACCESS_SET.
6878 allowed_access_type[v8::ACCESS_SET] = true;
6885 allowed_access_type[v8::ACCESS_SET] = false;
6888 // Enable both ACCESS_HAS, ACCESS_GET and ACCESS_SET.
6891 allowed_access_type[v8::ACCESS_SET] = true;
6898 allowed_access_type[v8::ACCESS_SET] = false;
11116 return type != v8::ACCESS_SET;
11124 return type != v8::ACCESS_SET;