• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# source binary: module-regular-import.abc
2
3.language ECMAScript
4
5# ====================
6# LITERALS
7
80 0x31e { 3 [ ModuleTag: LOCAL_EXPORT, local_name: a, export_name: a; ModuleTag: LOCAL_EXPORT, local_name: b, export_name: b; ModuleTag: LOCAL_EXPORT, local_name: c, export_name: c; ]}
91 0x20f { 1 [ ModuleTag: REGULAR_IMPORT, local_name: a, import_name: a, module_request: ./module-export-file.js; ]}
10
11# ====================
12# RECORDS
13
14.record _ESConcurrentModuleRequestsAnnotation {
15}
16
17.record _ESSlotNumberAnnotation {
18}
19
20.record _ESTypeAnnotation <external>
21
22.record module-export-file {
23	u8 pkgName@ = 0x0
24	u8 isCommonjs = 0x0
25	u32 moduleRecordIdx = 0x31e
26}
27
28.record module-regular-import {
29	u8 pkgName@ = 0x0
30	u8 isCommonjs = 0x0
31	u32 moduleRecordIdx = 0x20f
32}
33
34# ====================
35# METHODS
36
37.function any module-export-file.func_main_0(any a0, any a1, any a2) <static> {
38	ldai 0x1
39	stmodulevar 0x0
40	ldai 0x2
41	stmodulevar 0x1
42	ldai 0x3
43	stmodulevar 0x2
44	ldundefined
45	returnundefined
46}
47
48.function any module-regular-import.func_main_0(any a0, any a1, any a2) <static> {
49	ldundefined
50	returnundefined
51}
52
53# ====================
54# STRING
55
56