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

  /external/selinux/libsepol/tests/
test-common.h 30 * scope_type what scope the role should have (eg., SCOPE_DECL or SCOPE_REQ)
37 extern void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len);
test-common.c 29 void test_sym_presence(policydb_t * p, char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned int len)
42 CU_ASSERT(scope->scope == scope_type);
  /external/v8/src/
scopes.cc 70 Scope::Scope(Scope* outer_scope, ScopeType scope_type,
81 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
86 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null());
88 DCHECK(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
94 ScopeType scope_type,
110 SetDefaults(scope_type, NULL, scope_info);
149 void Scope::SetDefaults(ScopeType scope_type,
153 scope_type_ = scope_type;
773 static const char* Header(ScopeType scope_type) {
    [all...]
scopeinfo.cc 56 int flags = ScopeTypeField::encode(scope->scope_type()) |
137 ScopeType ScopeInfo::scope_type() { function in class:v8::internal::ScopeInfo
175 scope_type() == WITH_SCOPE ||
176 (scope_type() == FUNCTION_SCOPE && CallsEval()) ||
177 scope_type() == MODULE_SCOPE;
scopes.h 75 Scope(Scope* outer_scope, ScopeType scope_type,
299 ScopeType scope_type() const { return scope_type_; } function in class:v8::internal::Scope
parser.h 577 V8_INLINE Scope* NewScope(Scope* parent_scope, ScopeType scope_type);
863 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type) {
864 return parser_->NewScope(parent_scope, scope_type);
    [all...]
preparser.h     [all...]
runtime.cc     [all...]
parser.cc 269 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) {
272 new (zone()) Scope(parent, scope_type, ast_value_factory(), zone());
    [all...]
objects.h     [all...]
  /external/v8/test/cctest/
test-parsing.cc 933 i::ScopeType scope_type; member in struct:SourceData
    [all...]

Completed in 368 milliseconds