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

  /external/v8/src/parsing/
preparser.cc 89 FunctionKind kind, DeclarationScope* function_scope, bool parsing_module,
91 DCHECK_EQ(FUNCTION_SCOPE, function_scope->scope_type());
97 function_scope->set_is_being_lazily_parsed(true);
105 // The caller passes the function_scope which is not yet inserted into the
106 // scope stack. All scopes above the function_scope are ignored by the
110 FunctionState function_state(&function_state_, &scope_, function_scope);
115 PreParserFormalParameters formals(function_scope);
131 formals.arity, kind, formals.has_rest, function_scope->start_position(),
138 DeclarationScope* inner_scope = function_scope;
236 DeclarationScope* function_scope = NewFunctionScope(kind); local
    [all...]
parser.cc 176 DeclarationScope* function_scope = NewFunctionScope(kind); local
177 SetLanguageMode(function_scope, STRICT);
179 function_scope->set_start_position(pos);
180 function_scope->set_end_position(pos);
184 FunctionState function_state(&function_state_, &scope_, function_scope);
193 Variable* constructor_args = function_scope->DeclareParameter(
212 name, function_scope, body, expected_property_count, parameter_count,
3319 Scope* function_scope = inner_scope->outer_scope(); local
    [all...]
parser.h 354 DeclarationScope* function_scope,
549 DeclarationScope* function_scope,
563 DeclarationScope* function_scope, int* num_parameters,
    [all...]
parser-base.h 676 DCHECK_NE(FUNCTION_SCOPE, scope_type);
691 DeclarationScope(zone(), scope(), FUNCTION_SCOPE, kind);
3961 DeclarationScope* function_scope = scope()->AsDeclarationScope(); local
    [all...]
preparser.h     [all...]
  /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/objects/
scope-info.cc 150 DeclarationScope* function_scope = scope->AsDeclarationScope(); local
151 has_simple_parameters = function_scope->has_simple_parameters();
152 asm_module = function_scope->asm_module();
153 asm_function = function_scope->asm_function();
440 (scope_type() == FUNCTION_SCOPE && CallsSloppyEval()) ||
441 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) ||
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 382 v8::Context::Scope function_scope(context);

Completed in 69 milliseconds