/external/chromium_org/v8/test/cctest/ |
D | test-heap.cc | 124 HandleScope outer_scope(isolate); in TEST() local 1791 v8::HandleScope outer_scope(isolate); in TEST() local 1837 v8::HandleScope outer_scope(isolate); in TEST() local 1881 v8::HandleScope outer_scope(isolate); in TEST() local 1925 v8::HandleScope outer_scope(isolate); in TEST() local 1979 v8::HandleScope outer_scope(CcTest::isolate()); in TEST() local 2095 v8::HandleScope outer_scope(CcTest::isolate()); in TEST() local 2152 v8::HandleScope outer_scope(CcTest::isolate()); in TEST() local 3923 HandleScope outer_scope(heap->isolate()); in TEST() local 3966 HandleScope outer_scope(heap->isolate()); in TEST() local [all …]
|
D | test-strings.cc | 653 HandleScope outer_scope(isolate); in TestStringCharacterStream() local
|
D | test-api.cc | 15609 v8::HandleScope outer_scope(isolate); in TEST() local 22346 HandleScope outer_scope(CcTest::isolate()); in TEST() local
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Symtab.py | 297 def __init__(self, name, outer_scope, parent_scope): argument 1483 def __init__(self, name, outer_scope, parent_scope = None): argument 1575 def __init__(self, outer_scope): argument 1617 def __init__(self, name, scope_name, outer_scope, parent_scope=None): argument 1678 def __init__(self, name, outer_scope): argument 1786 def __init__(self, name, outer_scope, visibility): argument 2072 def __init__(self, name, outer_scope, templates=None): argument 2246 def __init__(self, name, outer_scope): argument
|
D | ExprNodes.py | 6401 def init_scope(self, outer_scope, expr_scope=None): argument
|
/external/chromium_org/v8/src/ |
D | scopes.h | 333 Scope* outer_scope() const { return outer_scope_; } in outer_scope() function
|
D | scopes.cc | 70 Scope::Scope(Scope* outer_scope, ScopeType scope_type, in Scope() function in v8::internal::Scope 150 Scope* outer_scope, in SetDefaults()
|
D | d8.cc | 1156 HandleScope outer_scope(isolate); in RunShell() local
|
D | preparser.h | 1252 PreParserScope NewScope(PreParserScope* outer_scope, ScopeType scope_type) { in NewScope()
|
D | hydrogen.cc | 4532 Scope* outer_scope = scope(); in VisitBlock() local 4687 Scope* outer_scope = NULL; in VisitContinueStatement() local 4719 Scope* outer_scope = NULL; in VisitBreakStatement() local
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 3258 string outer_scope; in BuildEnumValue() local
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 3652 string outer_scope; in BuildEnumValue() local
|