MCPcopy Create free account

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

Functions609 in github.com/EarlGray/language-incubator

↓ 4 callersFunctionlexnext
fp/secd/secd.c:1310
↓ 4 callersFunctionlist_data
llvm/kldscp/ast.c:67
↓ 4 callersFunctionlist_head
llvm/kldscp/ast.c:57
↓ 4 callersFunctionlist_next
llvm/kldscp/ast.c:62
↓ 4 callersMethodlookup_var
(&self, name: &str)
js/slothjs/src/heap.rs:242
↓ 4 callersFunctionnew_binop
llvm/kldscp/ast.c:307
↓ 4 callersFunctionnew_lexer
llvm/kldscp/ast.c:143
↓ 4 callersFunctionnew_list
llvm/kldscp/ast.c:31
↓ 4 callersMethodobjectify
objectify() wraps a primitive into its object: - `undefined` becomes `null` - `bool`/`number`/`string` becomes `Boolean`/`Number`/`String` - objects j
js/slothjs/src/value.rs:269
↓ 4 callersFunctionparse_eof
llvm/kldscp/ast.c:272
↓ 4 callersFunctionparse_toplevel
llvm/kldscp/ast.c:624
↓ 4 callersFunctionparsed_semicolon
llvm/kldscp/ast.c:276
↓ 4 callersFunctionpop_dump
fp/secd/secd.c:482
↓ 4 callersMethodpursue_in
(state)
rel/rel.rb:109
↓ 4 callersMethodto_json
(&self)
js/slothjs/src/parse/heapnode.rs:46
↓ 3 callersMethodas_str
If `self` is a String, get it primitive value
js/slothjs/src/object.rs:118
↓ 3 callersMethodat
(&mut self, index: usize)
bf/bfjc/src/jit.rs:94
↓ 3 callersFunctionatom_eq
fp/secd/secd.c:560
↓ 3 callersFunctionbinary
make a [`BinaryExpression`](`left`, `op`, `right`)
js/slothjs/src/ast/expr.rs:405
↓ 3 callersFunctionblock
make a [`BlockStatement`]
js/slothjs/src/ast/stmt.rs:229
↓ 3 callersMethodconfigurable
(&self)
js/slothjs/src/object.rs:525
↓ 3 callersMethoddeclare
( &mut self, variables: impl Iterator<Item = &'a Identifier>, functions: impl Iterator
js/slothjs/src/heap.rs:223
↓ 3 callersMethodemit_u64
(&mut self, val: u64)
bf/bfjc/src/jit.rs:85
↓ 3 callersMethodenter_new_scope
( &mut self, this_ref: JSRef, captured_scope: JSRef, mut action: F, )
js/slothjs/src/heap.rs:293
↓ 3 callersMethodhas_proto
(&self, protoref: JSRef, heap: &Heap)
js/slothjs/src/heap.rs:16
↓ 3 callersMethodimm16bit
(arg, linenum)
emu/bcpu/BCPU.py:134
↓ 3 callersMethodinterpret_this
Find out what `this` currently is.
js/slothjs/src/heap.rs:186
↓ 3 callersFunctionlookup_env
fp/secd/secd.c:1170
↓ 3 callersFunctionnew_number
fp/secd/secd.c:366
↓ 3 callersFunctionpop
fp/secd/secd.c:441
↓ 3 callersMethodput_value
(&self, value: JSValue, heap: &mut Heap)
js/slothjs/src/object.rs:624
↓ 3 callersMethodset_even_nonwritable
Just like `.set_property()`, but updates even non-writable properties.
js/slothjs/src/object.rs:272
↓ 3 callersMethodset_maybe_nonwritable
( &mut self, name: &str, content: Content, access: Access, even_nonwri
js/slothjs/src/object.rs:192
↓ 3 callersMethodto_estree
(&self)
js/slothjs/src/parse/estree.rs:11
↓ 2 callersMethodbyte_size
(&self)
bf/bfjc/src/jit.rs:19
↓ 2 callersFunctioncodegenImport
llvm/kldscp/codegen.cpp:159
↓ 2 callersMethodcompile
(&self, _ops: &Vec<Op>, exe: &mut Memory)
bf/bfjc/src/bf3.rs:93
↓ 2 callersMethodcompute
(&self, lval: &JSValue, rval: &JSValue, heap: &mut Heap)
js/slothjs/src/interpret.rs:484
↓ 2 callersMethodcurrent_position
(&self)
bf/bfjc/src/jit.rs:90
↓ 2 callersMethoddeclare_variable
(&mut self, var: &Identifier)
js/slothjs/src/heap.rs:215
↓ 2 callersMethoddefine_own_property
(&mut self, name: &str, access: Access)
js/slothjs/src/object.rs:241
↓ 2 callersFunctiondefine_properties
(objref: JSRef, descs_ref: JSRef, heap: &mut Heap)
js/slothjs/src/builtin/object.rs:186
↓ 2 callersFunctiondefine_property
( objref: JSRef, propname: JSString, descref: JSRef, heap: &mut Heap, )
js/slothjs/src/builtin/object.rs:138
↓ 2 callersMethoddo_loop
`do_loop()` executes the loop except its `init` statement. `init` must be interpreted before this, if needed.
js/slothjs/src/interpret.rs:134
↓ 2 callersMethoddo_update
(&self, heap: &mut Heap)
js/slothjs/src/interpret.rs:160
↓ 2 callersMethodeq
(&self, other: &Self)
js/slothjs/src/ast/mod.rs:39
↓ 2 callersFunctionfind_jump
bf/bfi1.cpp:45
↓ 2 callersFunctionfind_jump
(prog: &Vec<Op>, cp: usize, whom: Op)
bf/bfi1.rs:48
↓ 2 callersFunctionfree_list
llvm/kldscp/ast.c:77
↓ 2 callersMethodget_location
(&self)
js/slothjs/src/parse/jsonnode.rs:17
↓ 2 callersMethodinspect
rel/rel.rb:42
↓ 2 callersMethodinterleave_with
(other)
rel/rel.rb:164
↓ 2 callersMethodis_scope
(&self, objref: JSRef)
js/slothjs/src/heap.rs:193
↓ 2 callersMethodisinstance
(&self, constructor: JSRef, heap: &Heap)
js/slothjs/src/heap.rs:20
↓ 2 callersFunctionlist_copy
fp/secd/secd.c:924
↓ 2 callersFunctionlist_length
llvm/kldscp/ast.c:72
↓ 2 callersMethodlookup_protochain
Find the location of `propname` on the prototype chain of `objref`. Return `None` or `Some(Interpreted::Member{..})` pointing to the found own propert
js/slothjs/src/heap.rs:346
↓ 2 callersMethodnewDetails
(summary, ...contents)
js/slothjs/wasm/demo/src/index.js:34
↓ 2 callersFunctionnew_funcall
llvm/kldscp/ast.c:300
↓ 2 callersFunctionnew_fundef
llvm/kldscp/ast.c:292
↓ 2 callersFunctionobject_to_bool
(this_ref: JSRef, heap: &Heap)
js/slothjs/src/builtin/boolean.rs:28
↓ 2 callersMethodonCellChange
(event)
js/slothjs/wasm/demo/src/index.js:53
↓ 2 callersFunctionparse
(prog: &String)
bf/bfi3.rs:55
↓ 2 callersFunctionparse_proto
llvm/kldscp/ast.c:494
↓ 2 callersFunctionprint_callstack
(heap: &Heap)
js/slothjs/src/source.rs:107
↓ 2 callersFunctionprint_list
fp/secd/secd.c:252
↓ 2 callersMethodprotochain
(&self, heap: &'a Heap)
js/slothjs/src/object.rs:185
↓ 2 callersFunctionpush
fp/secd/secd.c:435
↓ 2 callersMethodread_label
(arg, linenum)
emu/bcpu/BCPU.py:146
↓ 2 callersFunctionread_list
fp/secd/secd.c:1371
↓ 2 callersMethodrun
(self, prog, entry='')
emu/bcpu/BCPU.py:171
↓ 2 callersMethodrun_finalizer
(&self, heap: &mut Heap)
js/slothjs/src/interpret.rs:364
↓ 2 callersFunctionsexp_read
fp/secd/secd.c:1421
↓ 2 callersMethodsmells_fresh
(&self, objref: JSRef)
js/slothjs/src/heap.rs:150
↓ 2 callersMethodstartNewCell
()
js/slothjs/wasm/demo/src/index.js:39
↓ 2 callersMethodto_source
(&self)
js/slothjs/src/ast/display.rs:43
↓ 2 callersMethodto_string
Create a human-readable representation of contents of an Array or an Object.
js/slothjs/src/object.rs:337
↓ 2 callersMethodwith_node
(&self, node: JSRef)
js/slothjs/src/parse/heapnode.rs:34
↓ 2 callersMethodwritable
(&self)
js/slothjs/src/object.rs:528
↓ 2 callersFunctionyylex
yacc/rpcalc/rpnc.c:43
↓ 1 callersFunctionarr2cons
(arr)
fp/secdjs/secd.js:26
↓ 1 callersMethodas_array_mut
If `self` is an Array, give its underlying storage mutably.
js/slothjs/src/object.rs:110
↓ 1 callersFunctionbatch_main
Reads stdin, parses and interprets it as one block.
js/slothjs/cli/src/main.rs:28
↓ 1 callersFunctioncall
make a [`CallExpression`] with `callee` and `arguments` (JS: `callee(arguments...)`)
js/slothjs/src/ast/expr.rs:447
↓ 1 callersFunctioncodegenBinop
llvm/kldscp/codegen.cpp:59
↓ 1 callersFunctioncodegenFunCall
llvm/kldscp/codegen.cpp:216
↓ 1 callersFunctioncodegenIf
llvm/kldscp/codegen.cpp:101
↓ 1 callersFunctioncodegenNum
llvm/kldscp/codegen.cpp:308
↓ 1 callersFunctioncodegenProto
llvm/kldscp/codegen.cpp:241
↓ 1 callersFunctioncodegenVar
llvm/kldscp/codegen.cpp:95
↓ 1 callersFunctioncolor_print
yacc/lisp/colorizer.c:21
↓ 1 callersFunctioncompile
bf/bfi1.cpp:28
↓ 1 callersFunctioncompile
(prog: &String)
bf/bfi1.rs:28
↓ 1 callersFunctioncompile
(prog: &String)
bf/bfi2.rs:24
↓ 1 callersFunctioncompile
(prog: &String)
bf/bfi4.rs:105
↓ 1 callersFunctioncompile_internal_loop
(ops: &mut Vec<Op>, beginp: usize)
bf/bfi4.rs:65
↓ 1 callersMethodcontinue_loop
(&self, heap: &mut Heap)
js/slothjs/src/interpret.rs:264
↓ 1 callersMethodcreate_variables
(names)
rel/rel.rb:54
↓ 1 callersMethoddbg
(&mut self, refstr: &str)
js/slothjs/src/runtime/mod.rs:175
↓ 1 callersFunctiondecode_utf16
(bytes: &[u8])
js/slothjs/build.rs:11
← previousnext →101–200 of 609, ranked by callers