Searched defs:regular_exports (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/ast/
H A Dmodules.h89 // variable (i.e. regular_imports and regular_exports after Validate) use
139 const ZoneMultimap<const AstRawString*, Entry*>& regular_exports() const { function in class:v8::internal::ModuleDescriptor
/external/v8/src/objects/
H A Dmodule-info.h40 inline FixedArray* regular_exports() const { function in class:v8::internal::ModuleInfo
52 // Accessors for [regular_exports].
63 return regular_exports() == other->regular_exports() &&
H A Dscope-info.cc886 Handle<FixedArray> regular_exports = local
904 result->set(kRegularExportsIndex, *regular_exports);
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 +
927 return FixedArray::cast(regular_exports()->get(
/external/v8/src/
H A Dfactory.cc1925 Handle<FixedArray> regular_exports = local
1937 module->set_regular_exports(*regular_exports);
/external/v8/src/interpreter/
H A Dinterpreter.cc1005 Node* regular_exports = local
1009 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index);
1048 Node* regular_exports = local
1052 Node* cell = __ LoadFixedArrayElement(regular_exports, export_index);

Completed in 356 milliseconds