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

Variables

static const char customObjectFormatterEnabled []
 
static const char maxCallStackSizeToCapture [] = "maxCallStackSizeToCapture"
 
static const char runtimeEnabled [] = "runtimeEnabled"
 
static const char bindings [] = "bindings"
 
static const char globalBindingsKey [] = ""
 

Variable Documentation

◆ bindings

const char v8_inspector::V8RuntimeAgentImplState::bindings[] = "bindings"
static

Definition at line 66 of file v8-runtime-agent-impl.cc.

◆ customObjectFormatterEnabled

const char v8_inspector::V8RuntimeAgentImplState::customObjectFormatterEnabled[]
static
Initial value:
=
"customObjectFormatterEnabled"

Definition at line 62 of file v8-runtime-agent-impl.cc.

◆ globalBindingsKey

const char v8_inspector::V8RuntimeAgentImplState::globalBindingsKey[] = ""
static

Definition at line 67 of file v8-runtime-agent-impl.cc.

◆ maxCallStackSizeToCapture

const char v8_inspector::V8RuntimeAgentImplState::maxCallStackSizeToCapture[] = "maxCallStackSizeToCapture"
static

Definition at line 64 of file v8-runtime-agent-impl.cc.

◆ runtimeEnabled

const char v8_inspector::V8RuntimeAgentImplState::runtimeEnabled[] = "runtimeEnabled"
static

Definition at line 65 of file v8-runtime-agent-impl.cc.