MCPcopy Create free account

hub / github.com/dop251/goja / functions

Functions4,701 in github.com/dop251/goja

↓ 3 callersMethodtryCallDelegated
(fn func() (Value, bool))
func.go:961
↓ 3 callersMethodtryExoticToPrimitive
(hint Value)
object.go:875
↓ 3 callersMethodtypeMatch
(v Value)
typedarrays.go:55
↓ 3 callersMethodtypedArraySpeciesCreate
(ta *typedArrayObject, args []Value)
builtin_typedarrays.go:1379
↓ 3 callersFunctionuncapitalize
(s string)
object_goreflect.go:46
↓ 3 callersFunctionunknownStringTypeErr
(v Value)
string.go:337
↓ 3 callersMethodupdateLen
()
object_goarray_reflect.go:72
↓ 3 callersMethodutf16RuneReader
()
string.go:66
↓ 3 callersMethodutf16Runes
()
string.go:67
↓ 3 callersMethodvalidate
()
func.go:916
↓ 3 callersMethodvaluePropToDescriptorObject
(desc Value)
builtin_object.go:31
↓ 3 callersMethodvmCall
(vm *vm, n int)
object.go:186
↓ 3 callersMethodwriteByte
(b byte)
parser/regexp.go:126
↓ 3 callersFunctionwriteHex4
(b *strings.Builder, i int)
builtin_regexp.go:57
↓ 3 callersMethodwriteItemLocaleString
(item Value, buf *StringBuilder)
builtin_array.go:253
↓ 2 callersMethodBase
()
file/file.go:131
↓ 2 callersMethodCall
(FunctionCall)
func.go:284
↓ 2 callersMethodCompareTo
(String)
string.go:63
↓ 2 callersMethodDefineAccessorProperty
DefineAccessorProperty is a Go equivalent of Object.defineProperty(o, name, {get: getter, set: setter, configurable: configurable, enumerable: enumera
value.go:867
↓ 2 callersMethodDetached
Detached returns true if the ArrayBuffer is detached.
typedarrays.go:112
↓ 2 callersFunctionDtoa
v must be > 0 and must not be Inf or NaN
ftoa/internal/fast/dtoa.go:619
↓ 2 callersMethodError
()
runtime.go:358
↓ 2 callersFunctionFToBaseStr
(num float64, radix int)
ftoa/ftobasestr.go:15
↓ 2 callersMethodFieldName
FieldName returns a JavaScript name for the given struct field in the given type. If this method returns "" the field becomes hidden.
object_goreflect.go:23
↓ 2 callersMethodMethod
()
object_goreflect_test.go:276
↓ 2 callersMethodNewArrayBuffer
NewArrayBuffer creates a new instance of ArrayBuffer backed by the provided byte slice. Warning: be careful when using unaligned slices (sub-slices t
typedarrays.go:122
↓ 2 callersMethodNewDynamicObject
* NewDynamicObject creates an Object backed by the provided DynamicObject handler. All properties of this Object are Writable, Enumerable and Configu
object_dynamic.go:99
↓ 2 callersMethodNewGoError
(err error)
runtime.go:549
↓ 2 callersMethodNewPromise
NewPromise creates and returns a Promise and resolving functions for it. The returned errors will be uncatchable errors, such as InterruptedError or S
builtin_promise.go:628
↓ 2 callersMethodPosition
()
runtime.go:232
↓ 2 callersMethodResult
()
builtin_promise.go:69
↓ 2 callersMethodSameAs
(other Value)
value.go:1097
↓ 2 callersMethodSetGlobalObject
SetGlobalObject sets the global object to the given object. Note, any existing references to the previous global object will continue to reference tha
runtime.go:2394
↓ 2 callersMethodSetParserOptions
SetParserOptions sets parser options to be used by RunString, RunScript and eval() within the code.
runtime.go:2441
↓ 2 callersFunctionStartProfile
* StartProfile enables execution time profiling for all Runtimes within the current process. This works similar to pprof.StartCPUProfile and produces
profiler.go:330
↓ 2 callersMethodStrictEquals
(other Value)
string_imported.go:109
↓ 2 callersMethodStrictEquals
(other Value)
string_unicode.go:431
↓ 2 callersMethodStrictEquals
(other Value)
string_ascii.go:285
↓ 2 callersMethodString
()
value.go:195
↓ 2 callersMethodString
()
value.go:598
↓ 2 callersFunctionTagFieldNameMapper
TagFieldNameMapper returns a FieldNameMapper that uses the given tagName for struct fields and optionally uncapitalises (making the first letter lower
object_goreflect.go:666
↓ 2 callersMethodToNumber
()
builtin_bigint.go:43
↓ 2 callersFunctionUncapFieldNameMapper
UncapFieldNameMapper returns a FieldNameMapper that uncapitalises struct field and method names making the first letter lower case.
object_goreflect.go:675
↓ 2 callersMethod__isCompatibleDescriptor
(extensible bool, desc *PropertyDescriptor, current *valueProperty)
proxy.go:912
↓ 2 callersFunction_dateSetMonth
(year int64, t time.Time, call FunctionCall, argNum int, utc bool)
builtin_date.go:579
↓ 2 callersMethod_decode
(sv String, reservedSet *[256]bool)
builtin_global.go:125
↓ 2 callersMethod_defineIdxProperty
(idx uint32, desc PropertyDescriptor, throw bool)
array.go:422
↓ 2 callersMethod_defineIdxProperty
(idx int, desc PropertyDescriptor, throw bool)
typedarrays.go:872
↓ 2 callersMethod_defineIdxProperty
(idx uint32, desc PropertyDescriptor, throw bool)
array_sparse.go:339
↓ 2 callersMethod_defineProperties
(o *Object, p Value)
builtin_object.go:206
↓ 2 callersMethod_delete
(prop string, throw bool)
object_dynamic.go:414
↓ 2 callersMethod_delete
(idx int, throw bool)
object_dynamic.go:709
↓ 2 callersMethod_deleteIdx
(idx int64)
object_goslice.go:248
↓ 2 callersMethod_deleteIdx
(idx int)
object_goarray_reflect.go:265
↓ 2 callersMethod_deleteIdxProp
(idx uint32, throw bool)
array.go:464
↓ 2 callersMethod_deleteIdxProp
(idx uint32, throw bool)
array_sparse.go:393
↓ 2 callersMethod_emitSetter
(rn *resolvedPrivateName, id *privateId)
compiler_expr.go:672
↓ 2 callersMethod_encode
(uriString String, unescaped *[256]bool)
builtin_global.go:66
↓ 2 callersMethod_get
(n Value)
object_gomap_reflect.go:54
↓ 2 callersMethod_getFieldValue
(name string)
object_goreflect.go:247
↓ 2 callersMethod_getIdx
(idx uint32)
array_sparse.go:88
↓ 2 callersMethod_getKey
(key reflect.Value)
object_gomap_reflect.go:39
↓ 2 callersMethod_getStr
(name string)
object_gomap.go:21
↓ 2 callersMethod_getStr
(name string)
object_gomap_reflect.go:58
↓ 2 callersMethod_hasIdx
(idx valueInt)
object_goarray_reflect.go:76
↓ 2 callersMethod_init
()
object_goarray_reflect.go:59
↓ 2 callersMethod_newProxyObject
(target *Object, handler proxyHandler, proto *Object)
proxy.go:40
↓ 2 callersMethod_newRegExp
(patternStr String, flags string, proto *Object)
builtin_regexp.go:302
↓ 2 callersMethod_setLengthInt
(l uint32, throw bool)
array.go:81
↓ 2 callersMethod_setLengthInt
(l uint32, throw bool)
array_sparse.go:33
↓ 2 callersMethod_setOwnIdx
(idx uint32, val Value, throw bool)
array.go:214
↓ 2 callersMethod_setOwnIdx
(idx uint32, val Value, throw bool)
array_sparse.go:152
↓ 2 callersMethod_setSym
(throw bool)
object_dynamic.go:249
↓ 2 callersMethod_stringPad
(call FunctionCall, start bool)
builtin_string.go:482
↓ 2 callersMethodaddPrototype
()
func.go:213
↓ 2 callersMethodaddReactions
(fulfillReaction *promiseReaction, rejectReaction *promiseReaction)
builtin_promise.go:152
↓ 2 callersMethodaddSample
(pt *profTracker)
profiler.go:64
↓ 2 callersFunctionadvanceStringIndex
(s String, pos int, unicode bool)
builtin_regexp.go:969
↓ 2 callersFunctionadvanceStringIndex64
(s String, pos int64, unicode bool)
builtin_regexp.go:987
↓ 2 callersMethodapply
(call FunctionCall)
proxy.go:889
↓ 2 callersMethodarrayproto_concat_append
(a *Object, item Value)
builtin_array.go:307
↓ 2 callersFunctionasUncatchableException
(v interface{})
runtime.go:1421
↓ 2 callersFunctionbiggestPowerTen
Returns the biggest power of ten that is less than or equal than the given number. We furthermore receive the maximum number of bits 'number' has. If
ftoa/internal/fast/dtoa.go:207
↓ 2 callersFunctionbuildPosMap
(rd io.RuneReader, l, start int)
regexp.go:395
↓ 2 callersMethodbuiltinJSON_decodeToken
(d *json.Decoder, tok json.Token)
builtin_json.go:50
↓ 2 callersMethodbuiltinJSON_decodeValue
(d *json.Decoder)
builtin_json.go:74
↓ 2 callersMethodcallJobCallback
(job *jobCallback, this Value, args ...Value)
runtime.go:2954
↓ 2 callersMethodcheckBindLexGlobal
(names []unistring.String)
vm.go:4229
↓ 2 callersMethodcheckComma
(from, to file.Idx)
parser/expression.go:1417
↓ 2 callersMethodcheckConstantString
(expr compiledExpr)
compiler_expr.go:860
↓ 2 callersMethodcheckDeleteProp
(name unistring.String, prop *valueProperty, throw bool)
object.go:382
↓ 2 callersMethodcheckDetached
()
builtin_typedarrays.go:25
↓ 2 callersMethodcheckSuperBase
(idx file.Idx)
compiler_expr.go:626
↓ 2 callersFunctioncheckTypedArrayMixBigInt
(src, dst *Object)
builtin_typedarrays.go:1479
↓ 2 callersMethodclearStack
()
vm.go:3645
↓ 2 callersMethodcloseScope
()
parser/scope.go:31
↓ 2 callersFunctioncompile
(name, src string, strict, inGlobal bool, evalVm *vm, parserOptions ...parser.Option)
runtime.go:1350
↓ 2 callersMethodcompile
()
compiler_expr.go:1323
↓ 2 callersFunctioncompileAST
(prg *js_ast.Program, strict, inGlobal bool, evalVm *vm)
runtime.go:1359
↓ 2 callersMethodcompileClassLiteral
(v *ast.ClassLiteral, isExpr bool)
compiler_expr.go:2228
← previousnext →701–800 of 4,701, ranked by callers