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

  /external/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/chromium_org/v8/src/
scopes.cc 107 Scope::Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone)
117 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE)
121 SetDefaults(scope_type, outer_scope, Handle<ScopeInfo>::null());
123 ASSERT(scope_type == GLOBAL_SCOPE || outer_scope != NULL);
129 ScopeType scope_type,
143 SetDefaults(scope_type, NULL, scope_info);
180 void Scope::SetDefaults(ScopeType scope_type,
184 scope_type_ = scope_type;
783 static const char* Header(ScopeType scope_type) {
    [all...]
scopeinfo.cc 81 int flags = ScopeTypeField::encode(scope->scope_type()) |
158 ScopeType ScopeInfo::scope_type() { function in class:v8::internal::ScopeInfo
196 scope_type() == WITH_SCOPE ||
197 (scope_type() == FUNCTION_SCOPE && CallsEval()) ||
198 scope_type() == MODULE_SCOPE;
scopes.h 100 Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone);
324 ScopeType scope_type() const { return scope_type_; } function in class:v8::internal::Scope
runtime.cc     [all...]
parser.cc 414 Scope* Parser::NewScope(Scope* parent, ScopeType scope_type) {
415 Scope* result = new(zone()) Scope(parent, scope_type, zone());
    [all...]
objects.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 828 i::ScopeType scope_type; member in struct:SourceData
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 826 i::ScopeType scope_type; member in struct:SourceData
    [all...]
  /external/v8/src/
runtime.cc     [all...]

Completed in 380 milliseconds