Home | History | Annotate | Download | only in src

Lines Matching refs:Local

178 v8::Local<v8::String> ASCIIStringToV8String(v8::Isolate* isolate, const std::string& s) {
182 v8::Local<v8::String> UTF16StringToV8String(v8::Isolate* isolate, const android::String16& s) {
187 v8::Local<v8::String> ASCIILiteralToV8String(v8::Isolate* isolate, const char* ascii) {
204 v8::Local<v8::String> str_object = object->ToString();
372 v8::Local<v8::Context> context =
373 v8::Local<v8::Context>::New(isolate_, v8_context_);
376 v8::Local<v8::Value> function;
388 v8::Local<v8::Value> ret = v8::Function::Cast(*function)->Call(
424 v8::Local<v8::External> v8_this =
425 v8::Local<v8::External>::New(isolate_, v8_this_);
426 v8::Local<v8::ObjectTemplate> global_template = v8::ObjectTemplate::New();
429 v8::Local<v8::FunctionTemplate> alert_template =
433 v8::Local<v8::FunctionTemplate> my_ip_address_template =
438 v8::Local<v8::FunctionTemplate> dns_resolve_template =
445 v8::Local<v8::FunctionTemplate> dns_resolve_ex_template =
450 v8::Local<v8::FunctionTemplate> my_ip_address_ex_template =
455 v8::Local<v8::FunctionTemplate> sort_ip_address_list_template =
460 v8::Local<v8::FunctionTemplate> is_in_net_ex_template =
468 v8::Local<v8::Context> context =
469 v8::Local<v8::Context>::New(isolate_, v8_context_);
492 v8::Local<v8::Value> function;
506 bool GetFindProxyForURL(v8::Local<v8::Value>* function) {
507 v8::Local<v8::Context> context =
508 v8::Local<v8::Context>::New(isolate_, v8_context_);
529 v8::Local<v8::Script> code = v8::Script::Compile(script, &origin);