Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EarlGray/language-incubator
/ functions
Functions
609 in github.com/EarlGray/language-incubator
⨍
Functions
609
◇
Types & classes
165
Method
operator ()
c/memoize.cc:14
Method
parse_from
Makes a [`Program`] from anything that implements [`SourceNode`] e.g. from a [`JSON`] ESTree.
js/slothjs/src/parse/mod.rs:171
Function
parse_int
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/global.rs:8
Method
plus
Addition operator: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition>
js/slothjs/src/value.rs:349
Function
printd
llvm/kldscp/codegen.cpp:327
Method
ptr
(&self)
js/slothjs/src/function.rs:86
Method
result
rel/rel.rb:99
Method
results
(n)
rel/rel.rb:94
Function
return_
make a [`ReturnStatement`](`expr`)
js/slothjs/src/ast/stmt.rs:253
Function
run
()
js/slothjs/wasm/src/lib.rs:26
Function
secd_add
fp/secd/secd.c:658
Function
secd_ap
fp/secd/secd.c:747
Function
secd_atom
fp/secd/secd.c:602
Function
secd_car
fp/secd/secd.c:504
Function
secd_cdr
fp/secd/secd.c:516
Function
secd_cons
fp/secd/secd.c:492
Function
secd_div
fp/secd/secd.c:670
Function
secd_dum
fp/secd/secd.c:828
Function
secd_eq
fp/secd/secd.c:613
Function
secd_join
fp/secd/secd.c:718
Function
secd_ld
fp/secd/secd.c:540
Function
secd_ldc
fp/secd/secd.c:528
Function
secd_ldf
fp/secd/secd.c:727
Function
secd_leq
fp/secd/secd.c:679
Function
secd_mul
fp/secd/secd.c:666
Function
secd_print
fp/secd/secd.c:885
Function
secd_rap
fp/secd/secd.c:840
Function
secd_read
fp/secd/secd.c:875
Function
secd_rem
fp/secd/secd.c:674
Function
secd_rtn
fp/secd/secd.c:801
Function
secd_sel
fp/secd/secd.c:692
Function
secd_sub
fp/secd/secd.c:662
Function
secdf_append
fp/secd/secd.c:946
Function
secdf_copy
fp/secd/secd.c:941
Function
secdf_eofp
fp/secd/secd.c:988
Function
secdf_list
fp/secd/secd.c:901
Function
secdf_null
fp/secd/secd.c:906
Function
secdf_nump
fp/secd/secd.c:912
Function
secdf_symp
fp/secd/secd.c:918
Method
set_readonly
A shortcut for defining a non-writable property and setting its value.
js/slothjs/src/object.rs:308
Function
spam_system
ffi/py/c/spam.c:4
Method
strict_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
Function
string_constructor
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:23
Method
string_from
Turn a [`JSValue`] into a human-readable string.
js/slothjs/src/runtime/mod.rs:169
Function
string_proto_charAt
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:55
Function
string_proto_charCodeAt
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:66
Function
string_proto_indexOf
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:120
Function
string_proto_replace
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:154
Function
string_proto_slice
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:76
Function
string_proto_substr
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:100
Function
string_proto_toLowerCase
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:199
Function
string_proto_valueOf
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/string.rs:48
Function
struct_sizes
()
js/slothjs/src/test/mod.rs:45
Function
test_arrays
()
js/slothjs/tests/parse.rs:1432
Function
test_assignment
()
js/slothjs/tests/parse.rs:309
Function
test_binary_bit_operations
()
js/slothjs/tests/parse.rs:132
Function
test_binary_compare_greater
()
js/slothjs/tests/parse.rs:221
Function
test_binary_compare_less
()
js/slothjs/tests/parse.rs:198
Function
test_binary_in
()
js/slothjs/tests/parse.rs:269
Function
test_binary_instanceof
()
js/slothjs/tests/parse.rs:240
Function
test_binary_logical
()
js/slothjs/tests/parse.rs:279
Function
test_binary_loose_equality
()
js/slothjs/tests/parse.rs:149
Function
test_binary_numeric_operations
()
js/slothjs/tests/parse.rs:116
Function
test_binary_strict_equality
()
js/slothjs/tests/parse.rs:181
Function
test_block_scope
()
js/slothjs/tests/parse.rs:434
Function
test_blocks
()
js/slothjs/tests/parse.rs:503
Function
test_boolify
()
js/slothjs/src/value.rs:456
Function
test_builtin_boolean
()
js/slothjs/tests/parse.rs:1144
Function
test_builtin_error
()
js/slothjs/tests/parse.rs:1313
Function
test_builtin_function
()
js/slothjs/tests/parse.rs:1126
Function
test_builtin_object
()
js/slothjs/tests/parse.rs:943
Function
test_builtin_string
()
js/slothjs/tests/parse.rs:1185
Function
test_conditionals
()
js/slothjs/tests/parse.rs:512
Function
test_eval
()
js/slothjs/tests/parse.rs:1497
Function
test_exceptions
()
js/slothjs/tests/parse.rs:683
Function
test_function_scope
()
js/slothjs/tests/parse.rs:370
Function
test_functions
()
js/slothjs/tests/parse.rs:847
Function
test_global_methods
()
js/slothjs/tests/parse.rs:915
Function
test_global_scope
()
js/slothjs/tests/parse.rs:362
Function
test_interpret
()
js/slothjs/wasm/tests/web.rs:27
Function
test_interpret_string
()
js/slothjs/wasm/tests/web.rs:14
Function
test_lexer
fp/secd/secd.c:1354
Function
test_loops
()
js/slothjs/tests/parse.rs:565
Function
test_member_expression
()
js/slothjs/tests/parse.rs:296
Function
test_numberify
()
js/slothjs/src/value.rs:450
Function
test_objects
()
js/slothjs/tests/parse.rs:1323
Function
test_parser_context
()
js/slothjs/src/parse/test.rs:7
Function
test_redeclared
()
js/slothjs/src/parse/test.rs:61
Function
test_scratch
()
js/slothjs/src/test/mod.rs:71
Function
test_sequence
()
js/slothjs/tests/parse.rs:498
Function
test_switch
()
js/slothjs/tests/parse.rs:522
Function
test_this
()
js/slothjs/tests/parse.rs:1367
Function
test_unary_operations
()
js/slothjs/tests/parse.rs:761
Function
test_update_operations
()
js/slothjs/tests/parse.rs:827
Method
to_json
Create a `JSON` from this `JSObject`.
js/slothjs/src/object.rs:316
Function
to_list
(array)
rel/rel.rb:187
Function
to_peano
(number)
rel/rel.rb:225
Method
try_from
Constructs a pure value (without references), if possible. Excludes objects and arrays.
js/slothjs/src/value.rs:433
Method
type_error
(tag: &'static str, what: V)
js/slothjs/src/error.rs:74
Function
undefined
make an [`Identifier`] (`"undefined"`), (JS: `undefined`)
js/slothjs/src/ast/expr.rs:340
← previous
next →
501–600 of 609, ranked by callers