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

  /external/v8/src/ast/
variables.cc 19 case CONST_LEGACY: return "CONST_LEGACY";
  /external/v8/src/
contexts.cc 184 case CONST_LEGACY:
352 DCHECK(mode == CONST_LEGACY || mode == CONST);
353 *binding_flags = (mode == CONST_LEGACY)
globals.h 799 CONST_LEGACY, // declared via legacy 'const' declarations
841 return mode == CONST || mode == CONST_LEGACY || mode == IMPORT;
  /external/v8/src/parsing/
pattern-rewriter.cc 273 } else if (value != nullptr && (descriptor_->mode == CONST_LEGACY ||
parser.cc     [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc     [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 809 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 753 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 765 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 750 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 811 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 807 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 806 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 772 bool hole_init = mode == LET || mode == CONST || mode == CONST_LEGACY;
    [all...]
  /external/v8/src/runtime/
runtime-scopes.cc     [all...]
  /external/v8/src/full-codegen/
full-codegen.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 452 bool hole_init = mode == CONST || mode == CONST_LEGACY || mode == LET;
    [all...]

Completed in 1308 milliseconds