Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/javascript-obfuscator/javascript-obfuscator
/ has
Function
has
src/storages/MapStorage.ts:121–123 ·
view source on GitHub ↗
* @param {K} key * @returns {boolean}
(key: K)
Source
from the content-addressed store, hash-verified
119
* @returns {boolean}
120
*/
121
public has(key: K): boolean {
122
return
this.storage.has(key);
123
}
124
125
/**
126
* @param {this} storage
Callers
13
compile-performance.js
File · 0.50
$setDesc
Function · 0.50
fastKey
Function · 0.50
getWeak
Function · 0.50
onFreeze
Function · 0.50
get
Function · 0.50
set
Function · 0.50
$defineProperty
Function · 0.50
$propertyIsEnumerable
Function · 0.50
$getOwnPropertyDescriptor
Function · 0.50
$getOwnPropertyNames
Function · 0.50
$getOwnPropertySymbols
Function · 0.50
Calls
1
has
Method · 0.65
Tested by
no test coverage detected