MCPcopy Create free account

hub / github.com/apex/js / functions

Functions20 in github.com/apex/js

↓ 8 callersMethodGet
Get a key's value. False is returned if the key does not exist.
weakmap/weakmap.go:27
↓ 7 callersMethodString
String returns the flag(s) specified in the single-letter format expected by the RegExp constructor.
regexp/regexp.go:39
↓ 6 callersMethodIndex
Index returns the index of the matched string.
regexp/regexp.go:74
FunctionCreate
Create returns a new object using the given object as its prototype.
object/object.go:12
MethodDelete
Delete a key's value.
weakmap/weakmap.go:36
FunctionDir
Dir outputs an interactive list of the properties to the browser console.
console/console.go:17
FunctionEntries
Entries returns the object entries as key/value pairs.
object/object.go:33
MethodExec
Exec returns the result of a search execution match, or nil.
regexp/regexp.go:101
MethodHas
Has returns true if the key is present.
weakmap/weakmap.go:41
MethodInput
Input returns the original input string.
regexp/regexp.go:69
MethodJSValue
JSValue implementation.
weakmap/weakmap.go:46
MethodJSValue
JSValue implementation.
regexp/regexp.go:117
FunctionKeys
Keys returns the keys of an object.
object/object.go:17
FunctionLog
Log outputs a message to the browser console.
console/console.go:12
MethodMatch
Match returns the parenthesized substring match at index.
regexp/regexp.go:84
FunctionNew
New returns a new WeakMap.
weakmap/weakmap.go:15
FunctionNew
New returns a regexp from the given pattern and flags.
regexp/regexp.go:94
MethodSet
Set a key's value.
weakmap/weakmap.go:22
MethodString
String returns the full matched string.
regexp/regexp.go:79
MethodString
String implementation.
regexp/regexp.go:112