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

  /external/v8/src/
scopes.h 121 DCHECK(is_function_scope());
265 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; } function in class:v8::internal::Scope
272 return is_eval_scope() || is_function_scope() ||
310 DCHECK(is_function_scope());
317 DCHECK(is_function_scope());
scopes.cc 170 force_context_allocation_ = (outer_scope != NULL && !is_function_scope())
331 if (is_function_scope()) {
453 DCHECK(is_function_scope());
860 if (is_function_scope()) {
994 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) {
    [all...]
scopeinfo.cc 30 if (scope->is_function_scope() && scope->function() != NULL) {
typing.cc 42 if (scope->is_function_scope() && scope->function() != NULL) {
parser.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 294 if (scope()->is_function_scope() && scope()->function() != NULL) {
    [all...]
  /external/v8/src/arm64/
full-codegen-arm64.cc 293 if (scope()->is_function_scope() && scope()->function() != NULL) {
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 288 if (scope()->is_function_scope() && scope()->function() != NULL) {
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 303 if (scope()->is_function_scope() && scope()->function() != NULL) {
    [all...]
  /external/v8/src/mips64/
full-codegen-mips64.cc 298 if (scope()->is_function_scope() && scope()->function() != NULL) {
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 286 if (scope()->is_function_scope() && scope()->function() != NULL) {
    [all...]
  /external/v8/src/x87/
full-codegen-x87.cc 285 if (scope()->is_function_scope() && scope()->function() != NULL) {
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 82 if (scope->is_function_scope() && scope->function() != NULL) {
    [all...]

Completed in 72 milliseconds