Lines Matching full:info
30 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo();
31 info->set_property_attributes(attributes);
32 info->set_all_can_read(false);
33 info->set_all_can_write(false);
34 info->set_is_special_data_property(true);
35 info->set_name(*name);
38 info->set_getter(*get);
39 info->set_setter(*set);
40 return info;
48 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo();
49 info->set_name(accessor->name());
50 info->set_flag(accessor->flag());
51 info->set_expected_receiver_type(accessor->expected_receiver_type());
52 info->set_getter(accessor->getter());
53 info->set_setter(accessor->setter());
54 info->set_data(accessor->data());
55 return info;
150 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
151 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
155 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
161 const v8::PropertyCallbackInfo<void>& info) {
162 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
165 Handle<JSObject>::cast(Utils::OpenHandle(*info.This()));
192 const v8::PropertyCallbackInfo<v8::Value>& info) {
193 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
196 JSArray* holder = JSArray::cast(*Utils::OpenHandle(*info.Holder()));
198 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
205 const v8::PropertyCallbackInfo<void>& info) {
206 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
209 Handle<JSReceiver> object = Utils::OpenHandle(*info.This());
241 const v8::PropertyCallbackInfo<v8::Value>& info) {
242 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
251 Object* value = *Utils::OpenHandle(*v8::Local<v8::Value>(info.This()));
255 value = JSValue::cast(*Utils::OpenHandle(*info.Holder()))->value();
258 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
265 const v8::PropertyCallbackInfo<void>& info) {
287 const v8::PropertyCallbackInfo<v8::Value>& info) {
288 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
291 Object* object = *Utils::OpenHandle(*info.This());
294 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
301 const v8::PropertyCallbackInfo<void>& info) {
325 const v8::PropertyCallbackInfo<v8::Value>& info) {
326 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
329 Object* object = *Utils::OpenHandle(*info.This());
331 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(id, isolate)));
338 const v8::PropertyCallbackInfo<void>& info) {
362 const v8::PropertyCallbackInfo<v8::Value>& info) {
363 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
366 Object* object = *Utils::OpenHandle(*info.This());
368 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
375 const v8::PropertyCallbackInfo<void>& info) {
397 const v8::PropertyCallbackInfo<v8::Value>& info) {
398 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
401 Object* object = *Utils::OpenHandle(*info.This());
403 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
410 const v8::PropertyCallbackInfo<void>& info) {
432 const v8::PropertyCallbackInfo<v8::Value>& info) {
433 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
436 Object* object = *Utils::OpenHandle(*info.This());
439 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
446 const v8::PropertyCallbackInfo<void>& info) {
470 const v8::PropertyCallbackInfo<v8::Value>& info) {
471 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
474 Object* object = *Utils::OpenHandle(*info.This());
477 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
484 const v8::PropertyCallbackInfo<void>& info) {
508 const v8::PropertyCallbackInfo<v8::Value>& info) {
509 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
512 Object* object = *Utils::OpenHandle(*info.This());
515 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
522 const v8::PropertyCallbackInfo<void>& info) {
546 const v8::PropertyCallbackInfo<v8::Value>& info) {
547 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
549 Handle<Object> object = Utils::OpenHandle(*info.This());
560 info.GetReturnValue().Set(Utils::ToLocal(js_array));
567 const v8::PropertyCallbackInfo<void>& info) {
591 const v8::PropertyCallbackInfo<v8::Value>& info) {
592 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
595 Object* object = *Utils::OpenHandle(*info.This());
597 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(url, isolate)));
604 const v8::PropertyCallbackInfo<void>& info) {
626 const v8::PropertyCallbackInfo<v8::Value>& info) {
627 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
630 Object* object = *Utils::OpenHandle(*info.This());
633 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(url, isolate)));
640 const v8::PropertyCallbackInfo<void>& info) {
661 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
662 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
665 Object* object = *Utils::OpenHandle(*info.This());
670 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
676 const v8::PropertyCallbackInfo<void>& info) {
697 const v8::PropertyCallbackInfo<v8::Value>& info) {
698 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
701 Object* object = *Utils::OpenHandle(*info.This());
703 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
710 const v8::PropertyCallbackInfo<void>& info) {
734 const v8::PropertyCallbackInfo<v8::Value>& info) {
735 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
737 Handle<Object> object = Utils::OpenHandle(*info.This());
750 info.GetReturnValue().Set(Utils::ToLocal(result));
757 const v8::PropertyCallbackInfo<void>& info) {
781 const v8::PropertyCallbackInfo<v8::Value>& info) {
782 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
784 Handle<Object> object = Utils::OpenHandle(*info.This());
796 info.GetReturnValue().Set(Utils::ToLocal(result));
803 const v8::PropertyCallbackInfo<void>& info) {
827 const v8::PropertyCallbackInfo<v8::Value>& info) {
828 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
830 Handle<Object> object = Utils::OpenHandle(*info.This());
842 info.GetReturnValue().Set(Utils::ToLocal(result));
849 const v8::PropertyCallbackInfo<void>& info) {
914 const v8::PropertyCallbackInfo<v8::Value>& info) {
915 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
918 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
920 info.GetReturnValue().Set(Utils::ToLocal(result));
927 const v8::PropertyCallbackInfo<void>& info) {
928 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
932 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
956 const v8::PropertyCallbackInfo<v8::Value>& info) {
957 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
960 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
976 info.GetReturnValue().Set(Utils::ToLocal(result));
1013 const v8::PropertyCallbackInfo<void>& info) {
1014 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
1019 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
1043 const v8::PropertyCallbackInfo<v8::Value>& info) {
1044 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
1047 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
1054 info.GetReturnValue().Set(Utils::ToLocal(result));
1075 const v8::PropertyCallbackInfo<void>& info) {
1076 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
1081 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
1211 const v8::PropertyCallbackInfo<v8::Value>& info) {
1212 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
1215 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
1217 info.GetReturnValue().Set(Utils::ToLocal(result));
1224 const v8::PropertyCallbackInfo<void>& info) {
1348 const v8::PropertyCallbackInfo<v8::Value>& info) {
1349 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
1352 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
1362 info.GetReturnValue().Set(Utils::ToLocal(result));
1369 const v8::PropertyCallbackInfo<void>& info) {
1391 const v8::PropertyCallbackInfo<v8::Value>& info) {
1392 JSModule* instance = JSModule::cast(*v8::Utils::OpenHandle(*info.Holder()));
1396 int slot = info.Data()
1397 ->Int32Value(info.GetIsolate()->GetCurrentContext())
1416 info.GetReturnValue().Set(v8::Utils::ToLocal(Handle<Object>(value, isolate)));
1423 const v8::PropertyCallbackInfo<v8::Value>& info) {
1424 JSModule* instance = JSModule::cast(*v8::Utils::OpenHandle(*info.Holder()));
1428 int slot = info.Data()
1429 ->Int32Value(info.GetIsolate()->GetCurrentContext())
1456 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo();
1457 info->set_property_attributes(attributes);
1458 info->set_all_can_read(true);
1459 info->set_all_can_write(true);
1460 info->set_name(*name);
1461 info->set_data(Smi::FromInt(index));
1464 info->set_getter(*getter);
1465 if (!(attributes & ReadOnly)) info->set_setter(*setter);
1466 return info;