![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <cstdint>#include <limits>#include "v8-internal.h"#include "v8-local-handle.h"#include "v8-primitive.h"#include "v8config.h"

Go to the source code of this file.
Data Structures | |
| class | ReturnValue< T > |
| class | FunctionCallbackInfo< T > |
| class | PropertyCallbackInfo< T > |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
| namespace | v8::debug |
| namespace | v8::api_internal |
Typedefs | |
| using | FunctionCallback = void (*)(const FunctionCallbackInfo<Value>& info) |
Functions | |
| V8_EXPORT v8::Local< v8::Value > | GetFunctionTemplateData (v8::Isolate *isolate, v8::Local< v8::Data > raw_target) |
| V8_EXPORT internal::Address | ConvertToJSGlobalProxyIfNecessary (internal::Address holder) |