Home
last modified time | relevance | path

Searched refs:AddImport (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dmodules.h35 void AddImport(
Dmodules.cc12 void ModuleDescriptor::AddImport( in AddImport() function in v8::internal::ModuleDescriptor
/external/v8/src/wasm/
Dwasm-module-builder.h223 uint32_t AddImport(const char* name, int name_length, FunctionSig* sig);
Dwasm-module-builder.cc278 uint32_t WasmModuleBuilder::AddImport(const char* name, int name_length, in AddImport() function in v8::internal::wasm::WasmModuleBuilder
/external/v8/src/asmjs/
Dasm-wasm-builder.cc730 void AddImport(Variable* v, const char* name, int name_length) { in AddImport() function in v8::internal::wasm::AsmWasmBuilderImpl::ImportedFunctionTable
749 uint32_t index = builder_->builder_->AddImport( in LookupOrInsertImport()
904 imported_function_table_.AddImport( in VisitAssignment()
/external/v8/src/parsing/
Dparser.cc1252 module()->AddImport(ast_value_factory()->default_string(), in ParseImportDeclaration()
1263 module()->AddImport(import->import_name, import->local_name, in ParseImportDeclaration()