Home
last modified time | relevance | path

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

/external/clang/test/Sema/
D__try.c116 int function_scope = 0; in TEST() local
121 (void)function_scope; in TEST()
127 int function_scope = 0; in TEST() local
132 (void)function_scope; in TEST()
138 int function_scope = 0; in TEST() local
142 __except( function_scope ? 1 : -1 ) {} in TEST()
/external/v8/src/
Dpreparser.cc1059 Scope function_scope(&scope_, kFunctionScope); in ParseFunctionLiteral() local
1096 function_scope.materialized_literal_count(), in ParseFunctionLiteral()
1097 function_scope.expected_properties()); in ParseFunctionLiteral()
/external/chromium/net/proxy/
Dproxy_resolver_v8.cc355 v8::Context::Scope function_scope(v8_context_); in ResolveProxy() local