Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TritonDataCenter/smartos-live
/ functions
Functions
3,450 in github.com/TritonDataCenter/smartos-live
⨍
Functions
3,450
◇
Types & classes
426
↓ 5 callers
Function
EmitNumberOp
tools/javascriptlint/spidermonkey/src/jsemit.c:2512
↓ 5 callers
Function
FindTrap
tools/javascriptlint/spidermonkey/src/jsdbgapi.c:72
↓ 5 callers
Function
FoldType
* Fold from one constant type to another. * XXX handles only strings and numbers for now */
tools/javascriptlint/spidermonkey/src/jsparse.c:5813
↓ 5 callers
Function
IndexToValue
tools/javascriptlint/spidermonkey/src/jsarray.c:191
↓ 5 callers
Function
InitArrayElements
tools/javascriptlint/spidermonkey/src/jsarray.c:728
↓ 5 callers
Function
Insert
ECMA-357 9.1.1.11 XML [[Insert]]. */
tools/javascriptlint/spidermonkey/src/jsxml.c:3746
↓ 5 callers
Function
JS_BeginRequest
tools/javascriptlint/spidermonkey/src/jsapi.c:809
↓ 5 callers
Function
JS_DHashGetStubOps
tools/javascriptlint/spidermonkey/src/jsdhash.c:185
↓ 5 callers
Function
JS_DestroyScript
tools/javascriptlint/spidermonkey/src/jsapi.c:4004
↓ 5 callers
Function
JS_EndRequest
tools/javascriptlint/spidermonkey/src/jsapi.c:835
↓ 5 callers
Function
JS_Enumerate
tools/javascriptlint/spidermonkey/src/jsapi.c:3214
↓ 5 callers
Function
JS_HashTableDestroy
tools/javascriptlint/spidermonkey/src/jshash.c:137
↓ 5 callers
Function
JS_NewArrayObject
tools/javascriptlint/spidermonkey/src/jsapi.c:3059
↓ 5 callers
Function
JS_PCToLineNumber
tools/javascriptlint/spidermonkey/src/jsdbgapi.c:722
↓ 5 callers
Function
JS_ReportErrorNumberUC
tools/javascriptlint/spidermonkey/src/jsapi.c:4691
↓ 5 callers
Function
JS_StackFramePrincipals
tools/javascriptlint/spidermonkey/src/jsdbgapi.c:788
↓ 5 callers
Function
MakeDay
tools/javascriptlint/spidermonkey/src/jsdate.c:317
↓ 5 callers
Function
PRMJ_Now
tools/javascriptlint/spidermonkey/src/prmjtime.c:148
↓ 5 callers
Function
PopStr
tools/javascriptlint/spidermonkey/src/jsopcode.c:896
↓ 5 callers
Function
PrimaryExpr
tools/javascriptlint/spidermonkey/src/jsparse.c:5156
↓ 5 callers
Function
SetForwardJumpOffset
tools/javascriptlint/spidermonkey/src/jsregexp.c:1564
↓ 5 callers
Function
SkipChars
tools/javascriptlint/spidermonkey/src/jsscan.c:510
↓ 5 callers
Function
ToDisassemblySource
tools/javascriptlint/spidermonkey/src/jsopcode.c:136
↓ 5 callers
Function
ValueToScript
tools/javascriptlint/spidermonkey/src/js.c:753
↓ 5 callers
Function
_ENOENT
(path)
src/fw/test/lib/mocks.js:63
↓ 5 callers
Function
_get_exit_points
Returns a set of exit points, which may be: * None, indicating a code path with no specific exit point. * a node of type tok.BREAK, t
tools/javascriptlint/javascriptlint/warnings.py:132
↓ 5 callers
Function
addRulesAndRVMs
* Add rules to the RULES object and remote VMs to the RVMS object so we can * delete them at the end of the test
src/fw/test/integration/examples.test.js:46
↓ 5 callers
Function
array_extra
tools/javascriptlint/spidermonkey/src/jsarray.c:1581
↓ 5 callers
Function
assertFd
src/dockerinit/src/dockerinit.c:602
↓ 5 callers
Function
checkOutputFile
(filename, expected, string, cb)
src/vm/tests/test-internal_metadata_namespaces.js:112
↓ 5 callers
Function
createRules
* Create rule objects from the rules * * @param {Array} inRules : raw rule input objects to create * @param {Function} callback : `f(err, newRules)
src/fw/lib/fw.js:298
↓ 5 callers
Function
createTestVM
(t, payload_name, callback)
src/vm/tests/test-indestructible.js:110
↓ 5 callers
Function
custr_append_printf
src/common/strings/custr.c:148
↓ 5 callers
Function
date_format
helper function */
tools/javascriptlint/spidermonkey/src/jsdate.c:1615
↓ 5 callers
Function
dynstr_appendc
src/dockerinit/mdata-client/dynstr.c:42
↓ 5 callers
Function
format_error
(output_format, path, line, col, errname, errdesc)
tools/javascriptlint/javascriptlint/util.py:72
↓ 5 callers
Function
format_v2_response
(code, body)
src/vm/lib/metadata/agent.js:1372
↓ 5 callers
Function
getListProperties
(field)
src/vm/sbin/vmadm.js:229
↓ 5 callers
Function
insertOrReplaceEnv
src/dockerinit/src/docker-common.c:653
↓ 5 callers
Function
internalNamespace
(vmobj, want)
src/vm/lib/metadata/agent.js:927
↓ 5 callers
Function
isidentifier
(text)
tools/javascriptlint/javascriptlint/util.py:60
↓ 5 callers
Function
js_AllocRawStack
tools/javascriptlint/spidermonkey/src/jsinterp.c:332
↓ 5 callers
Function
js_AtomizeDouble
tools/javascriptlint/spidermonkey/src/jsatom.c:576
↓ 5 callers
Function
js_CallNewScriptHook
tools/javascriptlint/spidermonkey/src/jsscript.c:1433
↓ 5 callers
Function
js_CheckPrincipalsAccess
* Check whether principals subsumes scopeobj's principals, and return true * if so (or if scopeobj has no principals, for backward compatibility with
tools/javascriptlint/spidermonkey/src/jsobj.c:1178
↓ 5 callers
Function
js_CheckRedeclaration
tools/javascriptlint/spidermonkey/src/jsinterp.c:1766
↓ 5 callers
Function
js_CompareStrings
tools/javascriptlint/spidermonkey/src/jsstr.c:2742
↓ 5 callers
Function
js_DefineProperty
tools/javascriptlint/spidermonkey/src/jsobj.c:2968
↓ 5 callers
Function
js_DestroyPrinter
tools/javascriptlint/spidermonkey/src/jsopcode.c:621
↓ 5 callers
Function
js_DoubleToECMAInt32
tools/javascriptlint/spidermonkey/src/jsnum.c:779
↓ 5 callers
Function
js_DropObjectMap
tools/javascriptlint/spidermonkey/src/jsobj.c:2281
↓ 5 callers
Function
js_EmitN
tools/javascriptlint/spidermonkey/src/jsemit.c:218
↓ 5 callers
Function
js_Execute
tools/javascriptlint/spidermonkey/src/jsinterp.c:1543
↓ 5 callers
Function
js_FinishStringBuffer
tools/javascriptlint/spidermonkey/src/jsscan.c:801
↓ 5 callers
Function
js_GetArgsObject
tools/javascriptlint/spidermonkey/src/jsfun.c:236
↓ 5 callers
Function
js_GetPrinterOutput
tools/javascriptlint/spidermonkey/src/jsopcode.c:628
↓ 5 callers
Function
js_GetXMLQNameObject
tools/javascriptlint/spidermonkey/src/jsxml.c:597
↓ 5 callers
Function
js_NewPrinter
tools/javascriptlint/spidermonkey/src/jsopcode.c:598
↓ 5 callers
Function
js_NewTokenStream
tools/javascriptlint/spidermonkey/src/jsscan.c:154
↓ 5 callers
Function
js_ReportIsNotFunction
tools/javascriptlint/spidermonkey/src/jsfun.c:2293
↓ 5 callers
Function
js_StartResolving
tools/javascriptlint/spidermonkey/src/jscntxt.c:522
↓ 5 callers
Function
js_TryMethod
tools/javascriptlint/spidermonkey/src/jsobj.c:4627
↓ 5 callers
Function
js_strchr_limit
tools/javascriptlint/spidermonkey/src/jsstr.c:2818
↓ 5 callers
Function
lockfile_dispatch
(lf)
src/node-qlocker/lib/qlocker.js:95
↓ 5 callers
Function
logReturn
(res, error)
src/vm/lib/metadata/agent.js:1388
↓ 5 callers
Function
make_nvlist
* Allocate an nvlist with "type" set to the type argument given, and "time" * set to the current time. This function handles any error checking need
src/fswatcher.c:293
↓ 5 callers
Function
manifest_ent_reset
* Free storage and clear pointers for a manifest entry. */
tools/common/manifest.c:37
↓ 5 callers
Function
mult
Return a newly allocated product of a and b. */
tools/javascriptlint/spidermonkey/src/jsdtoa.c:629
↓ 5 callers
Function
parse
All node positions will be relative to startpos. This allows scripts to be embedded in a file (for example, HTML).
tools/javascriptlint/javascriptlint/jsparse.py:202
↓ 5 callers
Function
preparePayload
* Translates the payload into the format expected by fw.js
src/fw/lib/fwadm.js:135
↓ 5 callers
Function
print_nvlist
* Print an nvlist to stdout. Will use the proper function to print * based on -j being set or not. * * This function handles fflushing stdout. */
src/fswatcher.c:320
↓ 5 callers
Function
read_manifest_file
* Read a manifest file. For each non-blank line, call the callback with * the parsed manifest entry object. */
tools/common/manifest.c:264
↓ 5 callers
Function
ruleOutput
* Displays the results of a command that adds or updates rules
src/fw/lib/fwadm.js:185
↓ 5 callers
Function
split_get_private
tools/javascriptlint/spidermonkey/src/js.c:2012
↓ 5 callers
Function
strlist_adopt
* Return the string from this offset, clearing the pointer. The storage now * belongs to the caller, who must call free(3C) when finished with the s
src/common/strings/strlist.c:265
↓ 5 callers
Function
testCreateAndCheckDisks
(opts)
src/vm/tests/test-bhyve-disk-resize.js:90
↓ 5 callers
Function
test_update_ram
(ram)
src/vm/tests/test-update.js:929
↓ 5 callers
Function
ucc_usage
tools/ucodecheck/ucodecheck.c:257
↓ 5 callers
Function
usage
tools/format_image/format_image.c:131
↓ 5 callers
Function
usage
tools/tzcheck/main.c:228
↓ 5 callers
Function
usage
tools/mancheck/main.c:124
↓ 5 callers
Function
usage
tools/javascriptlint/spidermonkey/src/js.c:284
↓ 5 callers
Function
usdt_dof_section_init
src/node-dtrace-provider/libusdt/usdt_dof.c:54
↓ 5 callers
Function
vmsOnSide
* Returns an array of the UUIDs of VMs on the given side of a rule
src/fw/lib/fw.js:1329
↓ 5 callers
Function
xxx
(s)
src/node-bunyan/lib/bunyan.js:21
↓ 4 callers
Function
AllocSlots
tools/javascriptlint/spidermonkey/src/jsobj.c:2295
↓ 4 callers
Function
ArgWasDeleted
NB: Infallible predicate, false does not mean error/exception. */
tools/javascriptlint/spidermonkey/src/jsfun.c:155
↓ 4 callers
Function
BackPatch
tools/javascriptlint/spidermonkey/src/jsemit.c:1431
↓ 4 callers
Function
CheckGetterOrSetter
tools/javascriptlint/spidermonkey/src/jsparse.c:333
↓ 4 callers
Function
Condition
tools/javascriptlint/spidermonkey/src/jsparse.c:1530
↓ 4 callers
Function
DecompileDestructuring
* Starting with a SRC_DESTRUCT-annotated JSOP_DUP, decompile a destructuring * left-hand side object or array initialiser, including nested destructu
tools/javascriptlint/spidermonkey/src/jsopcode.c:1290
↓ 4 callers
Function
DeleteProperty
ECMA-357 9.1.1.3 XML [[Delete]], 9.2.1.3 XML [[Delete]]. */
tools/javascriptlint/spidermonkey/src/jsxml.c:3915
↓ 4 callers
Function
EmitCheck
tools/javascriptlint/spidermonkey/src/jsemit.c:111
↓ 4 callers
Function
EmitDestructuringOps
tools/javascriptlint/spidermonkey/src/jsemit.c:3481
↓ 4 callers
Function
EmitPropOp
tools/javascriptlint/spidermonkey/src/jsemit.c:2318
↓ 4 callers
Function
EscapeElementValue
* ECMA-357 10.2.1.1 EscapeElementValue helper method. * * This function takes ownership of sb->base, if sb is non-null, in all cases * of success o
tools/javascriptlint/spidermonkey/src/jsxml.c:2351
↓ 4 callers
Function
FindNearestSpanDep
tools/javascriptlint/spidermonkey/src/jsemit.c:688
↓ 4 callers
Function
FinishTempNSArray
tools/javascriptlint/spidermonkey/src/jsxml.c:6177
↓ 4 callers
Function
GetExnPrivate
tools/javascriptlint/spidermonkey/src/jsexn.c:363
↓ 4 callers
Function
GetLocal
tools/javascriptlint/spidermonkey/src/jsopcode.c:1098
← previous
next →
401–500 of 3,450, ranked by callers