chakra-core/ChakraCore

error when JsPointerToString with null 0

开放

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

 (10 条评论) (0 个反应) (0 位负责人)JavaScript (1,225 个派生)batch import
APIsgood first issuehelp wanted

仓库指标

星标
 (9,258 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

  • Actual failed and returns JsErrorNullArgument

I think this should be possible

贡献者指南