Lines Matching defs:info

31   Handle<AccessorInfo> info = factory->NewAccessorInfo();
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_is_sloppy(false);
36 info->set_replace_on_access(false);
37 info->set_getter_side_effect_type(SideEffectType::kHasSideEffect);
38 info->set_setter_side_effect_type(SideEffectType::kHasSideEffect);
40 info->set_name(*name);
44 info->set_getter(*get);
45 info->set_setter(*set);
46 Address redirected = info->redirected_getter();
49 info->set_js_getter(*js_get);
51 return info;
113 const v8::PropertyCallbackInfo<v8::Boolean>& info) {
114 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
117 Handle<Object> receiver = Utils::OpenHandle(*info.This());
119 Handle<JSObject>::cast(Utils::OpenHandle(*info.Holder()));
127 info.GetReturnValue().Set(true);
136 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
137 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
141 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
154 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
155 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
159 JSArray holder = JSArray::cast(*Utils::OpenHandle(*info.Holder()));
161 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
166 const v8::PropertyCallbackInfo<v8::Boolean>& info) {
167 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
174 Handle<JSReceiver> object = Utils::OpenHandle(*info.Holder());
192 info.GetReturnValue().Set(true);
193 } else if (info.ShouldThrowOnError()) {
200 info.GetReturnValue().Set(false);
216 if (info.ShouldThrowOnError()) {
223 info.GetReturnValue().Set(false);
226 info.GetReturnValue().Set(true);
240 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
241 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
244 JSModuleNamespace::cast(*Utils::OpenHandle(*info.Holder()));
250 info.GetReturnValue().Set(Utils::ToLocal(result));
256 const v8::PropertyCallbackInfo<v8::Boolean>& info) {
257 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
261 Handle<JSModuleNamespace>::cast(Utils::OpenHandle(*info.Holder()));
263 if (info.ShouldThrowOnError()) {
269 info.GetReturnValue().Set(false);
284 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
285 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
295 Object value = *Utils::OpenHandle(*v8::Local<v8::Value>(info.This()));
300 JSPrimitiveWrapper::cast(*Utils::OpenHandle(*info.Holder())).value();
303 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
331 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
332 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
336 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
339 info.GetReturnValue().Set(Utils::ToLocal(result));
344 const v8::PropertyCallbackInfo<v8::Boolean>& info) {
345 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
350 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
353 info.GetReturnValue().Set(true);
366 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
367 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
371 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
374 info.GetReturnValue().Set(Utils::ToLocal(result));
387 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
388 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
391 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
393 info.GetReturnValue().Set(Utils::ToLocal(result));
517 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
518 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
522 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
535 info.GetReturnValue().Set(Utils::ToLocal(result));
692 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
693 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
697 Handle<JSFunction>::cast(Utils::OpenHandle(*info.Holder()));
708 info.GetReturnValue().Set(Utils::ToLocal(result));
721 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
722 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
726 Handle<JSBoundFunction>::cast(Utils::OpenHandle(*info.Holder()));
734 info.GetReturnValue().Set(Utils::ToLocal(result));
747 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
748 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
752 Handle<JSBoundFunction>::cast(Utils::OpenHandle(*info.Holder()));
758 info.GetReturnValue().Set(Utils::ToLocal(result));
771 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
772 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
776 Handle<JSWrappedFunction>::cast(Utils::OpenHandle(*info.Holder()));
784 info.GetReturnValue().Set(Utils::ToLocal(result));
798 v8::Local<v8::Name> name, const v8::PropertyCallbackInfo<v8::Value>& info) {
799 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
803 Handle<JSWrappedFunction>::cast(Utils::OpenHandle(*info.Holder()));
809 info.GetReturnValue().Set(Utils::ToLocal(result));
822 v8::Local<v8::Name> key, const v8::PropertyCallbackInfo<v8::Value>& info) {
823 Isolate* isolate = reinterpret_cast<Isolate*>(info.GetIsolate());
827 Handle<JSObject>::cast(Utils::OpenHandle(*info.Holder()));
833 info.GetReturnValue().Set(Utils::ToLocal(formatted_stack));
838 const v8::PropertyCallbackInfo<v8::Boolean>& info) {
839 Isolate* isolate = reinterpret_cast<Isolate*>(info.GetIsolate());
842 Handle<JSObject>::cast(Utils::OpenHandle(*info.Holder()));