Home
last modified time | relevance | path

Searched refs:kExternalGlobal (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/instance/
Dconstructor-caching.any.js30 builder.addExportOfKind("exportedGlobal", kExternalGlobal, globalIndex);
/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h70 kExternalGlobal = 3, enumerator
Dwasm-module-builder.cc418 AddExport(name, kExternalGlobal, index); in AddExportedGlobal()
664 buffer->write_u8(kExternalGlobal); in WriteTo()
757 case kExternalGlobal: in WriteTo()
Dwasm-module.cc417 case kExternalGlobal: in GetImports()
515 case kExternalGlobal: in GetExports()
Dmodule-instantiate.cc987 module_->import_table[index].kind == kExternalGlobal && in LookupImportAsm()
1678 case kExternalGlobal: { in ProcessImports()
1776 } else if (import.kind == kExternalGlobal) { in ProcessExports()
1839 case kExternalGlobal: { in ProcessExports()
Dmodule-decoder.cc52 case kExternalGlobal: in ExternalKindName()
846 case kExternalGlobal: { in DecodeImportSection()
1013 case kExternalGlobal: { in DecodeExportSection()
Dc-api.cc163 case i::wasm::kExternalGlobal: { in GetImportExportType()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js106 let kExternalGlobal = 3; variable
655 this.module.exports.push({name: name, kind: kExternalGlobal,
784 let o = {module: module, name: name, kind: kExternalGlobal, type: type,
922 } else if (imp.kind == kExternalGlobal) {
DinstanceTestFactory.js359 builder.addExportOfKind("global", kExternalGlobal, index2);
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc358 isolate, instance, wasm::ImportExportKindCode::kExternalGlobal, in GetName()