![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "include/v8-script.h"
#include "src/common/globals.h"
#include "src/objects/fixed-array.h"
#include "src/objects/objects.h"
Go to the source code of this file.
Classes | |
struct | v8::internal::ScriptDetails |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Functions | |
void | v8::internal::SetScriptFieldsFromDetails (Isolate *isolate, Tagged< Script > script, const ScriptDetails &script_details, DisallowGarbageCollection *no_gc) |