|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <runtime-call-descriptors.h>
| Public Types | |
| using | arguments_t = std::tuple<V<HeapObject>> | 
| using | result_t = V<Object> | 
| Static Public Attributes | |
| static constexpr auto | kFunction = Runtime::kTryMigrateInstance | 
| static constexpr bool | kNeedsFrameState = false | 
| static constexpr Operator::Properties | kProperties | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from v8::internal::compiler::turboshaft::RuntimeCallDescriptor::Descriptor< TryMigrateInstance > | |
| static const TSCallDescriptor * | Create (Zone *zone, LazyDeoptOnThrow lazy_deopt_on_throw) | 
Definition at line 224 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::TryMigrateInstance::arguments_t = std::tuple<V<HeapObject>> | 
Definition at line 226 of file runtime-call-descriptors.h.
| using v8::internal::compiler::turboshaft::RuntimeCallDescriptor::TryMigrateInstance::result_t = V<Object> | 
Definition at line 227 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 225 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 229 of file runtime-call-descriptors.h.
| 
 | staticconstexpr | 
Definition at line 230 of file runtime-call-descriptors.h.