Lines Matching defs:context

144     const SSLPointer& ssl, BaseObjectPtr<SecureContext> context) {
145 SSL_CTX* ctx = context->ctx().get();
290 Local<Context> context,
302 return !target->Set(context, name, value).IsNothing();
338 Local<Context> context = env->isolate()->GetCurrentContext();
352 if (!Set<Object>(context, object, env->issuercert_string(), ca_info))
374 Local<Context> context = env->isolate()->GetCurrentContext();
385 if (!Set<Object>(context, issuer_chain, env->issuercert_string(), ca_info))
1012 if (!result->HasOwnProperty(env->context(), v8_name).To(&multiple)) {
1016 if (!result->Get(env->context(), v8_name).ToLocal(&accum)) {
1021 if (result->Set(env->context(), v8_name, accum).IsNothing()) {
1026 if (array->Set(env->context(), array->Length(), v8_value).IsNothing()) {
1029 } else if (result->Set(env->context(), v8_name, v8_value).IsNothing()) {
1056 if (!Set(env->context(),
1060 !Set(env->context(),
1064 !Set(env->context(),
1083 if (!Set<Value>(env->context(),
1087 !Set<Value>(env->context(),
1091 !Set<Value>(env->context(),
1110 Local<Context> context = env->context();
1117 if (!Set<String>(context, info, env->type_string(), env->dh_string()) ||
1118 !Set<Integer>(context,
1137 if (!Set<String>(context,
1141 !Set<String>(context,
1145 !Set<Integer>(context,
1249 !Set<Object>(env->context(),
1263 Local<Context> context = env->context();
1271 if (!Set<Value>(context,
1275 !Set<Value>(context,
1279 !Set<Value>(context,
1283 !Set<Value>(context,
1287 !Set<Boolean>(context, info, env->ca_string(), is_ca)) {
1309 if (!Set<Value>(context,
1313 !Set<Value>(context, info, env->bits_string(), GetBits(env, n)) ||
1314 !Set<Value>(context,
1318 !Set<Object>(context,
1327 if (!Set<Value>(context,
1331 !Set<Value>(context,
1342 if (!Set<Value>(context,
1346 !Set<Value>(context,
1363 if (!Set<Value>(context,
1367 !Set<Value>(context,
1377 if (!Set<Value>(context,
1381 !Set<Value>(context,
1385 !Set<Value>(context,
1390 context, info, env->ext_key_usage_string(), GetKeyUsage(env, cert)) ||
1391 !Set<Value>(context,
1396 context, info, env->raw_string(), GetRawDERCertificate(env, cert))) {