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

  /external/v8/src/objects/
module-info.h 85 kRegularExportLength
scope-info.cc 911 DCHECK_EQ(regular_exports()->length() % kRegularExportLength, 0);
912 return regular_exports()->length() / kRegularExportLength;
916 return String::cast(regular_exports()->get(i * kRegularExportLength +
921 return Smi::cast(regular_exports()->get(i * kRegularExportLength +
928 i * kRegularExportLength + kRegularExportExportNamesOffset));
    [all...]
  /external/v8/src/ast/
modules.cc 119 ModuleInfo::kRegularExportLength * regular_exports_.size(), zone);
139 index += ModuleInfo::kRegularExportLength;

Completed in 112 milliseconds