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
Method
Map
neptune-vm/object.cc:265
Method
Map
neptune-vm/object.h:156
Method
MapIterator
neptune-vm/object.cc:284
Method
Module
neptune-vm/object.h:173
Function
N
()
neptune-book/book/highlight.js:6
Method
NativeFunction
neptune-vm/native_function.h:14
Method
Range
neptune-vm/object.h:208
Method
Resource
neptune-vm/vm.h:77
Function
SafeAdd
neptune-vm/checked_arithmetic.cc:5
Function
SafeDivide
neptune-vm/checked_arithmetic.cc:17
Function
SafeMultiply
neptune-vm/checked_arithmetic.cc:13
Function
SafeSubtract
neptune-vm/checked_arithmetic.cc:9
Method
String
neptune-vm/object.h:70
Method
StringIterator
neptune-vm/object.h:232
Method
StringSlice
neptune-vm/object.h:20
Method
Symbol
neptune-vm/object.h:91
Method
Task
neptune-vm/vm.cc:1039
Method
TaskHandle
neptune-vm/vm.cc:1089
Method
UpValue
neptune-vm/function.h:99
Method
VM
neptune-vm/vm.cc:56
Method
Value
neptune-vm/value.cc:31
Method
Value
neptune-vm/value.h:20
Method
ValueFormatter
neptune-vm/value.h:100
Method
_collapse
(e)
neptune-book/book/highlight.js:6
Function
_copyMethods
neptune-vm/native_builtins.cc:475
Function
_extendClass
neptune-vm/native_builtins.cc:458
Function
_getCallerModule
neptune-vm/native_builtins.cc:402
Function
_getModule
neptune-vm/native_builtins.cc:388
Function
abs
neptune-vm/native_builtins.cc:349
Method
add_upvalue
neptune-vm/function.cc:144
Method
allocate<String, StringSlice>
neptune-vm/vm.cc:265
Method
allocate<String, const char *>
neptune-vm/vm.cc:279
Function
array_clear
neptune-vm/native_builtins.cc:107
Function
array_construct
neptune-vm/native_builtins.cc:165
Function
array_insert
neptune-vm/native_builtins.cc:79
Function
array_iter
neptune-vm/native_builtins.cc:227
Function
array_len
neptune-vm/native_builtins.cc:73
Function
array_pop
neptune-vm/native_builtins.cc:57
Function
array_push
neptune-vm/native_builtins.cc:67
Function
array_remove
neptune-vm/native_builtins.cc:93
Function
arrayiterator_hasnext
neptune-vm/native_builtins.cc:271
Function
arrayiterator_next
neptune-vm/native_builtins.cc:277
Method
as
neptune-vm/object.cc:15
Method
as_bool
neptune-vm/native_function.cc:131
Method
as_float
neptune-vm/native_function.cc:121
Method
as_int
neptune-vm/native_function.cc:111
Method
as_resource
(&mut self)
src/vm.rs:764
Method
as_resource
neptune-vm/native_function.cc:225
Method
as_string
neptune-vm/native_function.cc:150
Method
as_symbol
neptune-vm/native_function.cc:160
Function
async_trampoline
data must contain a valid pointer to a callback of type F
src/vm.rs:467
Function
bool_construct
neptune-vm/native_builtins.cc:123
Method
can_eval
(ast: &[Statement])
src/compiler.rs:47
Function
channel_construct
neptune-vm/native_builtins.cc:617
Function
channel_recv
neptune-vm/native_builtins.cc:628
Function
channel_send
neptune-vm/native_builtins.cc:622
Method
checked_mod
(self, rhs: i32)
src/compiler.rs:2096
Function
checked_read
neptune-vm/util.h:55
Function
class_getsuper
neptune-vm/native_builtins.cc:48
Function
class_name
neptune-vm/native_builtins.cc:42
Method
close
neptune-vm/vm.h:79
Method
constant
neptune-vm/function.cc:26
Method
constructor
(e,n)
neptune-book/book/highlight.js:6
Method
constructor
()
neptune-book/book/highlight.js:6
Method
constructor
(e)
neptune-book/book/highlight.js:6
Method
constructor
()
neptune-book/book/highlight.js:6
Method
constructor
()
neptune-book/book/highlight.js:6
Method
create_module
Creates a module named `name`. It returns `Err(ModuleAlreadyExists)` if an existing module is named `name`
src/lib.rs:360
Method
create_module
neptune-vm/vm.cc:832
Function
currentTask
neptune-vm/native_builtins.cc:684
Method
declare_native_builtins
neptune-vm/native_builtins.cc:728
Method
declare_native_function
neptune-vm/vm.cc:777
Method
diff
neptune-vm/hash_table.h:159
Function
disassemble
neptune-vm/function.cc:210
Function
disassemble
neptune-vm/native_builtins.cc:366
Method
drop
(&mut self)
src/vm.rs:59
Function
ecall
neptune-vm/native_builtins.cc:413
Method
empty
neptune-vm/hash_table.h:268
Method
error
(mut message: String, token: Token)
src/parser.rs:356
Method
exec
(e)
neptune-book/book/highlight.js:6
Method
exec
( mut self, ast: Vec<Statement>, )
src/compiler.rs:31
Method
find
neptune-vm/hash_table.h:65
Function
float_construct
neptune-vm/native_builtins.cc:118
Function
float_isnan
neptune-vm/native_builtins.cc:572
Function
float_toint
neptune-vm/native_builtins.cc:558
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/lib.rs:46
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/vm.rs:34
Method
from
(e: EFuncError)
src/lib.rs:132
Function
gc
neptune-vm/native_builtins.cc:382
Function
generateStackTrace
neptune-vm/native_builtins.cc:445
Function
header_size
neptune-vm/util.h:65
Function
hide
()
neptune-book/book/searcher.js:305
Function
initResize
(e)
neptune-book/book/book.js:497
Method
initialize
(x, y, z, vx, vy, vz, mass)
bench/nbody.rb:16
Method
insert_in_map
neptune-vm/native_function.cc:96
Function
int_construct
neptune-vm/native_builtins.cc:113
Function
int_tofloat
neptune-vm/native_builtins.cc:567
Method
is
neptune-vm/object.cc:14
Method
is_empty
neptune-vm/object.cc:345
Method
is_empty
neptune-vm/hash_table.h:267
← previous
next →
401–500 of 611, ranked by callers