MCPcopy Create free account

hub / github.com/dflemstr/v8-rs / functions

Functions308 in github.com/dflemstr/v8-rs

↓ 107 callersMethodas_raw
Returns the underlying raw pointer behind this primitive.
src/value.rs:305
↓ 85 callersMethodclone
(&self)
src/isolate.rs:190
↓ 78 callersFunctioninvoke
(isolate: &isolate::Isolate, func: F)
src/util.rs:11
↓ 64 callersFunctionwrap
v8-sys/src/v8-glue.cc:96
↓ 46 callersFunctioninvoke_ctx
(isolate: &isolate::Isolate, context: &context::Context, func:
src/util.rs:17
↓ 43 callersFunctioneval
(source: &str)
src/lib.rs:81
↓ 33 callersFunctionunwrap
v8-sys/src/v8-glue.cc:7
↓ 21 callersFunctionhandle_exception
v8-sys/src/v8-glue.cc:671
↓ 14 callersFunctionmaybe_search
(dir: P)
v8-sys/build.rs:169
↓ 13 callersMethodrun
Runs this script in the specified context. If the script returns a value, meaning that the last line of the script evaluates to an expression or ther
src/script.rs:61
↓ 11 callersFunctionbuild_callback_info
v8-sys/src/v8-glue.cc:260
↓ 11 callersMethodset
(&self, context: &context::Context, key: &Value, value: &Value)
src/value.rs:985
↓ 9 callersMethodas_raw
Returns the underlying raw pointer behind this object template.
src/template.rs:155
↓ 9 callersMethodget_data
(&self)
src/isolate.rs:184
↓ 8 callersMethodglobal
Returns the global proxy object. Global proxy object is a thin wrapper whose prototype points to actual context's global object with the properties l
src/context.rs:49
↓ 7 callersMethodcall
Call an Object as a function if a callback is set by the ObjectTemplate::SetCallAsFunctionHandler method.
src/value.rs:1374
↓ 6 callersMethodvalue
(&self)
src/value.rs:654
↓ 5 callersFunctionbuild_type
(typ: &clang::Type)
v8-api/src/lib.rs:386
↓ 4 callersMethodnew_instance
Creates a new object instance based off of this template.
src/template.rs:137
↓ 3 callersMethodas_raw
Returns the underlying raw pointer behind this isolate.
src/isolate.rs:90
↓ 3 callersMethodcurrent_context
Returns the context bound to the current thread for this isolate. A context will be bound by for example `Context::make_current`, or while inside of
src/isolate.rs:98
↓ 3 callersMethodget
(&self, context: &context::Context, key: &Value)
src/value.rs:1049
↓ 3 callersFunctionget_first_tpl_arg
(typ: &clang::Type<'a>)
v8-api/src/lib.rs:511
↓ 3 callersMethodmake_current
Binds the context to the current scope. Within this scope, functionality that relies on implicit contexts will work.
src/context.rs:27
↓ 2 callersFunctionblind_link_libraries
()
v8-sys/build.rs:140
↓ 2 callersFunctionduration_to_seconds
(duration: time::Duration)
src/platform.rs:149
↓ 2 callersMethodget_data_ptr
(&self)
src/isolate.rs:180
↓ 2 callersFunctioninvoke_inner
(isolate: &isolate::Isolate, context: Option<&context::Context>, f
src/util.rs:26
↓ 2 callersMethodset_internal_field
Sets the value in an internal field.
src/value.rs:1255
↓ 2 callersMethodset_internal_field_count
Sets the number of internal fields for objects generated from this template.
src/template.rs:112
↓ 2 callersFunctionv8_Function_Call
v8-sys/src/v8-glue.cc:1094
↓ 2 callersFunctionv8_Object_CallAsFunction
v8-sys/src/v8-glue.cc:970
↓ 2 callersFunctionv8_Task_Run
v8-sys/src/v8-glue.cc:839
↓ 1 callersMethodbuild
Constructs a new `Isolate` based on this builder.
src/isolate.rs:221
↓ 1 callersFunctionbuild_api
(entity: &clang::Entity)
v8-api/src/lib.rs:279
↓ 1 callersFunctionbuild_arg
(entity: &clang::Entity)
v8-api/src/lib.rs:361
↓ 1 callersFunctionbuild_class
(entity: &clang::Entity)
v8-api/src/lib.rs:302
↓ 1 callersFunctionbuild_classes
(entity: &clang::Entity)
v8-api/src/lib.rs:287
↓ 1 callersFunctionbuild_glue
(out_dir_path: &path::Path)
v8-sys/build.rs:204
↓ 1 callersFunctionbuild_method
(entity: &clang::Entity)
v8-api/src/lib.rs:333
↓ 1 callersFunctionbuild_ret_type
(typ: &clang::Type)
v8-api/src/lib.rs:368
↓ 1 callersMethodcall_as_constructor
Call an Object as a constructor if a callback is set by the ObjectTemplate::SetCallAsFunctionHandler method. Note: This method behaves like the Funct
src/value.rs:1414
↓ 1 callersMethodcall_with_this
Call an Object as a function if a callback is set by the ObjectTemplate::SetCallAsFunctionHandler method.
src/value.rs:1391
↓ 1 callersFunctioncallback
(callback_info: v8::FunctionCallbackInfoPtr_Value)
src/util.rs:79
↓ 1 callersMethodcmp
(&self, other: &ScheduledTask)
src/isolate.rs:265
↓ 1 callersMethodcompile
Compiles the specified source code into a compiled script.
src/script.rs:16
↓ 1 callersFunctioncreate_panic_error
(isolate: &isolate::Isolate, panic: Box<any::Any + Send + 'static>)
src/util.rs:128
↓ 1 callersFunctionduration_from_seconds
(seconds: f64)
src/platform.rs:153
↓ 1 callersMethodenqueue_delayed_task
Enqueues the specified task to run after the specified delay has passed.
src/isolate.rs:165
↓ 1 callersMethodenqueue_idle_task
Enqueues a task to be run when the isolate is considered to be "idle."
src/isolate.rs:171
↓ 1 callersMethodenqueue_task
Enqueues the specified task to run as soon as possible.
src/isolate.rs:159
↓ 1 callersFunctionensure_initialized
()
src/isolate.rs:270
↓ 1 callersMethodenter
(&self)
src/context.rs:32
↓ 1 callersMethodexit
(&self)
src/context.rs:36
↓ 1 callersFunctiongen_bindings
(out_dir_path: &path::Path, bindings_path: &path::Path)
v8-sys/build.rs:178
↓ 1 callersMethodget_column
The column number at which this stack frame was pushed.
src/error.rs:115
↓ 1 callersMethodget_frames
The stack frames that this stack trace consists of.
src/error.rs:78
↓ 1 callersMethodget_function
Returns the unique function instance in the current execution context.
src/template.rs:89
↓ 1 callersMethodget_function_name
The function name in which this stack frame was pushed.
src/error.rs:132
↓ 1 callersMethodget_internal_field
Gets the value from an internal field.
src/value.rs:1247
↓ 1 callersMethodget_line_number
The line number at which this stack frame was pushed.
src/error.rs:108
↓ 1 callersMethodget_script_name
The script file name in which this stack frame was pushed.
src/error.rs:120
↓ 1 callersMethodget_stack_trace
The stack trace to the point where the error was generated.
src/error.rs:64
↓ 1 callersMethodhas
(&self, context: &context::Context, key: &Value)
src/value.rs:1094
↓ 1 callersMethodis_constructor
Whether this stack frame is part of a constructor call.
src/error.rs:145
↓ 1 callersMethodis_eval
Whether this stack frame is part of an eval call.
src/error.rs:140
↓ 1 callersFunctionlink_v8
()
v8-sys/build.rs:74
↓ 1 callersFunctionread
Reads the V8 API from the given file path pointing to a `v8.h` file (or a file that includes `v8.h`), using the specified extra includes if necessary.
v8-api/src/lib.rs:242
↓ 1 callersFunctionread_api
()
v8-sys/build.rs:57
↓ 1 callersMethodrun_enqueued_task
Runs a single enqueued task, if there is one. Returns `true` if a task was executed, and `false` if there are no pending tasks to run.
src/isolate.rs:112
↓ 1 callersMethodrun_idle_task
Runs a single idle task within the specified deadline. It is not guaranteed that the execution of the task will take less time than the specified dea
src/isolate.rs:144
↓ 1 callersMethodstrict_equals
(&self, that: &Value)
src/value.rs:605
↓ 1 callersMethodsupports_idle_tasks
Whether this isolate was configured to support idle tasks.
src/isolate.rs:176
↓ 1 callersFunctionthrow_exception
(isolate: &isolate::Isolate, exception: &value::Value)
src/util.rs:121
↓ 1 callersMethodto_captured
Creates a captured version of this stack trace, that doesn't retain a reference to its isolate.
src/error.rs:96
↓ 1 callersFunctionundefined
(isolate: &isolate::Isolate)
src/value.rs:230
↓ 1 callersFunctionv8_ArrayBuffer_Allocator_Create
v8-sys/src/v8-glue.cc:793
↓ 1 callersFunctionv8_ArrayBuffer_Allocator_Destroy
v8-sys/src/v8-glue.cc:797
↓ 1 callersFunctionv8_Context_New
v8-sys/src/v8-glue.cc:885
↓ 1 callersFunctionv8_False
v8-sys/src/v8-glue.cc:876
↓ 1 callersFunctionv8_FunctionTemplate_New
v8-sys/src/v8-glue.cc:1142
↓ 1 callersFunctionv8_Function_New
v8-sys/src/v8-glue.cc:1038
↓ 1 callersFunctionv8_IdleTask_Destroy
v8-sys/src/v8-glue.cc:768
↓ 1 callersFunctionv8_IdleTask_Run
v8-sys/src/v8-glue.cc:843
↓ 1 callersFunctionv8_Isolate_Dispose
v8-sys/src/v8-glue.cc:835
↓ 1 callersFunctionv8_Isolate_GetCurrentContext
v8-sys/src/v8-glue.cc:819
↓ 1 callersFunctionv8_Isolate_GetData
v8-sys/src/v8-glue.cc:815
↓ 1 callersFunctionv8_Isolate_New
v8-sys/src/v8-glue.cc:801
↓ 1 callersFunctionv8_Isolate_SetCaptureStackTraceForUncaughtExceptions_Detailed
v8-sys/src/v8-glue.cc:831
↓ 1 callersFunctionv8_Isolate_SetData
v8-sys/src/v8-glue.cc:811
↓ 1 callersFunctionv8_Isolate_ThrowException
v8-sys/src/v8-glue.cc:823
↓ 1 callersFunctionv8_Null
v8-sys/src/v8-glue.cc:858
↓ 1 callersFunctionv8_Object_CallAsConstructor
v8-sys/src/v8-glue.cc:993
↓ 1 callersFunctionv8_Platform_Create
v8-sys/src/v8-glue.cc:756
↓ 1 callersFunctionv8_Platform_Destroy
v8-sys/src/v8-glue.cc:760
↓ 1 callersFunctionv8_Script_Compile
v8-sys/src/v8-glue.cc:921
↓ 1 callersFunctionv8_Script_Compile_Origin
v8-sys/src/v8-glue.cc:932
↓ 1 callersFunctionv8_String_NewFromUtf8_Internalized
v8-sys/src/v8-glue.cc:903
↓ 1 callersFunctionv8_String_NewFromUtf8_Normal
v8-sys/src/v8-glue.cc:894
↓ 1 callersFunctionv8_String_WriteUtf8
v8-sys/src/v8-glue.cc:912
next →1–100 of 308, ranked by callers