MCPcopy Create free account

hub / github.com/EarlGray/language-incubator / functions

Functions609 in github.com/EarlGray/language-incubator

Methodoperator ()
c/memoize.cc:14
Methodparse_from
Makes a [`Program`] from anything that implements [`SourceNode`] e.g. from a [`JSON`] ESTree.
js/slothjs/src/parse/mod.rs:171
Functionparse_int
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/global.rs:8
Methodplus
Addition operator: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition>
js/slothjs/src/value.rs:349
Functionprintd
llvm/kldscp/codegen.cpp:327
Methodptr
(&self)
js/slothjs/src/function.rs:86
Methodresult
rel/rel.rb:99
Methodresults
(n)
rel/rel.rb:94
Functionreturn_
make a [`ReturnStatement`](`expr`)
js/slothjs/src/ast/stmt.rs:253
Functionrun
()
js/slothjs/wasm/src/lib.rs:26
Functionsecd_add
fp/secd/secd.c:658
Functionsecd_ap
fp/secd/secd.c:747
Functionsecd_atom
fp/secd/secd.c:602
Functionsecd_car
fp/secd/secd.c:504
Functionsecd_cdr
fp/secd/secd.c:516
Functionsecd_cons
fp/secd/secd.c:492
Functionsecd_div
fp/secd/secd.c:670
Functionsecd_dum
fp/secd/secd.c:828
Functionsecd_eq
fp/secd/secd.c:613
Functionsecd_join
fp/secd/secd.c:718
Functionsecd_ld
fp/secd/secd.c:540
Functionsecd_ldc
fp/secd/secd.c:528
Functionsecd_ldf
fp/secd/secd.c:727
Functionsecd_leq
fp/secd/secd.c:679
Functionsecd_mul
fp/secd/secd.c:666
Functionsecd_print
fp/secd/secd.c:885
Functionsecd_rap
fp/secd/secd.c:840
Functionsecd_read
fp/secd/secd.c:875
Functionsecd_rem
fp/secd/secd.c:674
Functionsecd_rtn
fp/secd/secd.c:801
Functionsecd_sel
fp/secd/secd.c:692
Functionsecd_sub
fp/secd/secd.c:662
Functionsecdf_append
fp/secd/secd.c:946
Functionsecdf_copy
fp/secd/secd.c:941
Functionsecdf_eofp
fp/secd/secd.c:988
Functionsecdf_list
fp/secd/secd.c:901
Functionsecdf_null
fp/secd/secd.c:906
Functionsecdf_nump
fp/secd/secd.c:912
Functionsecdf_symp
fp/secd/secd.c:918
Methodset_readonly
A shortcut for defining a non-writable property and setting its value.
js/slothjs/src/object.rs:308
Functionspam_system
ffi/py/c/spam.c:4
Methodstrict_eq
Strict Equality, `===` <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#strict_equality_using>
js/slothjs/src/value.rs:332
Functionstring_constructor
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:23
Methodstring_from
Turn a [`JSValue`] into a human-readable string.
js/slothjs/src/runtime/mod.rs:169
Functionstring_proto_charAt
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:55
Functionstring_proto_charCodeAt
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:66
Functionstring_proto_indexOf
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:120
Functionstring_proto_replace
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:154
Functionstring_proto_slice
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:76
Functionstring_proto_substr
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:100
Functionstring_proto_toLowerCase
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:199
Functionstring_proto_valueOf
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:48
Functionstruct_sizes
()
js/slothjs/src/test/mod.rs:45
Functiontest_arrays
()
js/slothjs/tests/parse.rs:1432
Functiontest_assignment
()
js/slothjs/tests/parse.rs:309
Functiontest_binary_bit_operations
()
js/slothjs/tests/parse.rs:132
Functiontest_binary_compare_greater
()
js/slothjs/tests/parse.rs:221
Functiontest_binary_compare_less
()
js/slothjs/tests/parse.rs:198
Functiontest_binary_in
()
js/slothjs/tests/parse.rs:269
Functiontest_binary_instanceof
()
js/slothjs/tests/parse.rs:240
Functiontest_binary_logical
()
js/slothjs/tests/parse.rs:279
Functiontest_binary_loose_equality
()
js/slothjs/tests/parse.rs:149
Functiontest_binary_numeric_operations
()
js/slothjs/tests/parse.rs:116
Functiontest_binary_strict_equality
()
js/slothjs/tests/parse.rs:181
Functiontest_block_scope
()
js/slothjs/tests/parse.rs:434
Functiontest_blocks
()
js/slothjs/tests/parse.rs:503
Functiontest_boolify
()
js/slothjs/src/value.rs:456
Functiontest_builtin_boolean
()
js/slothjs/tests/parse.rs:1144
Functiontest_builtin_error
()
js/slothjs/tests/parse.rs:1313
Functiontest_builtin_function
()
js/slothjs/tests/parse.rs:1126
Functiontest_builtin_object
()
js/slothjs/tests/parse.rs:943
Functiontest_builtin_string
()
js/slothjs/tests/parse.rs:1185
Functiontest_conditionals
()
js/slothjs/tests/parse.rs:512
Functiontest_eval
()
js/slothjs/tests/parse.rs:1497
Functiontest_exceptions
()
js/slothjs/tests/parse.rs:683
Functiontest_function_scope
()
js/slothjs/tests/parse.rs:370
Functiontest_functions
()
js/slothjs/tests/parse.rs:847
Functiontest_global_methods
()
js/slothjs/tests/parse.rs:915
Functiontest_global_scope
()
js/slothjs/tests/parse.rs:362
Functiontest_interpret
()
js/slothjs/wasm/tests/web.rs:27
Functiontest_interpret_string
()
js/slothjs/wasm/tests/web.rs:14
Functiontest_lexer
fp/secd/secd.c:1354
Functiontest_loops
()
js/slothjs/tests/parse.rs:565
Functiontest_member_expression
()
js/slothjs/tests/parse.rs:296
Functiontest_numberify
()
js/slothjs/src/value.rs:450
Functiontest_objects
()
js/slothjs/tests/parse.rs:1323
Functiontest_parser_context
()
js/slothjs/src/parse/test.rs:7
Functiontest_redeclared
()
js/slothjs/src/parse/test.rs:61
Functiontest_scratch
()
js/slothjs/src/test/mod.rs:71
Functiontest_sequence
()
js/slothjs/tests/parse.rs:498
Functiontest_switch
()
js/slothjs/tests/parse.rs:522
Functiontest_this
()
js/slothjs/tests/parse.rs:1367
Functiontest_unary_operations
()
js/slothjs/tests/parse.rs:761
Functiontest_update_operations
()
js/slothjs/tests/parse.rs:827
Methodto_json
Create a `JSON` from this `JSObject`.
js/slothjs/src/object.rs:316
Functionto_list
(array)
rel/rel.rb:187
Functionto_peano
(number)
rel/rel.rb:225
Methodtry_from
Constructs a pure value (without references), if possible. Excludes objects and arrays.
js/slothjs/src/value.rs:433
Methodtype_error
(tag: &'static str, what: V)
js/slothjs/src/error.rs:74
Functionundefined
make an [`Identifier`] (`"undefined"`), (JS: `undefined`)
js/slothjs/src/ast/expr.rs:340
← previousnext →501–600 of 609, ranked by callers