MCPcopy Create free account

hub / github.com/ahaoboy/js-engine-benchmark / functions

Functions554 in github.com/ahaoboy/js-engine-benchmark

↓ 1 callersFunctionrunBlock2
()
v8-v7/regexp.js:316
↓ 1 callersFunctionrunBlock3
()
v8-v7/regexp.js:410
↓ 1 callersFunctionrunBlock4
()
v8-v7/regexp.js:541
↓ 1 callersFunctionrunBlock5
()
v8-v7/regexp.js:607
↓ 1 callersFunctionrunBlock6
()
v8-v7/regexp.js:685
↓ 1 callersFunctionrunBlock7
()
v8-v7/regexp.js:779
↓ 1 callersFunctionrunBlock8
()
v8-v7/regexp.js:844
↓ 1 callersFunctionrunBlock9
()
v8-v7/regexp.js:976
↓ 1 callersFunctionsc_any
META ((export #t))
v8-v7/earley-boyer.js:1629
↓ 1 callersFunctionsc_dualAppend
(l1, l2)
v8-v7/earley-boyer.js:901
↓ 1 callersFunctionsc_dualAppendBang
(l1, l2)
v8-v7/earley-boyer.js:918
↓ 1 callersFunctionsc_escapeWriteString
(s)
v8-v7/earley-boyer.js:2787
↓ 1 callersFunctionsc_every
META ((export #t))
v8-v7/earley-boyer.js:1647
↓ 1 callersFunctionsc_filterMap1
(proc, l1)
v8-v7/earley-boyer.js:1587
↓ 1 callersFunctionsc_filterMap2
(proc, l1, l2)
v8-v7/earley-boyer.js:1596
↓ 1 callersFunctionsc_isEOFObject
META ((export eof-object?) (type bool) (peephole (postfix " === SC_EOF_OBJECT")))
v8-v7/earley-boyer.js:2583
↓ 1 callersFunctionsc_isPairEqual
(p1, p2, comp)
v8-v7/earley-boyer.js:581
↓ 1 callersFunctionsc_isReal
META ((export #t) (type bool))
v8-v7/earley-boyer.js:172
↓ 1 callersFunctionsc_isVectorEqual
(v1, v2, comp)
v8-v7/earley-boyer.js:1370
↓ 1 callersFunctionsc_jsstring2number
(s, radix)
v8-v7/earley-boyer.js:498
↓ 1 callersFunctionsc_length
META ((export #t))
v8-v7/earley-boyer.js:811
↓ 1 callersFunctionsc_listTail
META ((export #t))
v8-v7/earley-boyer.js:951
↓ 1 callersFunctionsc_makeJSStringOfLength
(k, c)
v8-v7/earley-boyer.js:1300
↓ 1 callersFunctionsc_number2jsstring
(x, radix)
v8-v7/earley-boyer.js:491
↓ 1 callersFunctionsc_pregexp
META ((export #t))
v8-v7/earley-boyer.js:1880
↓ 1 callersFunctionsc_prepWriteCircle
(o, symb, nbPointer)
v8-v7/earley-boyer.js:2884
↓ 1 callersFunctionsc_reverseBang
META ((export #t))
v8-v7/earley-boyer.js:946
↓ 1 callersFunctionsc_toWriteCircleString
(o)
v8-v7/earley-boyer.js:2876
↓ 1 callersFunctionsc_vectorFillBang
META ((export vector-fill! array-fill!))
v8-v7/earley-boyer.js:1435
↓ 1 callersFunctionsc_withInputFromPort
META ((export #t))
v8-v7/earley-boyer.js:2649
↓ 1 callersFunctionsetupEngine
(fn, bits)
v8-v7/crypto.js:147
↓ 1 callersFunctionskipWhitespaceAndComments
()
v8-v7/earley-boyer.js:2286
↓ 1 callersFunctiontoJSON
(data: string)
scripts/update.ts:11
↓ 1 callersFunctionuiCallback
(d,u,v)
v8-v7/navier-stokes.js:298
↓ 1 callersFunctionupdateData
(name)
web/update-data.js:40
↓ 1 callersFunctionuseChart
( data: DataItem[], selectEngines: string[], maxCount: number, kind: string, )
web/src/useChart.ts:7
↓ 1 callersFunctionvel_step
(u, v, u0, v0, dt)
v8-v7/navier-stokes.js:284
FunctionARC4init
(key)
v8-v7/crypto.js:1352
FunctionARC4next
()
v8-v7/crypto.js:1367
FunctionApp
()
web/src/App.tsx:22
FunctionArcfour
()
v8-v7/crypto.js:1345
FunctionBarrett
(m)
v8-v7/crypto.js:1057
FunctionBenchmark
(name, run, setup, tearDown)
v8-v7/base.js:38
FunctionBenchmarkResult
(benchmark, time)
v8-v7/base.js:49
FunctionBenchmarkSuite
(name, reference, benchmarks)
v8-v7/base.js:66
FunctionBigInteger
(a,b,c)
v8-v7/crypto.js:58
FunctionBinaryConstraint
* Abstract superclass for constraints having two possible output * variables.
v8-v7/deltablue.js:341
FunctionClassic
(m)
v8-v7/crypto.js:513
FunctionConstraint
* An abstract class representing a system-maintainable relationship * (or "constraint") between a set of variables. A constraint supplies * a streng
v8-v7/deltablue.js:153
FunctionControls
({ maxCount, os, kind, sort, onSelectAll, onClearAll, onMaxCountChange, onOsChange, onKindCh
web/src/Controls.tsx:29
FunctionDeviceTask
* A task that suspends itself after each time it has been run to simulate * waiting for data from an external device. * @param {Scheduler} scheduler
v8-v7/richards.js:396
FunctionEditConstraint
* A unary input constraint used to mark a variable that the client * wishes to change.
v8-v7/deltablue.js:311
FunctionEngineCheckboxes
({ engines, selected, onChange, }: EngineCheckboxesProps)
web/src/EngineCheckboxes.tsx:9
FunctionEqualityConstraint
* Constrains two variables to have the same value.
v8-v7/deltablue.js:514
FunctionField
(dens, u, v)
v8-v7/navier-stokes.js:300
FunctionFluidField
(canvas)
v8-v7/navier-stokes.js:82
FunctionHandlerTask
* A task that manipulates work packets and then suspends itself. * @param {Scheduler} scheduler the scheduler that manages this task * @constructor
v8-v7/richards.js:459
FunctionIdleTask
* An idle task doesn't do any work itself but cycles control between the two * device tasks. * @param {Scheduler} scheduler the scheduler that manag
v8-v7/richards.js:368
FunctionInheriter
()
v8-v7/deltablue.js:50
FunctionMontgomery
(m)
v8-v7/crypto.js:556
FunctionNullExp
()
v8-v7/crypto.js:1013
FunctionOrderedCollection
()
v8-v7/deltablue.js:56
FunctionPacket
* A simple package of data that is manipulated by the tasks. The exact layout * of the payload data carried by a packet is not importaint, and neith
v8-v7/richards.js:515
FunctionPlan
* A Plan is an ordered list of constraints to be executed in sequence * to resatisfy all currently satisfiable constraints in the face of * one or m
v8-v7/deltablue.js:757
FunctionPlanner
* The DeltaBlue planner
v8-v7/deltablue.js:570
FunctionPrintError
(name, error)
v8-v7/run.js:50
FunctionPrintScore
(score)
v8-v7/run.js:56
FunctionRSADecrypt
(ctext)
v8-v7/crypto.js:1643
FunctionRSADoPrivate
(x)
v8-v7/crypto.js:1628
FunctionRSADoPublic
(x)
v8-v7/crypto.js:1521
FunctionRSAEncrypt
(text)
v8-v7/crypto.js:1526
FunctionRSAGenerate
(B,E)
v8-v7/crypto.js:1594
FunctionRSAKey
()
v8-v7/crypto.js:1499
FunctionRSASetPrivate
(N,E,D)
v8-v7/crypto.js:1567
FunctionRSASetPrivateEx
(N,E,D,P,Q,DP,DQ,C)
v8-v7/crypto.js:1578
FunctionRSASetPublic
(N,E)
v8-v7/crypto.js:1511
FunctionRegExpBenchmark
()
v8-v7/regexp.js:72
FunctionRegExpSetup
()
v8-v7/regexp.js:46
FunctionRegExpTearDown
()
v8-v7/regexp.js:55
FunctionRunBenchmark
(name, count, run, warn)
v8-v7/earley-boyer.js:4677
FunctionRunNextBenchmark
()
v8-v7/base.js:261
FunctionRunNextTearDown
()
v8-v7/base.js:272
FunctionScaleConstraint
* Relates two variables by the linear scaling relationship: "v2 = * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain * this relati
v8-v7/deltablue.js:455
FunctionScheduler
* A scheduler can be used to schedule a set of tasks based on their relative * priorities. Scheduling is done by maintaining a list of task control
v8-v7/richards.js:99
FunctionSecureRandom
()
v8-v7/crypto.js:1449
FunctionSplayRun
()
v8-v7/splay.js:112
FunctionSplaySetup
()
v8-v7/splay.js:84
FunctionSplayTearDown
()
v8-v7/splay.js:90
FunctionSplayTree
* Constructs a Splay tree. A splay tree is a self-balancing binary * search tree with the additional property that recently accessed * elements are
v8-v7/splay.js:131
FunctionStayConstraint
* Variables that should, with some level of preference, stay the same. * Planners may exploit the fact that instances, if satisfied, will not * chan
v8-v7/deltablue.js:293
FunctionStrength
* Strengths are used to measure the relative importance of constraints. * New strengths may be inserted in the strength hierarchy without * disrupti
v8-v7/deltablue.js:101
FunctionTaskControlBlock
* A task control block manages a task and the queue of work packages associated * with it. * @param {TaskControlBlock} link the preceding block in t
v8-v7/richards.js:260
FunctionUnaryConstraint
* Abstract superclass for constraints having a single possible output * variable.
v8-v7/deltablue.js:212
FunctionVariable
* A constrained variable. In addition to its value, it maintain the * structure of the constraint graph, the current dataflow graph, and * various p
v8-v7/deltablue.js:537
FunctionWorkerTask
* A task that manipulates work packets. * @param {Scheduler} scheduler the scheduler that manages this task * @param {int} v1 a seed used to specify
v8-v7/richards.js:424
Functionam1
(i,x,w,j,c,n)
v8-v7/crypto.js:77
Functionam2
(i,x,w,j,c,n)
v8-v7/crypto.js:91
Functionam3
(i,x,w,j,c,n)
v8-v7/crypto.js:108
Functionam4
(i,x,w,j,c,n)
v8-v7/crypto.js:126
FunctionbarrettConvert
(x)
v8-v7/crypto.js:1066
← previousnext →101–200 of 554, ranked by callers