MCPcopy Create free account

hub / github.com/dop251/goja / functions

Functions4,701 in github.com/dop251/goja

↓ 4 callersMethodgetURIError
()
builtin_error.go:296
↓ 4 callersMethodgetVStr
(v Value, p unistring.String)
runtime.go:2687
↓ 4 callersMethodhalted
()
vm.go:608
↓ 4 callersMethodhasInstance
(v Value)
object.go:190
↓ 4 callersFunctionhex2decimal
(chr byte)
parser/lexer.go:889
↓ 4 callersMethodinitLocal
(s int)
vm.go:2841
↓ 4 callersFunctionisDecimalDigit
(chr rune)
parser/lexer.go:26
↓ 4 callersFunctionisIdentifierPart
(chr rune)
parser/lexer.go:76
↓ 4 callersFunctionisIdentifierStart
(chr rune)
parser/lexer.go:70
↓ 4 callersMethoditerableToList
(iterable Value, method func(FunctionCall) Value)
runtime.go:2963
↓ 4 callersMethodlookup
(key Value)
map.go:26
↓ 4 callersMethodmakeNamesMap
()
compiler.go:864
↓ 4 callersFunctionmatch
(s string, lower string)
date_parser.go:35
↓ 4 callersMethodmoveToStash
()
compiler.go:267
↓ 4 callersFunctionnamesMarkedForCopy
(names []unistring.String)
object.go:1222
↓ 4 callersMethodnearestThis
()
compiler.go:605
↓ 4 callersMethodnewArrayObject
()
builtin_array.go:22
↓ 4 callersMethodnewNativeFuncConstructObj
(v *Object, construct func(args []Value, proto *Object) *Object, name unistring.String, proto *Object, length
runtime.go:782
↓ 4 callersMethodnext
()
builtin_map.go:20
↓ 4 callersMethodnextThrow
(v interface{})
func.go:882
↓ 4 callersMethodparseFunctionBlock
(async, allowAwait, allowYield bool)
parser/statement.go:266
↓ 4 callersMethodparseFunctionParameterList
()
parser/statement.go:166
↓ 4 callersMethodparseIterationStatement
()
parser/statement.go:591
↓ 4 callersMethodparseMethodDefinition
(keyStartIdx file.Idx, kind ast.PropertyKind, generator, async bool)
parser/expression.go:483
↓ 4 callersFunctionpow5mult
* Set b = b * 5^k. k must be nonnegative. */
ftoa/ftoa.go:657
↓ 4 callersMethodpromiseResolve
(c *Object, x Value)
builtin_promise.go:342
↓ 4 callersFunctionrandomHash
Not goroutine-safe, do not use for anything other than package level init
value.go:27
↓ 4 callersMethodrestoreStacks
(iterLen, refLen uint32)
vm.go:777
↓ 4 callersFunctionroundOff
(buf []byte, startPos int)
ftoa/ftoa.go:680
↓ 4 callersMethodrunFile
(base, name string, vm *Runtime)
tc39_test.go:742
↓ 4 callersMethodrunTry
()
vm.go:868
↓ 4 callersMethodrunTryInner
()
vm.go:880
↓ 4 callersMethodscanString
(offset int, parse bool)
parser/lexer.go:726
↓ 4 callersMethodsetPrivateProp
(base Value, name unistring.String, typ *privateEnvType, idx uint32, isMethod bool, val Value)
vm.go:5797
↓ 4 callersFunctionstuffBits
(bits []byte, offset int, val uint32)
ftoa/common.go:96
↓ 4 callersMethodswap
(int, int)
builtin_array.go:1755
↓ 4 callersFunctiontestLibX
()
compiler_test.go:174
↓ 4 callersMethodtimes
Returns f * o
ftoa/internal/fast/diyfp.go:70
↓ 4 callersFunctiontoFloat32
(v Value)
runtime.go:1198
↓ 4 callersFunctiontoInt16
(v Value)
runtime.go:1078
↓ 4 callersFunctiontoInt8
(v Value)
runtime.go:1009
↓ 4 callersMethodtoPrimitiveString
()
object.go:898
↓ 4 callersMethodtoRaw
(Value)
typedarrays.go:48
↓ 4 callersFunctiontoUint8
(v Value)
runtime.go:1024
↓ 4 callersMethodtryPrimitive
(methodName unistring.String)
object.go:837
↓ 4 callersMethodupdateEnterBlock
(enter *enterBlock)
compiler_stmt.go:87
↓ 4 callersMethodwrite
(p []byte)
parser/regexp.go:119
↓ 4 callersMethodwriteRuneFast
assumes already started
string_unicode.go:185
↓ 3 callersMethodDetach
Detach the ArrayBuffer. After this, the underlying []byte becomes unreferenced and any attempt to use this ArrayBuffer results in a TypeError. Returns
typedarrays.go:103
↓ 3 callersMethodGetSymbol
GetSymbol returns the value of a symbol property. Use one of the Sym* values for well-known symbols (such as SymIterator, SymToStringTag, etc...). Thi
value.go:813
↓ 3 callersMethodIsAccessor
()
object.go:71
↓ 3 callersMethodIsData
()
object.go:75
↓ 3 callersFunctionResolveSourcemapURL
(basename, source string)
file/file.go:184
↓ 3 callersMethodSetLen
SetLen is called when the array's 'length' property is changed. If the length is increased all elements in the 'new' section of the array should be ze
object_dynamic.go:60
↓ 3 callersMethodSetMaxCallStackSize
SetMaxCallStackSize sets the maximum function call depth. When exceeded, a *StackOverflowError is thrown and returned by RunProgram or by a Callable c
runtime.go:2450
↓ 3 callersFunctionStringFromUTF16
StringFromUTF16 creates a string value from an array of UTF-16 code units. The result is a copy, so the initial slice can be modified after calling th
string.go:344
↓ 3 callersMethodWriteUTF8String
(s string)
string_unicode.go:227
↓ 3 callersMethod__sameValue
(val1, val2 Value)
proxy.go:961
↓ 3 callersMethod_call
(args []Value, newTarget, this Value)
func.go:449
↓ 3 callersMethod_delete
(name unistring.String)
object.go:400
↓ 3 callersMethod_emitSetterP
(rn *resolvedPrivateName, id *privateId)
compiler_expr.go:680
↓ 3 callersMethod_get
(base Value, vm *vm)
vm.go:5732
↓ 3 callersMethod_getField
(jsName string)
object_goreflect.go:202
↓ 3 callersMethod_getMethod
(jsName string)
object_goreflect.go:212
↓ 3 callersMethod_has
(idx int)
object_dynamic.go:674
↓ 3 callersMethod_has
(name string)
object_goreflect.go:382
↓ 3 callersMethod_hasIdx
(idx int)
typedarrays.go:800
↓ 3 callersMethod_hasStr
(name string)
object_gomap.go:76
↓ 3 callersFunction_newParser
(filename, src string, base int, opts ...Option)
parser/parser.go:112
↓ 3 callersMethod_put
(name string, val Value, throw bool)
object_goreflect.go:321
↓ 3 callersMethod_putSym
(s *Symbol, prop Value)
object.go:813
↓ 3 callersMethod_set
(base Value, val Value, vm *vm)
vm.go:5874
↓ 3 callersFunction_word0
(d float64)
ftoa/ftoa.go:638
↓ 3 callersFunction_word1
(d float64)
ftoa/ftoa.go:643
↓ 3 callersMethodaddBinding
(offset int)
compiler.go:538
↓ 3 callersFunctionallocByteSlice
(size int)
builtin_typedarrays.go:74
↓ 3 callersMethodarrayproto_pop_generic
(obj *Object)
builtin_array.go:117
↓ 3 callersMethodasyncCall
(call FunctionCall, vmCall func(*vm, int))
func.go:613
↓ 3 callersMethodasyncVmCall
(vm *vm, n int, vmCall func(*vm, int))
func.go:667
↓ 3 callersMethodbindName
(name unistring.String)
compiler.go:569
↓ 3 callersFunctionbumpUp
(buf []byte, k int)
ftoa/ftoa.go:611
↓ 3 callersMethodcall
(call FunctionCall, newTarget Value)
func.go:457
↓ 3 callersMethodcallDelegated
(method func(FunctionCall) Value, v Value)
func.go:973
↓ 3 callersMethodcheck
(p unistring.String)
object.go:1639
↓ 3 callersMethodcheckDelete
(name unistring.String, val Value, throw bool)
object.go:393
↓ 3 callersMethodcheckStdArrayIter
(v Value)
builtin_array.go:1457
↓ 3 callersMethodclear
()
map.go:157
↓ 3 callersMethodcompileDeclList
(v []*ast.VariableDeclaration, inFunc bool)
compiler.go:1007
↓ 3 callersFunctionconvertRegexpToUtf16
Convert any extended unicode characters to UTF-16 in the form of \uXXXX\uXXXX
builtin_regexp.go:101
↓ 3 callersMethodcreateInstance
(args []Value, newTarget *Object)
func.go:308
↓ 3 callersMethodcreateLexicalBinding
(target ast.Expression, isConst bool)
compiler.go:1200
↓ 3 callersMethodcreateListFromArrayLike
(a Value)
builtin_function.go:78
↓ 3 callersMethodcreateMapIterator
(mapValue Value, kind iterationKind)
builtin_map.go:239
↓ 3 callersFunctiondateParse
(date string)
date.go:28
↓ 3 callersMethodemitGetVar
(callee bool)
compiler.go:239
↓ 3 callersMethodemitLexicalAssign
(name unistring.String, offset int, init compiledExpr)
compiler_stmt.go:795
↓ 3 callersMethodemitSetP
()
compiler.go:179
↓ 3 callersMethodemitSetter
(valueExpr compiledExpr, putOnStack bool)
compiler_expr.go:14
↓ 3 callersMethodemitVarSetter1
(putOnStack bool, emitRight func(isRef bool))
compiler_expr.go:386
↓ 3 callersMethodensurePatternInit
(list []*ast.Binding)
parser/statement.go:771
← previousnext →501–600 of 4,701, ranked by callers