chakra-core/ChakraCore
Ver no GitHuberror when JsPointerToString with null 0
Open
#6.669 aberto em 29 de mar. de 2021
APIsgood first issuehelp wanted
Métricas do repositório
- Stars
- (9.000 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
- Source
JsPointerToString(NULL, 0, &str);
-
Expected str = empty string
-
Actual failed and returns JsErrorNullArgument
I think this should be possible