Searched refs:kExternalGlobal (Results 1 – 10 of 10) sorted by relevance
/third_party/node/test/fixtures/wpt/wasm/jsapi/instance/ |
D | constructor-caching.any.js | 30 builder.addExportOfKind("exportedGlobal", kExternalGlobal, globalIndex);
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-constants.h | 70 kExternalGlobal = 3, enumerator
|
D | wasm-module-builder.cc | 418 AddExport(name, kExternalGlobal, index); in AddExportedGlobal() 664 buffer->write_u8(kExternalGlobal); in WriteTo() 757 case kExternalGlobal: in WriteTo()
|
D | wasm-module.cc | 417 case kExternalGlobal: in GetImports() 515 case kExternalGlobal: in GetExports()
|
D | module-instantiate.cc | 987 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()
|
D | module-decoder.cc | 52 case kExternalGlobal: in ExternalKindName() 846 case kExternalGlobal: { in DecodeImportSection() 1013 case kExternalGlobal: { in DecodeExportSection()
|
D | c-api.cc | 163 case i::wasm::kExternalGlobal: { in GetImportExportType()
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
D | wasm-module-builder.js | 106 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) {
|
D | instanceTestFactory.js | 359 builder.addExportOfKind("global", kExternalGlobal, index2);
|
/third_party/node/deps/v8/src/debug/ |
D | debug-wasm-objects.cc | 358 isolate, instance, wasm::ImportExportKindCode::kExternalGlobal, in GetName()
|