v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
isolate-inl.h File Reference
Include dependency graph for isolate-inl.h:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define NATIVE_CONTEXT_FIELD_ACCESSOR(index, type, name)
 

Macro Definition Documentation

◆ NATIVE_CONTEXT_FIELD_ACCESSOR

#define NATIVE_CONTEXT_FIELD_ACCESSOR ( index,
type,
name )
Value:
Handle<UNPAREN(type)> Isolate::name() { \
return Handle<UNPAREN(type)>(raw_native_context()->name(), this); \
} \
bool Isolate::is_##name(Tagged<UNPAREN(type)> value) { \
return raw_native_context()->is_##name(value); \
}
const char * name
Definition builtins.cc:39
#define UNPAREN(X)
Definition macros.h:53

Definition at line 233 of file isolate-inl.h.