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

Method IsArrayObject

plugin/plugin.go:180–182  ·  view source on GitHub ↗

IsArrayObject returns true if the object with a given name is a javascript array object, false otherwise

(name string)

Source from the content-addressed store, hash-verified

178// IsArrayObject returns true if the object with a
179// given name is a javascript array object, false otherwise
180func (p *Plugin) IsArrayObject(name string) bool {
181 return p.GetTypeObject(name) == "ArrayObject"
182}
183
184// IsStringObject returns true if the object with a
185// given name is a javascript string object, false otherwise

Callers

nothing calls this directly

Calls 1

GetTypeObjectMethod · 0.95

Tested by

no test coverage detected