Lines Matching defs:_cbinfo
606 _cbinfo(cbinfo) {
617 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
637 const v8::FunctionCallbackInfo<v8::Value>& _cbinfo;
679 if (_cbinfo.IsConstructCall()) {
680 return v8impl::JsValueFromV8LocalValue(_cbinfo.NewTarget());
692 buffer[i] = v8impl::JsValueFromV8LocalValue(_cbinfo[i]);
697 v8impl::JsValueFromV8LocalValue(v8::Undefined(_cbinfo.GetIsolate()));
707 _cbinfo.GetReturnValue().Set(val);
718 _cbinfo(cbinfo), _property(property), _value(value), _index(index) {
719 _cb = (v8impl::JSVM_PropertyHandlerCfgStruct *)_cbinfo.Data().template As<v8::External>()->Value();
724 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
757 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
788 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
822 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
855 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
888 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
920 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
954 auto context = _cbinfo.GetIsolate()->GetCurrentContext();
986 const v8::PropertyCallbackInfo<T>& _cbinfo;