v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
code-inl.h File Reference
Include dependency graph for code-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define GCSAFE_CODE_FWD_ACCESSOR(ReturnType, Name)
 

Functions

constexpr bool v8::internal::CodeKindHasTaggedOutgoingParams (CodeKind kind)
 
 v8::internal::DEF_GETTER (Code, instruction_start, Address)
 

Macro Definition Documentation

◆ GCSAFE_CODE_FWD_ACCESSOR

#define GCSAFE_CODE_FWD_ACCESSOR ( ReturnType,
Name )
Value:
ReturnType GcSafeCode::Name() const { return UnsafeCastToCode()->Name(); }

Definition at line 35 of file code-inl.h.