chakra-core/ChakraCore

error when JsPointerToString with null 0

Ouverte

#6 669 ouverte le 29 mars 2021

 (10 commentaires) (0 réaction) (0 personne assignée)JavaScript (1 225 forks)batch import
APIsgood first issuehelp wanted

Métriques du dépôt

Stars
 (9 258 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

  • Actual failed and returns JsErrorNullArgument

I think this should be possible

Guide contributeur