MCPcopy Create free account
hub / github.com/evilsocket/islazy / IsNumberObject

Method IsNumberObject

plugin/plugin.go:198–200  ·  view source on GitHub ↗

IsNumberObject returns true if the object with a given name is a javascript Number object, false otherwise

(name string)

Source from the content-addressed store, hash-verified

196// IsNumberObject returns true if the object with a
197// given name is a javascript Number object, false otherwise
198func (p *Plugin) IsNumberObject(name string) bool {
199 return p.GetTypeObject(name) == "NumberObject"
200}
201
202// IsDateObject returns true if the object with a
203// given name is a javascript Date object, false otherwise

Callers

nothing calls this directly

Calls 1

GetTypeObjectMethod · 0.95

Tested by

no test coverage detected