MCPcopy Create free account

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

Functions609 in github.com/EarlGray/language-incubator

Functionfunction_proto_call
(mut call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/function.rs:22
Methodget_bool
(&self, property: &str)
js/slothjs/src/parse/heapnode.rs:79
Methodget_entry
(&self)
bf/bfjc/src/jit.rs:105
Functionget_hash
(t: &T)
js/slothjs/src/value.rs:97
Methodget_literal
(&self, property: &str)
js/slothjs/src/parse/heapnode.rs:73
Methodget_location
(&self)
js/slothjs/src/parse/heapnode.rs:62
Methodget_str
(&self, property: &str)
js/slothjs/src/parse/heapnode.rs:87
Functionglobal_parseFloat
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/global.rs:43
Functionhash
()
js/slothjs/src/value.rs:104
Functionidiv
fp/secd/secd.c:651
Functionignore_set_readonly
(e: Exception)
js/slothjs/src/error.rs:101
Functioniminus
fp/secd/secd.c:645
Functionimult
fp/secd/secd.c:648
Functionindex
make a computed [`MemberExpression`](`object`, `attr`) (JS: `object[attr]`)
js/slothjs/src/ast/expr.rs:438
Methodindex
(&self, index: usize)
bf/bfjc/src/jit.rs:37
Methodindex
(&self, _index: usize)
c/hello_jit/src/main.rs:48
Methodindex_mut
(&mut self, index: usize)
bf/bfjc/src/jit.rs:43
Methodindex_mut
(&mut self, _index: usize)
c/hello_jit/src/main.rs:54
Functioninit
(heap: &mut Heap)
js/slothjs/src/builtin/global.rs:56
Methodinitialize
(name)
rel/rel.rb:38
Methodinitialize
(variables = [], values = {})
rel/rel.rb:50
Methodinitialize
(&block)
rel/rel.rb:105
Functioninspect
rel/rel.rb:180
Methodinstance_required
(arg: V, of: &str)
js/slothjs/src/error.rs:32
Functioninterpret_string
(json_ast: &str)
js/slothjs/wasm/src/lib.rs:36
Methodinvalid_ast
(e: E)
js/slothjs/src/error.rs:184
Functioniplus
fp/secd/secd.c:642
Functionirem
fp/secd/secd.c:654
Methodis_valid_identifier
(s: &str)
js/slothjs/src/object.rs:338
Functionit_works
()
bf/bfjc/src/lib.rs:103
Functionjserror
(e: E)
js/slothjs/wasm/src/lib.rs:31
Methodjson_eval
(_: CallContext, _: &mut Heap)
js/slothjs/src/runtime/mod.rs:197
Methodjson_from
Turn a [`JSValue`] into [`JSON`]
js/slothjs/src/runtime/mod.rs:164
Functionlexnext
llvm/kldscp/codegen.cpp:332
Functionlexnext
llvm/kldscp/main.cpp:7
Functionliterals
()
js/slothjs/tests/parse.rs:75
Methodload
(&mut self, _: &mut Heap)
js/slothjs/src/runtime/nodejs.rs:89
Methodload
Creates a sljs runtime.
js/slothjs/src/runtime/mod.rs:142
Methodload
(&mut self, heap: &mut Heap)
js/slothjs/src/runtime/esprima.rs:54
Functionlookup_symbol
fp/secd/secd.c:1206
Methodloose_eq
Abstract Equality Comparison, `==`: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#Loose_equality_using_>
js/slothjs/src/value.rs:298
Functionmain
arch/x86/hasm/asm/run.c:10
Functionmain
yacc/lisp/colorizer.c:25
Functionmain
yacc/rpcalc/rpnc.c:83
Functionmain
yacc/rpcalc/srpn.c:23
Functionmain
bf/bfi1.cpp:140
Functionmain
()
bf/bfi1.rs:138
Functionmain
()
bf/bfi2.rs:155
Functionmain
()
bf/bfi4.rs:306
Functionmain
()
bf/bfi3.rs:207
Functionmain
()
bf/bfjc/src/bin/bfjc3.rs:10
Functionmain
llvm/sum.c:25
Functionmain
llvm/kldscp/main.cpp:43
Functionmain
llvm/ll/ex1.c:3
Functionmain
()
js/slothjs/build.rs:20
Functionmain
()
js/slothjs/cli/src/main.rs:122
Functionmain
fp/lamcalc.cpp:172
Functionmain
fp/secd/secd.c:1535
Functionmain
()
ffi/py/rs-bare/build.rs:10
Functionmain
c/memoize.cc:31
Functionmain
c/dl.c:7
Functionmain
()
c/hello_jit/src/main.rs:59
Functionmain
c/longjmp/x86/jmpasm.c:21
Methodmake
(putchar: *mut c_void, getchar: *mut c_void, getchar_ctx: *mut c_void)
bf/bfjc/src/bf3.rs:39
Methodmap_array
(&self, property: &str, mut func: F)
js/slothjs/src/parse/heapnode.rs:108
Methodmap_node
(&self, property: &str, mut action: F)
js/slothjs/src/parse/heapnode.rs:95
Methodmember
A convenience wrapper for Interpreted::Member{} construction
js/slothjs/src/object.rs:584
Methodmemoize
c/memoize.cc:11
Methodminus
Subtraction operator: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Subtraction>
js/slothjs/src/value.rs:374
Methodnew
()
bf/bfjc/src/bf3.rs:27
Methodnew
(line: u32, column: u32)
js/slothjs/src/source.rs:16
Methodnew
()
js/slothjs/src/heap.rs:82
Methodnew
()
js/slothjs/src/object.rs:23
Methodnew
()
js/slothjs/src/parse/mod.rs:30
Methodnew
()
js/slothjs/src/runtime/nodejs.rs:81
Methodnew
()
js/slothjs/src/runtime/esprima.rs:44
Methodnew
(n_pages: usize)
c/hello_jit/src/main.rs:27
Functionnew_parser
llvm/kldscp/ast.c:261
Functionnew_parser
fp/secd/secd.c:1300
Methodno_attr
(attr: &str, at: JSON)
js/slothjs/src/error.rs:173
Methodno_loop_for_continue_label
(label: Identifier)
js/slothjs/src/error.rs:39
Methodno_reference
(id: Id)
js/slothjs/src/error.rs:43
Functionnodejs_eval
(call: CallContext, heap: &mut Heap)
js/slothjs/src/runtime/nodejs.rs:14
Methodnot_an_object
(value: V)
js/slothjs/src/error.rs:50
Methodnot_found
(id: Id)
js/slothjs/src/error.rs:149
Functionnull
make a [`Literal`] (`JSON::Null`) (JS: `null`).
js/slothjs/src/ast/expr.rs:335
Methodnumerically
(&self, other: &JSValue, heap: &Heap, op: F)
js/slothjs/src/value.rs:336
Functionnumval
fp/secd/secd.c:188
Functionobject
make a [`ObjectExpression`] (`vec![(k1, v1), ...]`) (JS: `{k1: v1, ...}`)
js/slothjs/src/ast/expr.rs:379
Functionobject_constructor
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:29
Functionobject_object_create
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:64
Functionobject_object_defineProperties
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:207
Functionobject_object_defineProperty
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:177
Functionobject_object_getOwnPropertyDescriptor
( call: CallContext, heap: &mut Heap, )
js/slothjs/src/builtin/object.rs:108
Functionobject_object_is
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:84
Functionobject_object_setPrototypeOf
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:216
Functionobject_proto_dbg
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:52
Functionobject_proto_hasOwnProperty
(call: CallContext, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:39
Functionobject_proto_toString
(_call: CallContext, _heap: &mut Heap)
js/slothjs/src/builtin/object.rs:47
Functionobject_proto_valueOf
(call: CallContext, _heap: &mut Heap)
js/slothjs/src/builtin/object.rs:59
← previousnext →401–500 of 609, ranked by callers