Home
last modified time | relevance | path

Searched refs:function_scope (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Sema/
D__try.c117 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/
Dpreparser.cc113 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/
Dcc_generator.py986 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/
Dproxy_resolver_v8.cc374 v8::Context::Scope function_scope(context); in ResolveProxy() local
/external/chromium_org/net/proxy/
Dproxy_resolver_v8.cc371 v8::Context::Scope function_scope(context); in ResolveProxy() local