This commit is contained in:
flywind
2021-03-05 14:41:20 +08:00
committed by GitHub
parent f28dc2c61e
commit cda443ee68
5 changed files with 43 additions and 57 deletions

View File

@@ -36,3 +36,4 @@ when defined(js):
proc hasBigUint64Array*(): bool =
asm """`result` = typeof BigUint64Array != 'undefined'"""
proc getProtoName*[T](a: T): cstring {.importjs: "Object.prototype.toString.call(#)".}