Home | History | Annotate | Download | only in samples

Lines Matching refs:Function

78   // Process function of the JavaScript script given as an argument.
89 // Process function. Returns true if this succeeded, otherwise false.
124 Persistent<Function> process_;
175 // Process function from the global object.
179 // If there is no Process function, or if it is not a function,
183 // It is a function; cast it to a Function
184 Handle<Function> process_fun = Handle<Function>::Cast(process_val);
186 // Store the function in a Persistent handle, since we also want
188 process_ = Persistent<Function>::New(process_fun);
252 // Set up an exception handler before calling the Process function
255 // Invoke the process function, giving the global object as 'this'
287 // Utility function that wraps a C++ http request object in a
319 // Utility function that extracts the C++ map pointer from a wrapper
391 * Utility function that wraps a C++ http request object in a
425 * Utility function that extracts the C++ http request object from a