Lines Matching defs:context
357 Local<Context> context = env->context();
361 message->Set(context, FIXED_ONE_BYTE_STRING(isolate, "cmd"),
406 contextCreated(env->context(), info);
439 void contextCreated(Local<Context> context, const ContextInfo& info) {
445 context, CONTEXT_GROUP_ID, name_buffer->string());
458 void contextDestroyed(Local<Context> context) {
459 client_->contextDestroyed(context);
493 contextDestroyed(env_->context());
504 return env_->context();
507 void installAdditionalCommandLineAPI(Local<Context> context,
513 USE(installer->Call(context, target, arraysize(argv), argv));
519 Local<Context> context = env_->context();
533 context,
538 message->GetLineNumber(context).FromMaybe(0),
539 message->GetStartColumn(context).FromMaybe(0),
824 client_->contextDestroyed(parent_env_->context());
897 auto context = parent_env_->context();
899 USE(fn->Call(context, Undefined(isolate), 0, nullptr));
901 PrintCaughtException(isolate, context, try_catch);
945 void Agent::ContextCreated(Local<Context> context, const ContextInfo& info) {
946 if (client_ == nullptr) // This happens for a main context
948 client_->contextCreated(context, info);