Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Srinivasa314/neptune-lang
/ functions
Functions
611 in github.com/Srinivasa314/neptune-lang
⨍
Functions
611
◇
Types & classes
127
↓ 4 callers
Method
block
(&mut self, stmts: &[Statement], end_line: u32)
src/compiler.rs:1269
↓ 4 callers
Method
get_element
Pushes the value at `index` of the array at the top of the stack
src/vm.rs:679
↓ 4 callers
Function
hasFocus
()
neptune-book/book/searcher.js:57
↓ 4 callers
Function
hideSidebar
()
neptune-book/book/book.js:464
↓ 4 callers
Function
hideThemes
()
neptune-book/book/book.js:303
↓ 4 callers
Method
int
Pushes an int to the stack
src/vm.rs:543
↓ 4 callers
Method
is_true
neptune-vm/value.cc:90
↓ 4 callers
Method
load
(&self, module: &str)
neptune-cli/src/main.rs:93
↓ 4 callers
Method
openNode
(e)
neptune-book/book/highlight.js:6
↓ 4 callers
Method
parse_precedence
(&mut self, prec: Precedence)
src/parser.rs:404
↓ 4 callers
Method
push_to_array
Pops a value from the stack and pushes it to the array at the top of the stack
src/vm.rs:578
↓ 4 callers
Function
r
(t)
neptune-book/book/clipboard.min.js:7
↓ 4 callers
Method
register_module_variable
(&mut self, name: &str, mutable: bool, exported: bool, line: u32)
src/compiler.rs:85
↓ 4 callers
Function
s
(...n)
neptune-book/book/highlight.js:6
↓ 4 callers
Method
send
neptune-vm/vm.cc:1052
↓ 4 callers
Function
showSidebar
()
neptune-book/book/book.js:442
↓ 4 callers
Function
size
neptune-vm/object.h:13
↓ 4 callers
Method
statement
(&mut self, needs_sep: bool, try_expr: bool)
src/parser.rs:863
↓ 4 callers
Method
string_constant
neptune-vm/function.cc:49
↓ 4 callers
Method
to_neptune_value
(self, cx: &mut EFuncContext)
src/lib.rs:123
↓ 4 callers
Method
var_declaration
(&mut self, mutable: bool, exported: bool)
src/parser.rs:956
↓ 4 callers
Method
write3
(&mut self, op: Op, u1: u32, u2: u32, u3: u32, line: u32)
src/compiler.rs:301
↓ 3 callers
Method
addRule
(e,n)
neptune-book/book/highlight.js:6
↓ 3 callers
Method
bool
Pushes a bool to the stack
src/vm.rs:553
↓ 3 callers
Function
bottom_up_tree
(depth)
bench/btree.rb:18
↓ 3 callers
Function
check_tree
(node)
bench/btree.js:9
↓ 3 callers
Function
check_tree
(node)
bench/btree.py:16
↓ 3 callers
Method
closeNode
(e)
neptune-book/book/highlight.js:6
↓ 3 callers
Method
closure
( &mut self, name: &str, line: u32, args: &[String], body: &ClosureBod
src/compiler.rs:1826
↓ 3 callers
Function
compile
( vm: &'vm VMInner, module: String, source: &str, eval: bool, )
src/lib.rs:429
↓ 3 callers
Method
create_efunc_async
(&self, name: &str, callback: F)
src/vm.rs:402
↓ 3 callers
Method
create_variable_and_store_accumulator
( &mut self, name: &str, mutable: bool, line: u32, )
src/compiler.rs:650
↓ 3 callers
Function
e
(t)
neptune-book/book/clipboard.min.js:7
↓ 3 callers
Method
evaluate_expr_with_dest
( &mut self, expr: &Expr, dest: Option<u32>, )
src/compiler.rs:1379
↓ 3 callers
Method
exec
Executes source with module `module`
src/lib.rs:281
↓ 3 callers
Method
float_constant
neptune-vm/function.cc:45
↓ 3 callers
Method
function_body
(&mut self)
src/parser.rs:766
↓ 3 callers
Function
get_theme
()
neptune-book/book/book.js:309
↓ 3 callers
Function
h
(e)
neptune-book/book/highlight.js:6
↓ 3 callers
Function
i
(t,e,n,o,r)
neptune-book/book/clipboard.min.js:7
↓ 3 callers
Method
ignoreMatch
()
neptune-book/book/highlight.js:6
↓ 3 callers
Method
inc_depth
neptune-vm/value.h:104
↓ 3 callers
Method
is_false
neptune-vm/value.cc:92
↓ 3 callers
Method
is_null
Pops a value from the stack and checks if it is null
src/vm.rs:636
↓ 3 callers
Method
is_null
neptune-vm/value.cc:84
↓ 3 callers
Function
isdigit
(c: u8)
src/scanner.rs:704
↓ 3 callers
Function
item_check
(left, right)
bench/btree.rb:10
↓ 3 callers
Function
make_tree
(depth)
bench/btree.js:1
↓ 3 callers
Function
make_tree
(depth)
bench/btree.py:11
↓ 3 callers
Method
map
(&mut self)
src/parser.rs:697
↓ 3 callers
Function
o
neptune-book/book/highlight.js:6
↓ 3 callers
Method
object
Pushes an empty object instance to the stack
src/vm.rs:588
↓ 3 callers
Function
p
(e)
neptune-book/book/highlight.js:6
↓ 3 callers
Method
parse
(mut self, try_expr: bool)
src/parser.rs:324
↓ 3 callers
Function
playground_text
(playground)
neptune-book/book/book.js:7
↓ 3 callers
Method
pop_last_op
(&mut self)
src/compiler.rs:328
↓ 3 callers
Function
power_of_two_ceil
neptune-vm/util.h:72
↓ 3 callers
Method
release
neptune-vm/vm.cc:312
↓ 3 callers
Method
resolve_local
(&mut self, name: &str)
src/compiler.rs:569
↓ 3 callers
Function
s
(t,e)
neptune-book/book/clipboard.min.js:7
↓ 3 callers
Method
set_max_registers
neptune-vm/function.cc:96
↓ 3 callers
Method
shrink
neptune-vm/function.cc:65
↓ 3 callers
Method
string
(&mut self, delim: u8)
src/scanner.rs:345
↓ 3 callers
Method
toJSON
()
neptune-book/book/highlight.js:6
↓ 3 callers
Function
u
(e)
neptune-book/book/highlight.js:6
↓ 3 callers
Function
u
()
neptune-book/book/mark.min.js:7
↓ 3 callers
Function
x
(t,r)
neptune-book/book/highlight.js:6
↓ 2 callers
Function
A
(i, j)
bench/spect.js:7
↓ 2 callers
Function
AtAu
(u, v, w)
bench/spect.js:29
↓ 2 callers
Function
SafeModulus
neptune-vm/checked_arithmetic.cc:26
↓ 2 callers
Method
add_upvalue
(&mut self, index: u32, is_local: bool, mutable: bool)
src/compiler.rs:599
↓ 2 callers
Method
array
Pushes an empty array to the stack
src/vm.rs:573
↓ 2 callers
Method
as_bool
Pops a bool from the stack
src/vm.rs:625
↓ 2 callers
Method
as_float
Pops a float from the stack
src/vm.rs:614
↓ 2 callers
Method
as_int
Pops an int from the stack
src/vm.rs:603
↓ 2 callers
Method
bool_constant
neptune-vm/function.cc:188
↓ 2 callers
Method
class
(&mut self, exported: bool)
src/parser.rs:1134
↓ 2 callers
Method
clear
neptune-vm/hash_table.h:131
↓ 2 callers
Method
close
neptune-vm/vm.cc:214
↓ 2 callers
Method
compile
()
neptune-book/book/highlight.js:6
↓ 2 callers
Method
compile_statement
(&mut self, statement: &Statement)
src/compiler.rs:672
↓ 2 callers
Method
compile_statments
(&mut self, statements: &[Statement])
src/compiler.rs:614
↓ 2 callers
Method
considerAll
()
neptune-book/book/highlight.js:6
↓ 2 callers
Method
create_efunc
neptune-vm/vm.cc:943
↓ 2 callers
Method
create_efunc_safe
(&self, name: &str, callback: F)
src/vm.rs:388
↓ 2 callers
Method
create_error
neptune-vm/vm.cc:953
↓ 2 callers
Function
doSearchOrMarkFromUrl
()
neptune-book/book/searcher.js:285
↓ 2 callers
Method
empty
neptune-vm/hash_table.h:256
↓ 2 callers
Function
energy
()
bench/nbody.js:133
↓ 2 callers
Function
energy
(bodies)
bench/nbody.rb:48
↓ 2 callers
Function
escaped_string
neptune-vm/object.cc:95
↓ 2 callers
Function
eval_A
(i,j)
bench/spect.rb:15
↓ 2 callers
Method
expr_to_string
(&mut self, expr_res: ExprResult, line: u32)
src/compiler.rs:1917
↓ 2 callers
Function
fetch_with_timeout
(url, options, timeout = 6000)
neptune-book/book/book.js:19
↓ 2 callers
Method
find_method
neptune-vm/object.cc:266
↓ 2 callers
Method
fun_constant
neptune-vm/function.cc:59
↓ 2 callers
Method
function
Function must contain valid bytecode
src/vm.rs:743
↓ 2 callers
Method
get_len
neptune-vm/object.h:71
↓ 2 callers
Function
get_precedence
(token_type: &TokenType)
src/parser.rs:33
↓ 2 callers
Method
get_result
neptune-vm/vm.h:144
← previous
next →
101–200 of 611, ranked by callers