Integer/Number and uint(8,16,32,64bit) fun... ;)
This commit is contained in:
parent
c641599366
commit
6d3456b62c
6 changed files with 182 additions and 6 deletions
1
src/vm.c
1
src/vm.c
|
|
@ -301,6 +301,7 @@ void vm_run(VM *vm, Bytecode *entry) {
|
|||
#include "vm/to_number.c"
|
||||
#include "vm/to_string.c"
|
||||
#include "vm/typeof.c"
|
||||
#include "vm/uclamp.c"
|
||||
|
||||
default:
|
||||
if (!opcode_is_valid(inst.op)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue