diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-21 01:57:32 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-21 01:57:32 +0100 |
commit | a1dd952e80793b996addfa25d2a0061b777b8f02 (patch) | |
tree | 85900536ff02ef5355126bd9380dc9a8eb49ceb5 /src/bindings | |
parent | 8536956c866b3b34854bae84ed7ccb1172b1139a (diff) | |
download | chawan-a1dd952e80793b996addfa25d2a0061b777b8f02.tar.gz |
Remove todo
Diffstat (limited to 'src/bindings')
-rw-r--r-- | src/bindings/quickjs.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bindings/quickjs.nim b/src/bindings/quickjs.nim index a606ede7..a7dd368a 100644 --- a/src/bindings/quickjs.nim +++ b/src/bindings/quickjs.nim @@ -389,7 +389,6 @@ proc JS_Eval*(ctx: JSContext, input: cstring, input_len: cint, filename: cstring proc JS_SetInterruptHandler*(rt: JSRuntime, cb: JSInterruptHandler, opaque: pointer) proc JS_SetCanBlock*(rt: JSRuntime, can_block: JS_BOOL) -#TODO these should be remapped proc JS_IsNumber*(v: JSValue): JS_BOOL proc JS_IsBigInt*(v: JSValue): JS_BOOL proc JS_IsBigFloat*(v: JSValue): JS_BOOL |