Searched refs:GetCompletions (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dd8.h134 static Handle<Array> GetCompletions(Handle<String> text,
H A Dd8.cc273 Handle<Array> Shell::GetCompletions(Handle<String> text, Handle<String> full) { function in class:v8::Shell
277 Handle<Value> fun = global->Get(String::New("GetCompletions"));
H A Dd8.js46 function GetCompletions(global, last, full) { function

Completed in 77 milliseconds