MCPcopy Create free account

hub / github.com/dop251/goja / functions

Functions4,701 in github.com/dop251/goja

↓ 7 callersMethod_newArrayBuffer
(proto *Object, o *Object)
typedarrays.go:1265
↓ 7 callersFunctionarraySpeciesCreate
(obj *Object, size int64)
builtin_array.go:38
↓ 7 callersMethodcheckIdentifierName
(name unistring.String, offset int)
compiler.go:1322
↓ 7 callersMethodemitInitP
()
compiler.go:194
↓ 7 callersMethodemitPattern
(pattern ast.Pattern, emitter func(target, init compiledExpr), putOnStack bool)
compiler_expr.go:3323
↓ 7 callersMethodemitThrow
(v Value)
compiler_expr.go:2401
↓ 7 callersMethodexportToArrayOrSlice
(s reflect.Value, typ reflect.Type, ctx *objectExportCtx)
object.go:197
↓ 7 callersMethodexportType
()
object.go:195
↓ 7 callersFunctionextractSourceMapLine
(str string)
parser/statement.go:896
↓ 7 callersMethodgetArrayValues
()
builtin_array.go:1723
↓ 7 callersMethodgetPrivateEnv
(typ *privateEnvType, create bool)
object.go:210
↓ 7 callersMethodgetPromise
()
builtin_promise.go:588
↓ 7 callersMethodgetRefByName
(name unistring.String, strict bool)
vm.go:518
↓ 7 callersMethodgetReferenceError
()
builtin_error.go:256
↓ 7 callersMethodidxOf
(offset int)
parser/parser.go:253
↓ 7 callersMethodindex
(String, int)
string.go:68
↓ 7 callersMethodinit
()
object.go:272
↓ 7 callersMethodinitBaseJsFunction
(f *baseJsFuncObject, strict bool)
runtime.go:599
↓ 7 callersFunctionipow
(base, exp int64)
ipow.go:35
↓ 7 callersFunctionisRegexp
(v Value)
runtime.go:2877
↓ 7 callersFunctionisUTF16SecondSurrogate
(c uint16)
string.go:84
↓ 7 callersMethodisWritable
()
value.go:509
↓ 7 callersMethodmaterialiseSymbols
()
object_template.go:119
↓ 7 callersMethodparseBlockStatement
()
parser/statement.go:15
↓ 7 callersMethodpop
()
vm.go:897
↓ 7 callersMethodpreventExtensions
(throw bool)
object.go:192
↓ 7 callersMethodputSpeciesReturnThis
(o objectImpl)
runtime.go:2972
↓ 7 callersMethodregExpExec
(execFn func(FunctionCall) Value, rxObj *Object, arg Value)
builtin_regexp.go:686
↓ 7 callersMethodresolve
(result Value)
builtin_promise.go:385
↓ 7 callersMethodsemicolon
()
parser/parser.go:242
↓ 7 callersMethodsetForeignSym
(p *Symbol, v, receiver Value, throw bool)
object.go:167
↓ 7 callersMethodstep
()
func.go:798
↓ 7 callersMethodswitch2
(tkn0, tkn1 token.Token)
parser/lexer.go:467
↓ 7 callersMethodtoKey
(n Value, throw bool)
object_gomap_reflect.go:22
↓ 7 callersMethodtokenToBindingId
()
parser/expression.go:278
↓ 7 callersMethoduseCount
()
compiler.go:276
↓ 7 callersMethodwriteString
(s string)
parser/regexp.go:133
↓ 6 callersMethodBytes
Bytes returns the underlying []byte for this ArrayBuffer. For detached ArrayBuffers returns nil.
typedarrays.go:94
↓ 6 callersMethodDefineDataProperty
DefineDataProperty is a Go equivalent of Object.defineProperty(o, name, {value: value, writable: writable, configurable: configurable, enumerable: enu
value.go:854
↓ 6 callersFunctionFToStr
(d float64, mode FToStrMode, precision int, buffer []byte)
ftoa/ftostr.go:42
↓ 6 callersFunctionFromUtf16
(b []uint16)
unistring/string.go:98
↓ 6 callersMethodGlobalObject
GlobalObject returns the global object.
runtime.go:2388
↓ 6 callersFunctionNewSymbol
(s string)
value.go:1149
↓ 6 callersMethodReadRune
()
regexp.go:50
↓ 6 callersMethodReader
()
string.go:64
↓ 6 callersFunctionUndefined
Undefined returns JS undefined value. Note if global 'undefined' property is changed this still returns the original value.
runtime.go:2571
↓ 6 callersMethodWrite
(b *bytes.Buffer)
runtime.go:273
↓ 6 callersMethodalreadyDeclared
(name unistring.String)
vm.go:4106
↓ 6 callersMethodcaptureStack
(stack []StackFrame, ctxOffset int)
vm.go:708
↓ 6 callersMethodcheckStdArrayObjWithProto
(obj *Object)
builtin_array.go:1435
↓ 6 callersMethodcheckStdRegexp
(rxObj *Object)
builtin_regexp.go:750
↓ 6 callersMethodclassName
()
object.go:151
↓ 6 callersMethodcreateArrayIterator
(iterObj *Object, kind iterationKind)
array.go:48
↓ 6 callersMethodemitLiteralString
(s String)
compiler.go:389
↓ 6 callersFunctionfToStr
(num float64, mode ftoa.FToStrMode, prec int)
value.go:174
↓ 6 callersMethodgetIteratorPrototype
()
runtime.go:435
↓ 6 callersMethodgetRegExpPrototype
()
builtin_regexp.go:1330
↓ 6 callersMethodgetUint32
(idx int, byteOrder byteOrder)
typedarrays.go:1119
↓ 6 callersFunctiongrowCap
(newSize, oldSize, oldCap int)
runtime.go:2906
↓ 6 callersMethodhas
(key Value)
map.go:106
↓ 6 callersMethodhasPropertySym
(s *Symbol)
object.go:171
↓ 6 callersMethodinit
()
runtime.go:445
↓ 6 callersFunctionisUTF16FirstSurrogate
(c uint16)
string.go:80
↓ 6 callersFunctionlimitCallArgs
(call FunctionCall, n int)
runtime.go:2889
↓ 6 callersMethodmaterialisePropNames
()
object_template.go:136
↓ 6 callersMethodnewNativeFuncAndConstruct
(v *Object, call func(call FunctionCall) Value, ctor func(args []Value, newTarget *Object) *Object, defaultPro
runtime.go:713
↓ 6 callersMethodnewStash
()
vm.go:595
↓ 6 callersMethodparseIdentifier
()
parser/expression.go:12
↓ 6 callersMethodpassString
(start, end int)
parser/regexp.go:474
↓ 6 callersMethodpushTryFrame
(catchPos, finallyPos int32)
vm.go:759
↓ 6 callersMethodput
(key *Object, value interface{})
object.go:1695
↓ 6 callersMethodrecordKey
(key Value)
destruct.go:33
↓ 6 callersMethodresolvePrivateName
(name unistring.String, offset int)
compiler.go:1473
↓ 6 callersMethodreturnIter
()
runtime.go:2773
↓ 6 callersMethodscanMantissa
(base int, allowSeparator bool)
parser/lexer.go:641
↓ 6 callersMethodsetReflectValue
(reflect.Value)
object_goreflect.go:86
↓ 6 callersMethodspeciesConstructorObj
(o, defaultConstructor *Object)
runtime.go:2646
↓ 6 callersMethodstep
(res Value, resType resultType, ex *Exception)
func.go:922
↓ 6 callersMethodstrToKey
(name string, throw bool)
object_gomap_reflect.go:32
↓ 6 callersFunctiontestLib
()
compiler_test.go:167
↓ 6 callersMethodtestScript
(script string, expectedResult Value, t *testing.T)
compiler_test.go:229
↓ 6 callersFunctiontoIntClamp
(i int64)
runtime.go:1264
↓ 6 callersMethodtoLengthUint32
(v Value)
runtime.go:1216
↓ 6 callersMethodtoTrimmedUTF8
()
string.go:72
↓ 6 callersFunctiontoUint16
(v Value)
runtime.go:1093
↓ 6 callersMethodtry
(f func())
runtime.go:2611
↓ 5 callersMethodDelete
Delete the property for the key. Returns true on success (note, that includes missing property).
object_dynamic.go:27
↓ 5 callersFunctionIsId
(tkn Token)
token/token.go:116
↓ 5 callersMethodRunScript
RunScript executes the given string in the global context.
runtime.go:1402
↓ 5 callersMethodString
()
string_unicode.go:494
↓ 5 callersMethod_getIdx
(idx int)
typedarrays.go:721
↓ 5 callersMethod_setIdx
(idx int, v Value, throw bool)
object_dynamic.go:634
↓ 5 callersMethodaddStackProp
()
builtin_error.go:29
↓ 5 callersMethodcompileFunctions
(list []*ast.FunctionDeclaration)
compiler.go:1072
↓ 5 callersMethodcompileIfBody
(s ast.Statement, needResult bool)
compiler_stmt.go:661
↓ 5 callersMethodcompileLexicalDeclarations
(list []ast.Statement, scopeDeclared bool)
compiler.go:1212
↓ 5 callersMethodcompileStatements
(list []ast.Statement, needResult bool)
compiler_stmt.go:930
↓ 5 callersMethodcountVariadicArgs
()
vm.go:3606
↓ 5 callersMethodcreateBindings
(target ast.Expression, createIdBinding func(name unistring.String, offset int))
compiler.go:1117
↓ 5 callersMethodcreateFunctionBindings
(funcs []*ast.FunctionDeclaration)
compiler.go:1040
← previousnext →301–400 of 4,701, ranked by callers