chakra-core/ChakraCore

error when JsPointerToString with null 0

Open

#6,669 创建于 2021年3月29日

在 GitHub 查看
 (10 评论) (0 反应) (0 负责人)JavaScript (9,000 star) (1,374 fork)batch import
APIsgood first issuehelp wanted

描述

  • Source
JsPointerToString(NULL, 0, &str);
  • Expected str = empty string

  • Actual failed and returns JsErrorNullArgument

I think this should be possible

贡献者指南