v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::ModifyCodeGenerationFromStringsResult Struct Reference

#include <v8-callbacks.h>

Collaboration diagram for v8::ModifyCodeGenerationFromStringsResult:

Public Attributes

bool codegen_allowed = false
 
MaybeLocal< Stringmodified_source
 

Detailed Description

Definition at line 263 of file v8-callbacks.h.

Member Data Documentation

◆ codegen_allowed

bool v8::ModifyCodeGenerationFromStringsResult::codegen_allowed = false

Definition at line 265 of file v8-callbacks.h.

◆ modified_source

MaybeLocal<String> v8::ModifyCodeGenerationFromStringsResult::modified_source

Definition at line 269 of file v8-callbacks.h.


The documentation for this struct was generated from the following file: