Home | History | Annotate | Download | only in custom

Lines Matching refs:Local

60 static bool populateContextMenuItems(v8::Local<v8::Array>& itemArray, ContextMenu& menu, v8::Isolate* isolate)
63 v8::Local<v8::Object> item = v8::Local<v8::Object>::Cast(itemArray->Get(i));
64 v8::Local<v8::Value> type = item->Get(v8AtomicString(isolate, "type"));
65 v8::Local<v8::Value> id = item->Get(v8AtomicString(isolate, "id"));
66 v8::Local<v8::Value> label = item->Get(v8AtomicString(isolate, "label"));
67 v8::Local<v8::Value> enabled = item->Get(v8AtomicString(isolate, "enabled"));
68 v8::Local<v8::Value> checked = item->Get(v8AtomicString(isolate, "checked"));
69 v8::Local<v8::Value> subItems = item->Get(v8AtomicString(isolate, "subItems"));
80 v8::Local<v8::Array> subItemsArray = v8::Local<v8::Array>::Cast(subItems);
108 v8::Local<v8::Object> eventWrapper = v8::Local<v8::Object>::Cast(info[0]);
116 v8::Local<v8::Array> array = v8::Local<v8::Array>::Cast(info[1]);