Lines Matching defs:args
11 void TriggerReport(const FunctionCallbackInfo<Value>& args) {
12 Isolate* isolate = args.GetIsolate();
18 void TriggerReportNoIsolate(const FunctionCallbackInfo<Value>& args) {
26 void TriggerReportEnv(const FunctionCallbackInfo<Value>& args) {
27 Isolate* isolate = args.GetIsolate();
37 void TriggerReportNoEnv(const FunctionCallbackInfo<Value>& args) {
45 void TriggerReportNoContext(const FunctionCallbackInfo<Value>& args) {
46 Isolate* isolate = args.GetIsolate();
60 void TriggerReportNewContext(const FunctionCallbackInfo<Value>& args) {
61 Isolate* isolate = args.GetIsolate();