V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
class | WeakCallbackData |
Public Member Functions | |
v8::Local< v8::Context > | context () const |
int | contextId () const |
int | contextGroupId () const |
String16 | origin () const |
String16 | humanReadableName () const |
String16 | auxData () const |
bool | isReported (int sessionId) const |
void | setReported (int sessionId, bool reported) |
v8::Isolate * | isolate () const |
V8InspectorImpl * | inspector () const |
InjectedScript * | getInjectedScript (int sessionId) |
InjectedScript * | createInjectedScript (int sessionId) |
void | discardInjectedScript (int sessionId) |
bool | addInternalObject (v8::Local< v8::Object > object, V8InternalValueType type) |
V8InternalValueType | getInternalType (v8::Local< v8::Object > object) |
Static Public Member Functions | |
static int | contextId (v8::Local< v8::Context >) |
Friends | |
class | V8InspectorImpl |
Definition at line 26 of file inspected-context.h.