Searched refs:function_scope (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/Sema/ |
D | __try.c | 117 int function_scope = 0; in TEST() local 122 (void)function_scope; in TEST() 128 int function_scope = 0; in TEST() local 133 (void)function_scope; in TEST() 139 int function_scope = 0; in TEST() local 143 __except( function_scope ? 1 : -1 ) {} in TEST()
|
/external/chromium_org/v8/src/ |
D | preparser.cc | 113 PreParserScope function_scope(scope_, FUNCTION_SCOPE); in PreParseLazyFunction() local 114 FunctionState function_state(&function_state_, &scope_, &function_scope); in PreParseLazyFunction() 811 PreParserScope function_scope(scope_, FUNCTION_SCOPE); in ParseFunctionLiteral() local 812 FunctionState function_state(&function_state_, &scope_, &function_scope); in ParseFunctionLiteral()
|
/external/chromium_org/tools/json_schema_compiler/ |
D | cc_generator.py | 986 function_scope, argument 999 c.Concat(self._GeneratePropertyFunctions(function_scope, params)) 1017 'function_scope': ('%s::' % function_scope) if function_scope else '', 1023 def _GenerateEventNameConstant(self, function_scope, event): argument
|
/external/chromium-libpac/src/ |
D | proxy_resolver_v8.cc | 374 v8::Context::Scope function_scope(context); in ResolveProxy() local
|
/external/chromium_org/net/proxy/ |
D | proxy_resolver_v8.cc | 371 v8::Context::Scope function_scope(context); in ResolveProxy() local
|