[GH-ISSUE #28] why count === 2 is not count === 1 in function-to-string.checker ? #13

Closed
opened 2026-03-01 14:33:53 +03:00 by kerem · 2 comments
Owner
Originally created by @claviering on GitHub (Sep 6, 2021). Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/28 https://github.com/AEPKILL/devtools-detector/blob/1781eb8c94b2a00e830376472bce7c02178c2831/src/checkers/function-to-string.checker.ts#L27
kerem closed this issue 2026-03-01 14:33:53 +03:00
Author
Owner

@AEPKILL commented on GitHub (Sep 8, 2021):

because toSting method will be invoked twice.

<!-- gh-comment-id:914970237 --> @AEPKILL commented on GitHub (Sep 8, 2021): because `toSting` method will be invoked twice.
Author
Owner

@claviering commented on GitHub (Sep 14, 2021):

because toSting method will be invoked twice.

I try to only using devtoolsTestFunction.toString , toString method will be invoked once. Where be invoked another once?

<!-- gh-comment-id:918711026 --> @claviering commented on GitHub (Sep 14, 2021): > because `toSting` method will be invoked twice. I try to only using `devtoolsTestFunction.toString `, `toString `method will be invoked once. Where be invoked another once?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/devtools-detector#13
No description provided.