#6669·ChakraCore

error when JsPointerToString with null 0

Author: karikeraCreated Mar 29, 2021Updated Apr 18, 2026
Labelshelp wantedgood first issueAPIs
  • Source
cxx
JsPointerToString(NULL, 0, &str);
  • Expected str = empty string

  • Actual failed and returns JsErrorNullArgument

I think this should be possible