MCPcopy Create free account

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

Functions609 in github.com/EarlGray/language-incubator

↓ 1 callersMethodtype_of
Javascript's `typeof`
js/slothjs/src/value.rs:283
↓ 1 callersFunctionunescape
(input: &str)
js/slothjs/src/error.rs:204
↓ 1 callersMethodunify
(a, b)
rel/rel.rb:79
↓ 1 callersFunctionusage
llvm/kldscp/main.cpp:36
↓ 1 callersFunctionvar
make a [`VariableDeclaration`] from [(var1, value1), ...]
js/slothjs/src/ast/stmt.rs:234
↓ 1 callersMethodwith
(heap: &mut Heap, node: JSRef, mut action: F)
js/slothjs/src/parse/heapnode.rs:15
↓ 1 callersMethodwritemem
(self, loc, val)
emu/bcpu/BCPU.py:200
FunctionCons
(hd, tl)
fp/secdjs/secd.js:1
MethodDEC
(self, reg)
emu/bcpu/BCPU.py:227
MethodDIV
(self)
emu/bcpu/BCPU.py:235
MethodHALT
(self)
emu/bcpu/BCPU.py:261
MethodINC
(self, reg)
emu/bcpu/BCPU.py:219
MethodJMP
(self, label)
emu/bcpu/BCPU.py:255
MethodJOF
(self, label)
emu/bcpu/BCPU.py:247
MethodJUF
(self, label)
emu/bcpu/BCPU.py:251
MethodJZ
(self, reg, label)
emu/bcpu/BCPU.py:244
MethodLD
(self, reg, val)
emu/bcpu/BCPU.py:208
MethodMOD
(self)
emu/bcpu/BCPU.py:238
MethodMUL
(self)
emu/bcpu/BCPU.py:241
MethodOUT
(self, reg)
emu/bcpu/BCPU.py:258
FunctionPyInit_spam
ffi/py/c/spam.c:36
MethodRD
(self, reg, loc)
emu/bcpu/BCPU.py:211
FunctionSecd
(ctrl)
fp/secdjs/secd.js:35
MethodWT
(self, reg, loc)
emu/bcpu/BCPU.py:215
Method__init__
(self, reason, linenum=None)
emu/bcpu/BCPU.py:9
Method__init__
(self, reason, linenum=None)
emu/bcpu/BCPU.py:15
Method__init__
Takes an external program to run, starting from `entry` `prog` is a dictionary from labels to basic blocks; A basic block is a list o
emu/bcpu/BCPU.py:159
Functionadd
%% Prolog: add(o, Y, Z) :- Y = Z; add(s(X), Y, s(Z)) :- add(X, Y, Z).
rel/rel.rb:244
Functionappend
(a, b, c)
rel/rel.rb:205
Functionarray
make an [`ArrayExpression`] (`vec![v1, v2, ...]`) (JS: `[v1, v2, ...]`)
js/slothjs/src/ast/expr.rs:364
Functionarray_object_constructor
(_call: CallContext, _heap: &mut Heap)
js/slothjs/src/builtin/array.rs:6
Functionarray_proto_pop
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/array.rs:49
Functionarray_proto_push
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/array.rs:28
Functionarray_toString
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/array.rs:11
Methodassign_values
(new_values)
rel/rel.rb:62
Methodattr_type_error
(tag: &'static str, what: V, attr: S)
js/slothjs/src/error.rs:62
Functionbenchmark_esprimaparser
(c: &mut Criterion)
js/slothjs/benches/eval.rs:10
Functionbf_input
(ctx: *mut c_void)
bf/bfjc/src/lib.rs:38
Functionbf_print
(c: u8)
bf/bfjc/src/lib.rs:34
Functionbinary_addition
()
js/slothjs/src/test/interp.rs:7
Functionbinary_plus
()
js/slothjs/tests/parse.rs:98
Functionboolean_constructor
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/boolean.rs:17
Functionboolean_proto_toString
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/boolean.rs:36
Functionboolean_proto_valueOf
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/boolean.rs:42
Methodborrow
(&self)
js/slothjs/src/value.rs:40
Functionboth
(first_goal, second_goal)
rel/rel.rb:156
Methodcodegen_t
llvm/kldscp/codegen.cpp:41
Methodcompare
( &self, other: &JSValue, heap: &Heap, stringly: StrCmpFn, numberly: N
js/slothjs/src/value.rs:378
Methodconstructor
(esprima, sljs)
js/slothjs/wasm/demo/src/index.js:4
Methodconstructor
(el, sljs)
js/slothjs/wasm/demo/src/index.js:18
Methoddefault
()
js/slothjs/src/value.rs:34
Methoddefault
()
js/slothjs/src/object.rs:424
Methodderef
(&self)
js/slothjs/src/value.rs:48
Functiondisplay_expr
()
js/slothjs/src/ast/display.rs:374
Functiondisplay_stmt
()
js/slothjs/src/ast/display.rs:413
Functioneither
(first_goal, second_goal)
rel/rel.rb:147
Functionempty_object
make an empty [`ObjectExpression`] (JS: `{}`)
js/slothjs/src/ast/expr.rs:390
Functioneq
()
js/slothjs/src/value.rs:87
Methodeq
(&self, other: &Self)
js/slothjs/src/ast/stmt.rs:28
Methodeq
(&self, other: &Self)
js/slothjs/src/ast/expr.rs:28
Functionequal
(a, b)
rel/rel.rb:137
Functionerror_proto_toString
(call: CallContext, heap: &'_ mut Heap)
js/slothjs/src/builtin/error.rs:28
Functionesprima_eval
(call: CallContext, heap: &mut Heap)
js/slothjs/src/runtime/esprima.rs:21
Methodeval_func
(&self)
js/slothjs/src/runtime/nodejs.rs:117
Methodeval_func
(&self)
js/slothjs/src/runtime/esprima.rs:93
Functionevalbool
(input: &str)
js/slothjs/tests/parse.rs:15
Methodevaluate
Takes an `input` and evaluates it.
js/slothjs/src/runtime/mod.rs:158
Functionexecute
(contents: &str)
bf/bfjc/src/lib.rs:51
Functionexpr
make an [`ExpressionStatement`](`expr`)
js/slothjs/src/ast/stmt.rs:248
Functionfib
c/memoize.cc:26
Functionfilegetc
llvm/kldscp/codegen.cpp:155
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
js/slothjs/src/value.rs:54
Methodfmt
(&self, f: &mut fmt::Formatter)
js/slothjs/src/source.rs:77
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
js/slothjs/src/function.rs:98
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
js/slothjs/src/parse/heapnode.rs:52
Methodfmt
(&self, f: &mut fmt::Formatter)
js/slothjs/src/ast/display.rs:9
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
js/slothjs/src/ast/expr.rs:130
Methodfmt
(&self, f: &mut fmt::Formatter)
js/slothjs/src/runtime/mod.rs:27
Methodfrom
(byte_size: usize)
bf/bfjc/src/jit.rs:15
Methodfrom
(s: String)
js/slothjs/src/value.rs:68
Methodfrom
(s: S)
js/slothjs/src/object.rs:410
Methodfrom
(err: ParseError)
js/slothjs/src/error.rs:87
Methodfrom
(arguments: Vec<Interpreted>)
js/slothjs/src/function.rs:65
Methodfrom
(stmt: T)
js/slothjs/src/ast/stmt.rs:39
Methodfrom
(blockstmt: BlockStatement)
js/slothjs/src/ast/mod.rs:47
Methodfrom
(expr: E)
js/slothjs/src/ast/expr.rs:38
Methodfrom
(exc: Exception)
js/slothjs/src/runtime/mod.rs:42
Methodfrom_array
Wrap the given vector into an Array.
js/slothjs/src/object.rs:55
Methodfrom_bool
Wrap the given bool into Boolean
js/slothjs/src/object.rs:64
Methodfrom_closure
Wrap the given `closure` into a Function.
js/slothjs/src/object.rs:41
Methodfrom_func
Wrap the given native call into a Function.
js/slothjs/src/object.rs:32
Functionfrom_list
(list)
rel/rel.rb:196
Functionfrom_peano
(peano)
rel/rel.rb:233
Methodfrom_saved
(object: &JSObject, heap: &Heap)
js/slothjs/src/source.rs:32
Methodfrom_stmt
(val: V)
js/slothjs/src/ast/mod.rs:19
Methodfrom_stmts
(stmts: Vec<Statement>)
js/slothjs/src/ast/mod.rs:33
Methodfrom_str
(s: &str)
js/slothjs/src/value.rs:62
Methodfrom_string
Wrap the given string into String
js/slothjs/src/object.rs:73
Functionfunction_constructor
(_call: CallContext, _heap: &mut Heap)
js/slothjs/src/builtin/function.rs:17
Functionfunction_proto_apply
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/function.rs:35
← previousnext →301–400 of 609, ranked by callers