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

Method IsStringObject

plugin/plugin.go:186–188  ·  view source on GitHub ↗

IsStringObject returns true if the object with a given name is a javascript string object, false otherwise

(name string)

Source from the content-addressed store, hash-verified

184// IsStringObject returns true if the object with a
185// given name is a javascript string object, false otherwise
186func (p *Plugin) IsStringObject(name string) bool {
187 return p.GetTypeObject(name) == "StringObject"
188}
189
190// IsBooleanObject returns true if the object with a
191// given name is a javascript boolean object, false otherwise

Callers

nothing calls this directly

Calls 1

GetTypeObjectMethod · 0.95

Tested by

no test coverage detected