APIsgood first issuehelp wanted
仓库指标
- Star
- (9,000 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
- Source
JsPointerToString(NULL, 0, &str);
-
Expected str = empty string
-
Actual failed and returns JsErrorNullArgument
I think this should be possible
JsPointerToString(NULL, 0, &str);
Expected str = empty string
Actual failed and returns JsErrorNullArgument
I think this should be possible