Searched refs:AddImport (Results 1 – 8 of 8) sorted by relevance
108 contextPkg = string(g.gen.AddImport(contextPkgPath))109 grpcPkg = string(g.gen.AddImport(grpcPkgPath))
35 void AddImport(const AstRawString* import_name,
30 void ModuleDescriptor::AddImport(const AstRawString* import_name, in AddImport() function in v8::internal::ModuleDescriptor
226 uint32_t AddImport(Vector<const char> name, FunctionSig* sig);
276 uint32_t WasmModuleBuilder::AddImport(Vector<const char> name, in AddImport() function in v8::internal::wasm::WasmModuleBuilder
548 func (g *Generator) AddImport(importPath GoImportPath) GoPackageName { func1667 g.AddImport(importPath)
368 module_builder_->AddImport(info.import->function_name, void_void_sig); in ValidateModule()2219 module_builder_->AddImport(function_info->import->function_name, sig); in ValidateCall()
1139 module()->AddImport(ast_value_factory()->default_string(), in ParseImportDeclaration()1150 module()->AddImport(import->import_name, import->local_name, in ParseImportDeclaration()