v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::InvokeBootstrapper< i::NativeContext > Struct Reference
Collaboration diagram for v8::InvokeBootstrapper< i::NativeContext >:

Public Member Functions

i::DirectHandle< i::NativeContextInvoke (i::Isolate *i_isolate, i::MaybeDirectHandle< i::JSGlobalProxy > maybe_global_proxy, v8::Local< v8::ObjectTemplate > global_proxy_template, v8::ExtensionConfiguration *extensions, size_t context_snapshot_index, i::DeserializeEmbedderFieldsCallback embedder_fields_deserializer, v8::MicrotaskQueue *microtask_queue)
 

Detailed Description

Definition at line 6617 of file api.cc.

Member Function Documentation

◆ Invoke()

i::DirectHandle< i::NativeContext > v8::InvokeBootstrapper< i::NativeContext >::Invoke ( i::Isolate * i_isolate,
i::MaybeDirectHandle< i::JSGlobalProxy > maybe_global_proxy,
v8::Local< v8::ObjectTemplate > global_proxy_template,
v8::ExtensionConfiguration * extensions,
size_t context_snapshot_index,
i::DeserializeEmbedderFieldsCallback embedder_fields_deserializer,
v8::MicrotaskQueue * microtask_queue )
inline

Definition at line 6618 of file api.cc.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: