Home | History | Annotate | Download | only in samples

Lines Matching full:processor

77   // Initialize this processor.  The map contains options that control
90 * An http request processor that is scriptable using JavaScript.
94 // Creates a new processor that processes requests by invoking the
105 // Execute the script associated with this processor and extract the
178 // Each processor gets its own context so different processors don't
291 // Enter this processor's context so all the remaining operations
669 bool ProcessEntries(v8::Platform* platform, HttpRequestProcessor* processor,
672 bool result = processor->Process(&reqs[i]);
713 JsHttpRequestProcessor processor(isolate, source);
715 if (!processor.Initialize(&options, &output)) {
716 fprintf(stderr, "Error initializing processor.\n");
719 if (!ProcessEntries(platform, &processor, kSampleSize, kSampleRequests))