• Home
  • Raw
  • Download

Lines Matching refs:v8

86   static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
88 static void Initialize(Environment* env, v8::Local<v8::Object> target);
99 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
105 static void GetCountBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
106 static void GetMinBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
107 static void GetMaxBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
108 static void GetExceedsBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
110 static void GetCount(const v8::FunctionCallbackInfo<v8::Value>& args);
111 static void GetMin(const v8::FunctionCallbackInfo<v8::Value>& args);
112 static void GetMax(const v8::FunctionCallbackInfo<v8::Value>& args);
113 static void GetMean(const v8::FunctionCallbackInfo<v8::Value>& args);
114 static void GetExceeds(const v8::FunctionCallbackInfo<v8::Value>& args);
115 static void GetStddev(const v8::FunctionCallbackInfo<v8::Value>& args);
117 const v8::FunctionCallbackInfo<v8::Value>& args);
119 const v8::FunctionCallbackInfo<v8::Value>& args);
121 const v8::FunctionCallbackInfo<v8::Value>& args);
123 const v8::FunctionCallbackInfo<v8::Value>& args);
124 static void DoReset(const v8::FunctionCallbackInfo<v8::Value>& args);
125 static void Record(const v8::FunctionCallbackInfo<v8::Value>& args);
126 static void RecordDelta(const v8::FunctionCallbackInfo<v8::Value>& args);
127 static void Add(const v8::FunctionCallbackInfo<v8::Value>& args);
131 v8::Local<v8::Object> wrap,
136 v8::Local<v8::Object> wrap,
154 v8::Local<v8::Context> context,
175 static v8::Local<v8::FunctionTemplate> GetConstructorTemplate(
186 v8::Local<v8::Object> wrap,
192 static void GetCountBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
193 static void GetMinBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
194 static void GetMaxBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
195 static void GetExceedsBigInt(const v8::FunctionCallbackInfo<v8::Value>& args);
197 static void GetCount(const v8::FunctionCallbackInfo<v8::Value>& args);
198 static void GetMin(const v8::FunctionCallbackInfo<v8::Value>& args);
199 static void GetMax(const v8::FunctionCallbackInfo<v8::Value>& args);
200 static void GetMean(const v8::FunctionCallbackInfo<v8::Value>& args);
201 static void GetExceeds(const v8::FunctionCallbackInfo<v8::Value>& args);
202 static void GetStddev(const v8::FunctionCallbackInfo<v8::Value>& args);
204 const v8::FunctionCallbackInfo<v8::Value>& args);
206 const v8::FunctionCallbackInfo<v8::Value>& args);
208 const v8::FunctionCallbackInfo<v8::Value>& args);
210 const v8::FunctionCallbackInfo<v8::Value>& args);
211 static void DoReset(const v8::FunctionCallbackInfo<v8::Value>& args);
212 static void Start(const v8::FunctionCallbackInfo<v8::Value>& args);
213 static void Stop(const v8::FunctionCallbackInfo<v8::Value>& args);