Lines Matching defs:context
320 if (!ToV8Value(env->context(), errors_).ToLocal(&stack) ||
321 exception->Set(env->context(), env->openssl_error_stack(), stack)
470 Local<Context> context = isolate->GetCurrentContext();
473 if (obj->Set(context, env->library_string(),
479 if (obj->Set(context, env->function_string(),
485 if (obj->Set(context, env->reason_string(),
586 !exception->ToObject(env->context()).ToLocal(&obj) ||
638 if (!args[1]->Uint32Value(env->context()).To(&flags)) return;
677 return target->Set(env->context(), name, value);
740 Local<Context> context = env->context();
742 SetMethod(context, target, "setEngine", SetEngine);
745 SetMethodNoSideEffect(context, target, "getFipsCrypto", GetFipsCrypto);
746 SetMethod(context, target, "setFipsCrypto", SetFipsCrypto);
747 SetMethodNoSideEffect(context, target, "testFipsCrypto", TestFipsCrypto);
752 SetMethod(context, target, "secureBuffer", SecureBuffer);
753 SetMethod(context, target, "secureHeapUsed", SecureHeapUsed);