![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::Execution, including all inherited members.
Call(Isolate *isolate, DirectHandle< Object > callable, DirectHandle< Object > receiver, base::Vector< const DirectHandle< Object > > args) | v8::internal::Execution | static |
CallBuiltin(Isolate *isolate, DirectHandle< JSFunction > builtin, DirectHandle< Object > receiver, base::Vector< const DirectHandle< Object > > args) | v8::internal::Execution | static |
CallScript(Isolate *isolate, DirectHandle< JSFunction > callable, DirectHandle< Object > receiver, DirectHandle< Object > host_defined_options) | v8::internal::Execution | static |
MessageHandling enum name | v8::internal::Execution | |
New(Isolate *isolate, DirectHandle< Object > constructor, base::Vector< const DirectHandle< Object > > args) | v8::internal::Execution | static |
New(Isolate *isolate, DirectHandle< Object > constructor, DirectHandle< Object > new_target, base::Vector< const DirectHandle< Object > > args) | v8::internal::Execution | static |
Target enum name | v8::internal::Execution | |
TryCall(Isolate *isolate, DirectHandle< Object > callable, DirectHandle< Object > receiver, base::Vector< const DirectHandle< Object > > args, MessageHandling message_handling, MaybeDirectHandle< Object > *exception_out) | v8::internal::Execution | static |
TryCallScript(Isolate *isolate, DirectHandle< JSFunction > script_function, DirectHandle< Object > receiver, DirectHandle< FixedArray > host_defined_options) | v8::internal::Execution | static |
TryRunMicrotasks(Isolate *isolate, MicrotaskQueue *microtask_queue) | v8::internal::Execution | static |