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

  /external/clang/test/Sema/
__try.c 120 int function_scope = 0; local
125 (void)function_scope;
131 int function_scope = 0; local
136 (void)function_scope;
142 int function_scope = 0; local
146 __except( function_scope ? 1 : -1 ) {}
  /external/v8/src/
preparser.cc 129 PreParserScope function_scope(scope_, FUNCTION_SCOPE);
130 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL,
833 PreParserScope function_scope(scope_, FUNCTION_SCOPE);
834 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL,
scopes.cc 223 FUNCTION_SCOPE,
776 case FUNCTION_SCOPE: return "function";
    [all...]
scopeinfo.cc 176 (scope_type() == FUNCTION_SCOPE && CallsEval()) ||
globals.h 647 FUNCTION_SCOPE, // The top-level scope for a function.
scopes.h 265 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; }
parser.cc     [all...]
preparser.h     [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc     [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 370 v8::Context::Scope function_scope(context);

Completed in 1339 milliseconds