Home | History | Annotate | Download | only in inspector

Lines Matching refs:v8

1 // Copyright 2016 the V8 project authors. All rights reserved.
10 #include "include/v8.h"
14 v8::MaybeLocal<v8::Value> copyValueFromDebuggerContext(
15 v8::Isolate*, v8::Local<v8::Context> debuggerContext,
16 v8::Local<v8::Context> toContext, v8::Local<v8::Value>);
17 v8::Maybe<bool> createDataProperty(v8::Local<v8::Context>,
18 v8::Local<v8::Object>,
19 v8::Local<v8::Name> key,
20 v8::Local<v8::Value>);
21 v8::Maybe<bool> createDataProperty(v8::Local<v8::Context>, v8::Local<v8::Array>,
22 int index, v8::Local<v8::Value>);
24 protocol::Response toProtocolValue(v8::Local<v8::Context>, v8::Local<v8::Value>,