HomeSort by relevance Sort by last modified time
    Searched refs:process_fun (Results 1 - 2 of 2) sorted by null

  /external/v8/samples/
lineprocessor.cc 271 v8::Handle<v8::Function> process_fun = local
289 result = process_fun->Call(v8::Context::GetCurrent()->Global(),
process.cc 186 Handle<Function> process_fun = Handle<Function>::Cast(process_val);
190 process_ = Persistent<Function>::New(process_fun);

Completed in 69 milliseconds