Lines Matching refs:SyntheticModule
21 Maybe<bool> SyntheticModule::SetExport(Isolate* isolate, in SetExport()
22 Handle<SyntheticModule> module, in SetExport()
40 void SyntheticModule::SetExportStrict(Isolate* isolate, in SetExportStrict()
41 Handle<SyntheticModule> module, in SetExportStrict()
54 MaybeHandle<Cell> SyntheticModule::ResolveExport( in ResolveExport()
55 Isolate* isolate, Handle<SyntheticModule> module, in ResolveExport()
71 bool SyntheticModule::PrepareInstantiate(Isolate* isolate, in PrepareInstantiate()
72 Handle<SyntheticModule> module, in PrepareInstantiate()
93 bool SyntheticModule::FinishInstantiate(Isolate* isolate, in FinishInstantiate()
94 Handle<SyntheticModule> module) { in FinishInstantiate()
101 MaybeHandle<Object> SyntheticModule::Evaluate(Isolate* isolate, in Evaluate()
102 Handle<SyntheticModule> module) { in Evaluate()