v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8-value-utils.h File Reference
#include "include/v8-local-handle.h"
#include "src/inspector/protocol/Protocol.h"
Include dependency graph for v8-value-utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8_inspector
 

Functions

v8::Maybe< bool > v8_inspector::createDataProperty (v8::Local< v8::Context > context, v8::Local< v8::Object > object, v8::Local< v8::Name > key, v8::Local< v8::Value > value)
 
v8::Maybe< bool > v8_inspector::createDataProperty (v8::Local< v8::Context > context, v8::Local< v8::Array > array, int index, v8::Local< v8::Value > value)