Searched refs:is_function_scope (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h143 ASSERT(is_function_scope());
286 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; } function in class:v8::internal::Scope
293 return is_eval_scope() || is_function_scope() ||
335 ASSERT(is_function_scope());
342 ASSERT(is_function_scope());
H A Dscopes.cc200 force_context_allocation_ = (outer_scope != NULL && !is_function_scope())
352 if (is_function_scope()) {
464 ASSERT(is_function_scope());
865 if (is_function_scope()) {
1000 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
1242 ASSERT(is_function_scope());
1359 if (is_function_scope()) AllocateParameterLocals();
1367 (is_function_scope() && calls_eval());
H A Dscopeinfo.cc55 if (scope->is_function_scope() && scope->function() != NULL) {
H A Dtyping.cc62 if (scope->is_function_scope() && scope->function() != NULL) {
H A Dparser.cc1491 if (declaration_scope->is_function_scope() ||
H A Dhydrogen.cc2862 if (scope->is_function_scope() && scope->function() != NULL) {
/external/v8/src/
H A Dscopes.h133 ASSERT(is_function_scope() && function_ == NULL);
269 bool is_function_scope() const { return type_ == FUNCTION_SCOPE; } function in class:v8::internal::Scope
276 return is_eval_scope() || is_function_scope() || is_global_scope();
318 ASSERT(is_function_scope());
325 ASSERT(is_function_scope());
H A Dscopes.cc337 if (is_function_scope()) {
444 ASSERT(is_function_scope());
800 if (is_function_scope()) {
923 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
1140 ASSERT(is_function_scope());
1247 if (is_function_scope()) AllocateParameterLocals();
1254 (is_function_scope() && calls_eval());
H A Dscopeinfo.cc55 if (scope->is_function_scope() && scope->function() != NULL) {
H A Dparser.cc1171 if (top_scope_->is_function_scope()) {
1178 if (top_scope_->is_function_scope()) {
1729 if (declaration_scope->is_function_scope() ||
H A Dhydrogen.cc2486 if (scope->is_function_scope() && scope->function() != NULL) {
/external/v8/src/arm/
H A Dfull-codegen-arm.cc277 if (scope()->is_function_scope() && scope()->function() != NULL) {
1170 scope()->is_function_scope() &&
4372 ASSERT(declaration_scope->is_function_scope());
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc271 if (scope()->is_function_scope() && scope()->function() != NULL) {
1124 scope()->is_function_scope() &&
4359 ASSERT(declaration_scope->is_function_scope());
/external/v8/src/mips/
H A Dfull-codegen-mips.cc284 if (scope()->is_function_scope() && scope()->function() != NULL) {
1179 scope()->is_function_scope() &&
4408 ASSERT(declaration_scope->is_function_scope());
/external/v8/src/x64/
H A Dfull-codegen-x64.cc284 if (scope()->is_function_scope() && scope()->function() != NULL) {
1078 scope()->is_function_scope() &&
4273 ASSERT(declaration_scope->is_function_scope());
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc282 if (scope()->is_function_scope() && scope()->function() != NULL) {
1330 scope()->is_function_scope() &&
4794 ASSERT(declaration_scope->is_function_scope());
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc274 if (scope()->is_function_scope() && scope()->function() != NULL) {
1268 scope()->is_function_scope() &&
4801 ASSERT(declaration_scope->is_function_scope());
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc286 if (scope()->is_function_scope() && scope()->function() != NULL) {
1333 scope()->is_function_scope() &&
4822 ASSERT(declaration_scope->is_function_scope());
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc268 if (scope()->is_function_scope() && scope()->function() != NULL) {
1292 scope()->is_function_scope() &&
4785 ASSERT(declaration_scope->is_function_scope());

Completed in 1139 milliseconds