Home | History | Annotate | Download | only in include

Lines Matching defs:FunctionCallback

3260 typedef void (*FunctionCallback)(const FunctionCallbackInfo<Value>& info);
3271 * for a given FunctionCallback.
3274 Local<Context> context, FunctionCallback callback,
3279 Local<Function> New(Isolate* isolate, FunctionCallback callback,
4489 Isolate* isolate, FunctionCallback callback = 0,
4502 Isolate* isolate, FunctionCallback callback,
4518 FunctionCallback callback, Local<Value> data = Local<Value>(),
4782 void SetCallAsFunctionHandler(FunctionCallback callback,