![]() |
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::compiler::turboshaft::TSCallDescriptor, including all inherited members.
can_throw | v8::internal::compiler::turboshaft::TSCallDescriptor | |
Create(const CallDescriptor *descriptor, CanThrow can_throw, LazyDeoptOnThrow lazy_deopt_on_throw, Zone *graph_zone, const JSWasmCallParameters *js_wasm_call_parameters=nullptr) | v8::internal::compiler::turboshaft::TSCallDescriptor | inlinestatic |
descriptor | v8::internal::compiler::turboshaft::TSCallDescriptor | |
in_reps | v8::internal::compiler::turboshaft::TSCallDescriptor | |
js_wasm_call_parameters | v8::internal::compiler::turboshaft::TSCallDescriptor | |
lazy_deopt_on_throw | v8::internal::compiler::turboshaft::TSCallDescriptor | |
out_reps | v8::internal::compiler::turboshaft::TSCallDescriptor | |
TSCallDescriptor(const CallDescriptor *descriptor, base::Vector< const RegisterRepresentation > in_reps, base::Vector< const RegisterRepresentation > out_reps, CanThrow can_throw, LazyDeoptOnThrow lazy_deopt_on_throw, const JSWasmCallParameters *js_wasm_call_parameters) | v8::internal::compiler::turboshaft::TSCallDescriptor | inline |