Lines Matching defs:context
8 #include "include/v8-context.h"
13 #include "src/inspector/inspected-context.h"
75 v8::Local<v8::Context> context) {
76 V8ValueStringBuilder builder(context);
87 explicit V8ValueStringBuilder(v8::Local<v8::Context> context)
89 m_isolate(context->GetIsolate()),
90 m_tryCatch(context->GetIsolate()),
91 m_context(context) {}
266 v8::Local<v8::Context> context = inspectedContext->context();
282 if (array->Set(context, 0, secondArgument).IsJust()) {
288 session->wrapTable(context, value.As<v8::Object>(), columns);
299 session->wrapObject(context, m_arguments[i]->Get(isolate), "console",
418 return session->wrapObject(inspectedContext->context(),