Lines Matching refs:FixedArray
48 OBJECT_CONSTRUCTORS_IMPL(SourceTextModuleInfo, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument
51 FixedArray SourceTextModuleInfo::module_requests() const { in OBJECT_CONSTRUCTORS_IMPL()
52 return FixedArray::cast(get(kModuleRequestsIndex)); in OBJECT_CONSTRUCTORS_IMPL()
55 FixedArray SourceTextModuleInfo::special_exports() const { in special_exports()
56 return FixedArray::cast(get(kSpecialExportsIndex)); in special_exports()
59 FixedArray SourceTextModuleInfo::regular_exports() const { in regular_exports()
60 return FixedArray::cast(get(kRegularExportsIndex)); in regular_exports()
63 FixedArray SourceTextModuleInfo::regular_imports() const { in regular_imports()
64 return FixedArray::cast(get(kRegularImportsIndex)); in regular_imports()
67 FixedArray SourceTextModuleInfo::namespace_imports() const { in namespace_imports()
68 return FixedArray::cast(get(kNamespaceImportsIndex)); in namespace_imports()