chakra-core/ChakraCore

error when JsPointerToString with null 0

Open

#6,669 opened on 2021年3月29日

GitHub で見る
 (10 comments) (0 reactions) (0 assignees)JavaScript (1,374 forks)batch import
APIsgood first issuehelp wanted

Repository metrics

Stars
 (9,000 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

  • Actual failed and returns JsErrorNullArgument

I think this should be possible

コントリビューターガイド