Lines Matching refs:v8

11 #include "v8.h"
19 static void Initialize(Environment* env, v8::Local<v8::Object> target);
27 static void Stateless(const v8::FunctionCallbackInfo<v8::Value>& args);
31 const v8::FunctionCallbackInfo<v8::Value>& args);
32 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
33 static void GenerateKeys(const v8::FunctionCallbackInfo<v8::Value>& args);
34 static void GetPrime(const v8::FunctionCallbackInfo<v8::Value>& args);
35 static void GetGenerator(const v8::FunctionCallbackInfo<v8::Value>& args);
36 static void GetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
37 static void GetPrivateKey(const v8::FunctionCallbackInfo<v8::Value>& args);
38 static void ComputeSecret(const v8::FunctionCallbackInfo<v8::Value>& args);
39 static void SetPublicKey(const v8::FunctionCallbackInfo<v8::Value>& args);
40 static void SetPrivateKey(const v8::FunctionCallbackInfo<v8::Value>& args);
42 const v8::FunctionCallbackInfo<v8::Value>& args);
44 DiffieHellman(Environment* env, v8::Local<v8::Object> wrap);
51 static void GetField(const v8::FunctionCallbackInfo<v8::Value>& args,
54 static void SetKey(const v8::FunctionCallbackInfo<v8::Value>& args,
81 static v8::Maybe<bool> AdditionalConfig(
83 const v8::FunctionCallbackInfo<v8::Value>& args,
100 static v8::Maybe<bool> AdditionalConfig(
101 const v8::FunctionCallbackInfo<v8::Value>& args,
128 static v8::Maybe<bool> AdditionalConfig(
130 const v8::FunctionCallbackInfo<v8::Value>& args,
139 static v8::Maybe<bool> EncodeOutput(
143 v8::Local<v8::Value>* result);
148 v8::Maybe<bool> GetDhKeyDetail(
151 v8::Local<v8::Object> target);