Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahaoboy/js-engine-benchmark
/ functions
Functions
554 in github.com/ahaoboy/js-engine-benchmark
⨍
Functions
554
◇
Types & classes
2
↓ 1 callers
Function
runBlock2
()
v8-v7/regexp.js:316
↓ 1 callers
Function
runBlock3
()
v8-v7/regexp.js:410
↓ 1 callers
Function
runBlock4
()
v8-v7/regexp.js:541
↓ 1 callers
Function
runBlock5
()
v8-v7/regexp.js:607
↓ 1 callers
Function
runBlock6
()
v8-v7/regexp.js:685
↓ 1 callers
Function
runBlock7
()
v8-v7/regexp.js:779
↓ 1 callers
Function
runBlock8
()
v8-v7/regexp.js:844
↓ 1 callers
Function
runBlock9
()
v8-v7/regexp.js:976
↓ 1 callers
Function
sc_any
META ((export #t))
v8-v7/earley-boyer.js:1629
↓ 1 callers
Function
sc_dualAppend
(l1, l2)
v8-v7/earley-boyer.js:901
↓ 1 callers
Function
sc_dualAppendBang
(l1, l2)
v8-v7/earley-boyer.js:918
↓ 1 callers
Function
sc_escapeWriteString
(s)
v8-v7/earley-boyer.js:2787
↓ 1 callers
Function
sc_every
META ((export #t))
v8-v7/earley-boyer.js:1647
↓ 1 callers
Function
sc_filterMap1
(proc, l1)
v8-v7/earley-boyer.js:1587
↓ 1 callers
Function
sc_filterMap2
(proc, l1, l2)
v8-v7/earley-boyer.js:1596
↓ 1 callers
Function
sc_isEOFObject
META ((export eof-object?) (type bool) (peephole (postfix " === SC_EOF_OBJECT")))
v8-v7/earley-boyer.js:2583
↓ 1 callers
Function
sc_isPairEqual
(p1, p2, comp)
v8-v7/earley-boyer.js:581
↓ 1 callers
Function
sc_isReal
META ((export #t) (type bool))
v8-v7/earley-boyer.js:172
↓ 1 callers
Function
sc_isVectorEqual
(v1, v2, comp)
v8-v7/earley-boyer.js:1370
↓ 1 callers
Function
sc_jsstring2number
(s, radix)
v8-v7/earley-boyer.js:498
↓ 1 callers
Function
sc_length
META ((export #t))
v8-v7/earley-boyer.js:811
↓ 1 callers
Function
sc_listTail
META ((export #t))
v8-v7/earley-boyer.js:951
↓ 1 callers
Function
sc_makeJSStringOfLength
(k, c)
v8-v7/earley-boyer.js:1300
↓ 1 callers
Function
sc_number2jsstring
(x, radix)
v8-v7/earley-boyer.js:491
↓ 1 callers
Function
sc_pregexp
META ((export #t))
v8-v7/earley-boyer.js:1880
↓ 1 callers
Function
sc_prepWriteCircle
(o, symb, nbPointer)
v8-v7/earley-boyer.js:2884
↓ 1 callers
Function
sc_reverseBang
META ((export #t))
v8-v7/earley-boyer.js:946
↓ 1 callers
Function
sc_toWriteCircleString
(o)
v8-v7/earley-boyer.js:2876
↓ 1 callers
Function
sc_vectorFillBang
META ((export vector-fill! array-fill!))
v8-v7/earley-boyer.js:1435
↓ 1 callers
Function
sc_withInputFromPort
META ((export #t))
v8-v7/earley-boyer.js:2649
↓ 1 callers
Function
setupEngine
(fn, bits)
v8-v7/crypto.js:147
↓ 1 callers
Function
skipWhitespaceAndComments
()
v8-v7/earley-boyer.js:2286
↓ 1 callers
Function
toJSON
(data: string)
scripts/update.ts:11
↓ 1 callers
Function
uiCallback
(d,u,v)
v8-v7/navier-stokes.js:298
↓ 1 callers
Function
updateData
(name)
web/update-data.js:40
↓ 1 callers
Function
useChart
( data: DataItem[], selectEngines: string[], maxCount: number, kind: string, )
web/src/useChart.ts:7
↓ 1 callers
Function
vel_step
(u, v, u0, v0, dt)
v8-v7/navier-stokes.js:284
Function
ARC4init
(key)
v8-v7/crypto.js:1352
Function
ARC4next
()
v8-v7/crypto.js:1367
Function
App
()
web/src/App.tsx:22
Function
Arcfour
()
v8-v7/crypto.js:1345
Function
Barrett
(m)
v8-v7/crypto.js:1057
Function
Benchmark
(name, run, setup, tearDown)
v8-v7/base.js:38
Function
BenchmarkResult
(benchmark, time)
v8-v7/base.js:49
Function
BenchmarkSuite
(name, reference, benchmarks)
v8-v7/base.js:66
Function
BigInteger
(a,b,c)
v8-v7/crypto.js:58
Function
BinaryConstraint
* Abstract superclass for constraints having two possible output * variables.
v8-v7/deltablue.js:341
Function
Classic
(m)
v8-v7/crypto.js:513
Function
Constraint
* 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
Function
Controls
({ maxCount, os, kind, sort, onSelectAll, onClearAll, onMaxCountChange, onOsChange, onKindCh
web/src/Controls.tsx:29
Function
DeviceTask
* 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
Function
EditConstraint
* A unary input constraint used to mark a variable that the client * wishes to change.
v8-v7/deltablue.js:311
Function
EngineCheckboxes
({ engines, selected, onChange, }: EngineCheckboxesProps)
web/src/EngineCheckboxes.tsx:9
Function
EqualityConstraint
* Constrains two variables to have the same value.
v8-v7/deltablue.js:514
Function
Field
(dens, u, v)
v8-v7/navier-stokes.js:300
Function
FluidField
(canvas)
v8-v7/navier-stokes.js:82
Function
HandlerTask
* 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
Function
IdleTask
* 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
Function
Inheriter
()
v8-v7/deltablue.js:50
Function
Montgomery
(m)
v8-v7/crypto.js:556
Function
NullExp
()
v8-v7/crypto.js:1013
Function
OrderedCollection
()
v8-v7/deltablue.js:56
Function
Packet
* 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
Function
Plan
* 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
Function
Planner
* The DeltaBlue planner
v8-v7/deltablue.js:570
Function
PrintError
(name, error)
v8-v7/run.js:50
Function
PrintScore
(score)
v8-v7/run.js:56
Function
RSADecrypt
(ctext)
v8-v7/crypto.js:1643
Function
RSADoPrivate
(x)
v8-v7/crypto.js:1628
Function
RSADoPublic
(x)
v8-v7/crypto.js:1521
Function
RSAEncrypt
(text)
v8-v7/crypto.js:1526
Function
RSAGenerate
(B,E)
v8-v7/crypto.js:1594
Function
RSAKey
()
v8-v7/crypto.js:1499
Function
RSASetPrivate
(N,E,D)
v8-v7/crypto.js:1567
Function
RSASetPrivateEx
(N,E,D,P,Q,DP,DQ,C)
v8-v7/crypto.js:1578
Function
RSASetPublic
(N,E)
v8-v7/crypto.js:1511
Function
RegExpBenchmark
()
v8-v7/regexp.js:72
Function
RegExpSetup
()
v8-v7/regexp.js:46
Function
RegExpTearDown
()
v8-v7/regexp.js:55
Function
RunBenchmark
(name, count, run, warn)
v8-v7/earley-boyer.js:4677
Function
RunNextBenchmark
()
v8-v7/base.js:261
Function
RunNextTearDown
()
v8-v7/base.js:272
Function
ScaleConstraint
* 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
Function
Scheduler
* 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
Function
SecureRandom
()
v8-v7/crypto.js:1449
Function
SplayRun
()
v8-v7/splay.js:112
Function
SplaySetup
()
v8-v7/splay.js:84
Function
SplayTearDown
()
v8-v7/splay.js:90
Function
SplayTree
* 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
Function
StayConstraint
* 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
Function
Strength
* 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
Function
TaskControlBlock
* 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
Function
UnaryConstraint
* Abstract superclass for constraints having a single possible output * variable.
v8-v7/deltablue.js:212
Function
Variable
* 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
Function
WorkerTask
* 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
Function
am1
(i,x,w,j,c,n)
v8-v7/crypto.js:77
Function
am2
(i,x,w,j,c,n)
v8-v7/crypto.js:91
Function
am3
(i,x,w,j,c,n)
v8-v7/crypto.js:108
Function
am4
(i,x,w,j,c,n)
v8-v7/crypto.js:126
Function
barrettConvert
(x)
v8-v7/crypto.js:1066
← previous
next →
101–200 of 554, ranked by callers