nova_vm 1.0.0

Nova Virtual Machine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
 
*default*
-0
0
[object Arguments]
[object Array]
[object Boolean]
[object Date]
[object Error]
[object Function]
[object Module]
[object Null]
[object Number]
[object Object]
[object RegExp]
[object String]
[object Undefined]
[Symbol.asyncIterator]
[Symbol.hasInstance]
[Symbol.iterator]
[Symbol.match]
[Symbol.matchAll]
[Symbol.replace]
[Symbol.search]
[Symbol.split]
[Symbol.toPrimitive]
__proto__
#[cfg(feature = "math")]abs
#[cfg(feature = "math")]acos
#[cfg(feature = "math")]acosh
#[cfg(any(feature = "atomics", feature = "set", feature = "weak-refs", feature = "temporal"))]add
AggregateError
all
allSettled
#[cfg(feature = "annex-b-string")]anchor
#[cfg(feature = "atomics")]and
anonymous
any
apply
arguments
Array
Array Iterator
#[cfg(feature = "array-buffer")]ArrayBuffer
#[cfg(feature = "math")]asin
#[cfg(feature = "math")]asinh
asIntN
assign
asUintN
AsyncFunction
AsyncGenerator
AsyncGeneratorFunction
#[cfg(feature = "atomics")]async
asyncIterator
at
#[cfg(feature = "math")]atan
#[cfg(feature = "math")]atan2
#[cfg(feature = "math")]atanh
#[cfg(feature = "atomics")]Atomics
#[cfg(feature = "annex-b-string")]big
bigint
BigInt
#[cfg(feature = "array-buffer")]BigInt64Array
#[cfg(feature = "array-buffer")]BigUint64Array
bind
#[cfg(feature = "annex-b-string")]blink
#[cfg(feature = "annex-b-string")]bold
boolean
Boolean
#[cfg(feature = "array-buffer")]buffer
#[cfg(feature = "array-buffer")]byteLength
#[cfg(feature = "array-buffer")]byteOffset
#[cfg(feature = "array-buffer")]BYTES_PER_ELEMENT
call
callee
caller
catch
cause
#[cfg(feature = "math")]cbrt
#[cfg(feature = "math")]ceil
charAt
charCodeAt
#[cfg(feature = "proposal-math-clamp")]clamp
clear
#[cfg(feature = "math")]clz32
codePointAt
#[cfg(feature = "atomics")]compareExchange
concat
configurable
construct
compare
constructor
copyWithin
#[cfg(feature = "math")]cos
#[cfg(feature = "math")]cosh
create
#[cfg(feature = "array-buffer")]DataView
#[cfg(feature = "date")]Date
#[cfg(feature = "temporal")]days
decodeURI
decodeURIComponent
default
defineProperties
defineProperty
delete
deleteProperty
#[cfg(feature = "weak-refs")]deref
description
#[cfg(feature = "array-buffer")]detached
done
#[cfg(feature = "regexp")]dotAll
#[cfg(feature="temporal")]Duration
#[cfg(feature = "math")]E
encodeURI
encodeURIComponent
endsWith
entries
enumerable
#[cfg(feature = "temporal")]epochMilliseconds
#[cfg(feature = "temporal")]epochNanoseconds
EPSILON
#[cfg(feature = "temporal")]equals
Error
errors
#[cfg(any(feature = "annex-b-string", feature = "regexp"))]escape
eval
EvalError
every
#[cfg(feature = "atomics")]exchange
#[cfg(feature = "regexp")]exec
#[cfg(feature = "math")]exp
#[cfg(feature = "math")]expm1
#[cfg(feature = "proposal-float16array")]f16round
false
fill
filter
FinalizationRegistry
finally
find
findIndex
findLast
findLastIndex
#[cfg(feature = "temporal")]fractionalSecondDigits
#[cfg(feature = "annex-b-string")]fixed
#[cfg(feature = "regexp")]flags
flat
flatMap
#[cfg(feature = "proposal-float16array")]Float16Array
#[cfg(feature = "array-buffer")]Float32Array
#[cfg(feature = "array-buffer")]Float64Array
#[cfg(feature = "math")]floor
#[cfg(feature = "annex-b-string")]fontcolor
#[cfg(feature = "annex-b-string")]fontsize
for
forEach
freeze
from
#[cfg(feature = "temporal")]fromEpochNanoseconds
#[cfg(feature = "temporal")]fromEpochMilliseconds
fromCharCode
fromCodePoint
fromEntries
#[cfg(feature = "math")]fround
fulfilled
function
Function
Generator
GeneratorFunction
get
get [Symbol.species]
get [Symbol.toStringTag]
#[cfg(feature = "array-buffer")]get buffer
#[cfg(feature = "array-buffer")]get byteLength
#[cfg(feature = "array-buffer")]get byteOffset
get description
#[cfg(feature = "array-buffer")]get detached
#[cfg(feature = "regexp")]get dotAll
#[cfg(feature = "regexp")]get flags
#[cfg(feature = "regexp")]get global
#[cfg(feature = "shared-array-buffer")]get growable
#[cfg(feature = "regexp")]get hasIndices
#[cfg(feature = "temporal")]get hour
#[cfg(feature = "regexp")]get ignoreCase
#[cfg(feature = "array-buffer")]get length
#[cfg(feature = "array-buffer")]get maxByteLength
#[cfg(feature = "temporal")]get microsecond
#[cfg(feature = "temporal")]get millisecond
#[cfg(feature = "temporal")]get minute
#[cfg(feature = "regexp")]get multiline
#[cfg(feature = "regexp")]get nanosecond
#[cfg(feature = "array-buffer")]get resizable
#[cfg(feature = "temporal")]get second
get size
#[cfg(feature = "regexp")]get source
#[cfg(feature = "regexp")]get sticky
#[cfg(feature = "regexp")]get unicode
#[cfg(feature = "regexp")]get unicodeSets
#[cfg(feature = "array-buffer")]getBigInt64
#[cfg(feature = "array-buffer")]getBigUint64
#[cfg(feature = "date")]getDate
#[cfg(feature = "date")]getDay
#[cfg(feature = "temporal")]get epochMilliseconds
#[cfg(feature = "temporal")]get epochNanoseconds
#[cfg(feature = "proposal-float16array")]getFloat16
#[cfg(feature = "array-buffer")]getFloat32
#[cfg(feature = "array-buffer")]getFloat64
#[cfg(feature = "date")]getFullYear
#[cfg(feature = "date")]getHours
#[cfg(feature = "array-buffer")]getInt16
#[cfg(feature = "array-buffer")]getInt32
#[cfg(feature = "array-buffer")]getInt8
#[cfg(feature = "date")]getMilliseconds
#[cfg(feature = "date")]getMinutes
#[cfg(feature = "date")]getMonth
getOwnPropertyDescriptor
getOwnPropertyDescriptors
getOwnPropertyNames
getOwnPropertySymbols
getPrototypeOf
#[cfg(feature = "date")]getSeconds
#[cfg(feature = "date")]getTime
#[cfg(feature = "date")]getTimezoneOffset
#[cfg(feature = "array-buffer")]getUint16
#[cfg(feature = "array-buffer")]getUint32
#[cfg(feature = "array-buffer")]getUint8
#[cfg(feature = "date")]getUTCDate
#[cfg(feature = "date")]getUTCDay
#[cfg(feature = "date")]getUTCFullYear
#[cfg(feature = "date")]getUTCHours
#[cfg(feature = "date")]getUTCMilliseconds
#[cfg(feature = "date")]getUTCMinutes
#[cfg(feature = "date")]getUTCMonth
#[cfg(feature = "date")]getUTCSeconds
#[cfg(feature = "regexp")]global
globalThis
#[cfg(feature = "regexp")]groups
groupBy
#[cfg(feature = "shared-array-buffer")]grow
#[cfg(feature = "shared-array-buffer")]growable
has
#[cfg(feature = "regexp")]hasIndices
hasInstance
hasOwn
hasOwnProperty
#[cfg(feature = "math")]hypot
#[cfg(feature = "temporal")]hour
#[cfg(feature = "temporal")]hours
#[cfg(feature = "regexp")]ignoreCase
#[cfg(feature = "math")]imul
includes
#[cfg(feature = "regexp")]index
indexOf
Infinity
#[cfg(feature = "array-buffer")]Int16Array
#[cfg(feature = "array-buffer")]Int32Array
#[cfg(feature = "array-buffer")]Int8Array
is
isArray
isConcatSpreadable
#[cfg(feature = "proposal-is-error")]isError
isExtensible
isFinite
isFrozen
isInteger
#[cfg(feature = "atomics")]isLockFree
isNaN
isPrototypeOf
isSafeInteger
isSealed
#[cfg(feature = "array-buffer")]isView
isWellFormed
#[cfg(feature = "annex-b-string")]italics
#[cfg(feature = "temporal")]Instant
#[cfg(feature = "temporal")]largestUnit
Iterator
iterator
join
#[cfg(feature = "json")]JSON
keyFor
keys
#[cfg(feature = "regexp")]lastIndex
lastIndexOf
length
#[cfg(feature = "annex-b-string")]link
#[cfg(feature = "math")]LN10
#[cfg(feature = "math")]LN2
#[cfg(feature = "atomics")]load
localeCompare
#[cfg(feature = "math")]log
#[cfg(feature = "math")]log10
#[cfg(feature = "math")]LOG10E
#[cfg(feature = "math")]log1p
#[cfg(feature = "math")]log2
#[cfg(feature = "math")]LOG2E
map
Map
Map Iterator
#[cfg(feature = "regexp")]match
#[cfg(feature = "regexp")]matchAll
#[cfg(feature = "math")]Math
#[cfg(feature = "math")]max
MAX_SAFE_INTEGER
MAX_VALUE
#[cfg(feature = "array-buffer")]maxByteLength
message
#[cfg(feature = "temporal")]microsecond
#[cfg(feature = "temporal")]microseconds
#[cfg(feature = "temporal")]millisecond
#[cfg(feature = "temporal")]milliseconds
#[cfg(feature = "temporal")]minute
#[cfg(feature = "temporal")]minutes
#[cfg(feature = "temporal")]months
#[cfg(feature = "math")]min
MIN_SAFE_INTEGER
MIN_VALUE
Module
#[cfg(feature = "regexp")]multiline
name
NaN
#[cfg(feature = "temporal")]nanosecond
#[cfg(feature = "temporal")]nanoseconds
NEGATIVE_INFINITY
next
normalize
#[cfg(feature = "atomics")]not-equal
#[cfg(feature = "atomics")]notify
#[cfg(feature = "date")]now
null
number
Number
object
Object
of
#[cfg(feature = "atomics")]ok
#[cfg(feature = "atomics")]or
ownKeys
padEnd
padStart
#[cfg(any(feature = "json", feature = "date"))]parse
parseFloat
parseInt
#[cfg(feature = "proposal-atomics-microwait")]pause
#[cfg(feature = "math")]PI
#[cfg(feature = "temporal")]PlainTime
pop
POSITIVE_INFINITY
#[cfg(feature = "math")]pow
preventExtensions
promise
Promise
propertyIsEnumerable
prototype
Proxy
push
race
#[cfg(feature = "math")]random
RangeError
raw
reason
reduce
reduceRight
ReferenceError
Reflect
#[cfg(feature = "regexp")]RegExp
#[cfg(feature = "regexp")]RegExp String Iterator
register
reject
rejected
repeat
replace
replaceAll
#[cfg(feature = "array-buffer")]resizable
#[cfg(feature = "array-buffer")]resize
resolve
return
reverse
revocable
#[cfg(any(feature = "math", feature = "temporal"))]round
#[cfg(feature = "temporal")]roundingMode
#[cfg(feature = "temporal")]roundingIncrement
seal
#[cfg(feature = "regexp")]search
#[cfg(feature = "temporal")]second
#[cfg(feature = "temporal")]seconds
set
#[cfg(feature = "set")]Set
set [Symbol.toStringTag]
#[cfg(feature = "set")]Set Iterator
#[cfg(feature = "array-buffer")]setBigInt64
#[cfg(feature = "array-buffer")]setBigUint64
#[cfg(feature = "date")]setDate
#[cfg(feature = "proposal-float16array")]setFloat16
#[cfg(feature = "array-buffer")]setFloat32
#[cfg(feature = "array-buffer")]setFloat64
#[cfg(feature = "date")]setFullYear
#[cfg(feature = "date")]setHours
#[cfg(feature = "array-buffer")]setInt16
#[cfg(feature = "array-buffer")]setInt32
#[cfg(feature = "array-buffer")]setInt8
#[cfg(feature = "date")]setMilliseconds
#[cfg(feature = "date")]setMinutes
#[cfg(feature = "date")]setMonth
setPrototypeOf
#[cfg(feature = "date")]setSeconds
#[cfg(feature = "date")]setTime
#[cfg(feature = "array-buffer")]setUint16
#[cfg(feature = "array-buffer")]setUint32
#[cfg(feature = "array-buffer")]setUint8
#[cfg(feature = "date")]setUTCDate
#[cfg(feature = "date")]setUTCFullYear
#[cfg(feature = "date")]setUTCHours
#[cfg(feature = "date")]setUTCMilliseconds
#[cfg(feature = "date")]setUTCMinutes
#[cfg(feature = "date")]setUTCMonth
#[cfg(feature = "date")]setUTCSeconds
#[cfg(feature = "shared-array-buffer")]SharedArrayBuffer
shift
#[cfg(feature = "math")]sign
#[cfg(feature = "math")]sin
#[cfg(feature = "temporal")]since
#[cfg(feature = "math")]sinh
size
slice
#[cfg(feature = "annex-b-string")]small
#[cfg(feature = "temporal")]smallestUnit
some
sort
#[cfg(feature = "regexp")]source
species
splice
split
#[cfg(feature = "math")]sqrt
#[cfg(feature = "math")]SQRT1_2
#[cfg(feature = "math")]SQRT2
startsWith
status
#[cfg(feature = "regexp")]sticky
#[cfg(feature = "atomics")]store
#[cfg(feature = "annex-b-string")]strike
string
String
String Iterator
#[cfg(feature = "json")]stringify
#[cfg(any(feature = "annex-b-string", feature = "atomics"))]sub
#[cfg(feature = "array-buffer")]subarray
#[cfg(feature = "annex-b-string")]substr
substring
#[cfg(feature = "temporal")]subtract
sumPrecise
#[cfg(feature = "annex-b-string")]sup
symbol
Symbol
Symbol()
Symbol.asyncIterator
Symbol.hasInstance
Symbol.isConcatSpreadable
Symbol.iterator
Symbol.match
Symbol.matchAll
Symbol.replace
Symbol.search
Symbol.species
Symbol.split
Symbol.toPrimitive
Symbol.toStringTag
Symbol.unscopables
SyntaxError
#[cfg(feature = "temporal")]Temporal
#[cfg(feature = "temporal")]Temporal.Duration
#[cfg(feature = "temporal")]Temporal.Instant
#[cfg(feature = "temporal")]Temporal.PlainTime
#[cfg(feature = "math")]tan
#[cfg(feature = "math")]tanh
#[cfg(feature = "regexp")]test
then
throw
#[cfg(feature = "atomics")]timed-out
#[cfg(feature = "temporal")]timeZone
toArray
#[cfg(feature = "date")]toDateString
toExponential
toFixed
#[cfg(feature = "date")]toISOString
#[cfg(any(feature = "json", feature = "date"))]toJSON
#[cfg(feature = "date")]toLocaleDateString
toLocaleLowerCase
toLocaleString
#[cfg(feature = "date")]toLocaleTimeString
toLocaleUpperCase
toLowerCase
toPrecision
toPrimitive
toReversed
toSorted
toSpliced
toString
toStringTag
#[cfg(feature = "date")]toTimeString
toUpperCase
#[cfg(feature = "date")]toUTCString
#[cfg(feature = "temporal")]toZonedDateTimeISO
toWellFormed
#[cfg(feature = "array-buffer")]transfer
#[cfg(feature = "array-buffer")]transferToFixedLength
trim
trimEnd
#[cfg(feature = "annex-b-string")]trimLeft
#[cfg(feature = "annex-b-string")]trimRight
trimStart
true
#[cfg(feature = "math")]trunc
try
#[cfg(feature = "array-buffer")]TypedArray
TypeError
#[cfg(feature = "array-buffer")]Uint16Array
#[cfg(feature = "array-buffer")]Uint32Array
#[cfg(feature = "array-buffer")]Uint8Array
#[cfg(feature = "array-buffer")]Uint8ClampedArray
undefined
#[cfg(feature = "annex-b-string")]unescape
#[cfg(feature = "regexp")]unicode
#[cfg(feature = "regexp")]unicodeSets
unregister
unscopables
unshift
#[cfg(feature = "temporal")]until
URIError
#[cfg(feature = "date")]UTC
value
valueOf
values
#[cfg(feature = "atomics")]wait
#[cfg(feature = "atomics")]waitAsync
#[cfg(feature = "weak-refs")]WeakMap
#[cfg(feature = "weak-refs")]WeakRef
#[cfg(feature = "weak-refs")]WeakSet
#[cfg(feature = "temporal")]weeks
with
withResolvers
writable
#[cfg(feature = "atomics")]xor
#[cfg(feature = "temporal")]years