MCPcopy Create free account

hub / github.com/dop251/goja / functions

Functions4,701 in github.com/dop251/goja

↓ 5 callersMethoddefineArrayLength
(prop *valueProperty, descr PropertyDescriptor, setter func(uint32, bool) bool, throw bool)
array.go:381
↓ 5 callersMethoddefineOwnPropertyIdx
(name valueInt, desc PropertyDescriptor, throw bool)
object.go:178
↓ 5 callersMethoddeleteBinding
(name unistring.String)
vm.go:591
↓ 5 callersMethoddumpCode
(logger func(format string, args ...interface{}))
compiler.go:422
↓ 5 callersMethodemitAssign
(target ast.Expression, init compiledExpr, emitAssignSimple func(target, init compiledExpr))
compiler_expr.go:3335
↓ 5 callersMethodemitPatternLexicalAssign
(target, init compiledExpr)
compiler_stmt.go:815
↓ 5 callersMethodenterDummyMode
Enter a 'dummy' compilation mode. Any code produced after this method is called will be discarded after leaveFunc is called with no additional side ef
compiler.go:1342
↓ 5 callersMethodextractFunctions
(list []ast.Statement)
compiler.go:1020
↓ 5 callersMethodgetArrayBufferPrototype
()
builtin_typedarrays.go:1961
↓ 5 callersMethodgetArrayPrototype
()
builtin_array.go:1684
↓ 5 callersMethodgetId
()
object.go:1626
↓ 5 callersMethodgetKey
()
vm.go:220
↓ 5 callersMethodgetOwnPropStr
(p unistring.String)
object_template.go:107
↓ 5 callersMethodgetStringPrototype
()
builtin_string.go:1120
↓ 5 callersMethodhandleThrow
(arg interface{})
vm.go:800
↓ 5 callersMethodhasFlag
(flag string)
tc39_test.go:474
↓ 5 callersMethodhasProperty
(p Value)
object.go:1463
↓ 5 callersMethodhash
(hasher *maphash.Hash)
value.go:95
↓ 5 callersMethodisBindingId
(tok token.Token)
parser/expression.go:260
↓ 5 callersMethodnewArray
(prototype *Object)
builtin_array.go:9
↓ 5 callersMethodnewArrayLength
(l int64)
builtin_array.go:72
↓ 5 callersMethodnewRegExp
(patternVal, flagsVal Value, proto *Object)
builtin_regexp.go:321
↓ 5 callersMethodnewScope
()
compiler.go:364
↓ 5 callersMethodnewTemplatedFuncObject
(tmpl *objectTemplate, obj *Object, f func(FunctionCall) Value, ctor func([]Value, *Object) *Object)
object_template.go:303
↓ 5 callersMethodnext
()
object.go:1118
↓ 5 callersMethodnext
()
builtin_set.go:21
↓ 5 callersMethodordinaryToPrimitiveNumber
()
object.go:851
↓ 5 callersMethodrun
()
vm.go:613
↓ 5 callersMethodsetLength
(v uint32, throw bool)
array.go:129
↓ 5 callersMethodsetUint32
(idx int, val uint32, byteOrder byteOrder)
typedarrays.go:1131
↓ 5 callersMethodstopPassing
()
parser/regexp.go:113
↓ 5 callersFunctionstringToBigInt
(str string)
builtin_bigint.go:183
↓ 5 callersMethodswitchToUnicode
(extraLen int)
string_unicode.go:298
↓ 5 callersMethodsymbols
(all bool, accum []Value)
object.go:205
↓ 5 callersMethodtestScriptWithTestLibX
(script string, expectedResult Value, t *testing.T)
compiler_test.go:215
↓ 5 callersMethodtoNumber
(v Value)
builtin_number.go:10
↓ 5 callersMethodtoPropertyDescriptor
(v Value)
builtin_object.go:162
↓ 5 callersFunctiontoString
(arg Value)
builtin_string.go:27
↓ 5 callersMethodwriteASCIIString
(bytes string)
string_unicode.go:198
↓ 5 callersMethodwriteString
assumes already started
string_unicode.go:153
↓ 4 callersMethodAsUtf16
()
unistring/string.go:110
↓ 4 callersMethodError
FIXME Should this be "SyntaxError"?
parser/error.go:59
↓ 4 callersFunctionIsUndefined
IsUndefined returns true if the supplied Value is undefined. Note, it checks against the real undefined, not against the global object's 'undefined' p
runtime.go:2531
↓ 4 callersMethodKeys
Keys returns a list of all existing property keys. There are no checks for duplicates or to make sure that the order conforms to https://262.ecma-inte
object_dynamic.go:30
↓ 4 callersFunctionNewFile
(filename, src string, base int)
file/file.go:115
↓ 4 callersMethodReadRune
()
string_unicode.go:77
↓ 4 callersMethodReset
Reset resets an ErrorList to no errors.
parser/error.go:133
↓ 4 callersFunctionScan
Scan checks if the string contains any unicode characters. If it does, converts to an array suitable for creating a String using FromUtf16, otherwise
unistring/string.go:25
↓ 4 callersMethodSetSymbol
(name *Symbol, value interface{})
value.go:910
↓ 4 callersMethodValue
()
runtime.go:408
↓ 4 callersFunctionWithSourceMapLoader
WithSourceMapLoader is an option to set a custom source map loader. The loader will be given a path or a URL from the sourceMappingURL. If sourceMappi
parser/parser.go:74
↓ 4 callersMethod_addProto
(n unistring.String)
func.go:173
↓ 4 callersMethod_emitGetter
(rn *resolvedPrivateName, id *privateId)
compiler_expr.go:664
↓ 4 callersMethod_exec
(vm *vm, obj *methodFuncObject)
vm.go:4010
↓ 4 callersMethod_getIdx
(idx int)
object_goslice.go:47
↓ 4 callersMethod_getIdx
(idx int)
string.go:204
↓ 4 callersMethod_getIdx
(idx int)
object_goarray_reflect.go:90
↓ 4 callersMethod_initFields
(instance *Object)
func.go:321
↓ 4 callersMethod_newString
(s String, proto *Object)
builtin_string.go:45
↓ 4 callersMethod_peek
()
parser/lexer.go:527
↓ 4 callersMethod_put
(key reflect.Value, val Value, throw bool)
object_gomap_reflect.go:109
↓ 4 callersMethod_putIdx
(idx int, v Value)
typedarrays.go:788
↓ 4 callersMethod_putProp
(name unistring.String, value Value, writable, enumerable, configurable bool)
object.go:807
↓ 4 callersMethod_set
(prop string, v Value, throw bool)
object_dynamic.go:241
↓ 4 callersMethod_setOwnIdx
(idx uint32)
object_template.go:388
↓ 4 callersMethod_toFloat
(trimmed string)
string_ascii.go:117
↓ 4 callersMethod_toInt
(trimmed string)
string_ascii.go:106
↓ 4 callersMethodadd
(prop Value)
object.go:1813
↓ 4 callersMethodallocateTypedArray
(newTarget *Object, length int, taCtor typedArrayObjectCtor, proto *Object)
builtin_typedarrays.go:1370
↓ 4 callersFunctionassertCallable
(v Value)
runtime.go:3192
↓ 4 callersMethodcallEval
(n int, strict bool)
vm.go:3528
↓ 4 callersMethodcheckDynamicObjectPropertyDescr
(name fmt.Stringer, descr PropertyDescriptor, throw bool)
object_dynamic.go:375
↓ 4 callersMethodclone
()
regexp.go:653
↓ 4 callersFunctioncmp
(px, py Value)
vm.go:4491
↓ 4 callersMethodcompile
(name, src string, strict, inGlobal bool, evalVm *vm)
runtime.go:1379
↓ 4 callersMethodcompileBlockStatement
(v *ast.BlockStatement, needResult bool)
compiler_stmt.go:958
↓ 4 callersMethodcompileEmitterExpr
(emitter func(), idx file.Idx)
compiler_expr.go:3490
↓ 4 callersMethodcompileIdentifierExpression
(v *ast.Identifier)
compiler_expr.go:3163
↓ 4 callersMethodcompilePatternInitExpr
(emitSrc func(), def ast.Expression, idx file.Idx)
compiler_expr.go:3456
↓ 4 callersFunctioncopyNamesIfNeeded
(names []unistring.String, extraCap int)
object.go:1232
↓ 4 callersFunctioncopyReflectValueWrapper
(w reflectValueWrapper)
object_goreflect.go:97
↓ 4 callersMethodcreateLexicalIdBinding
(name unistring.String, isConst bool, offset int)
compiler.go:1163
↓ 4 callersMethodcreateResolvingFunctions
()
builtin_promise.go:84
↓ 4 callersMethoddelete
(n Value, throw bool)
object.go:1604
↓ 4 callersMethoddeleteSym
(s *Symbol, throw bool)
object.go:183
↓ 4 callersMethoddescriptiveString
()
value.go:1153
↓ 4 callersMethodemitVarRef
(name unistring.String, offset int, b *binding)
compiler_expr.go:428
↓ 4 callersMethodenqueuePromiseJob
(job func())
builtin_promise.go:189
↓ 4 callersMethodensurePropOrder
hopefully this gets inlined
object.go:1311
↓ 4 callersFunctionfuncName
(prefix string, n Value)
value.go:1161
↓ 4 callersMethodgetArrayBuffer
()
builtin_typedarrays.go:1971
↓ 4 callersMethodgetBigIntPrototype
()
builtin_bigint.go:360
↓ 4 callersMethodgetBooleanPrototype
()
builtin_boolean.go:52
↓ 4 callersMethodgetByIdx
(idx uint32)
vm.go:493
↓ 4 callersMethodgetGeneratorFunctionPrototype
()
builtin_function.go:361
↓ 4 callersMethodgetGeneratorPrototype
()
builtin_function.go:399
↓ 4 callersMethodgetPrivateProp
(base Value, name unistring.String, typ *privateEnvType, idx uint32, isMethod bool)
vm.go:5760
↓ 4 callersMethodgetPromisePrototype
()
builtin_promise.go:578
↓ 4 callersMethodgetRegExp
()
builtin_regexp.go:1316
↓ 4 callersMethodgetTyped
(key *Object, typ reflect.Type)
object.go:1681
← previousnext →401–500 of 4,701, ranked by callers