Home
last modified time | relevance | path

Searched refs:_cbinfo (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Djs_native_api_v8.cc570 _cbinfo(cbinfo) { in CallbackWrapperBase()
581 auto context = _cbinfo.GetIsolate()->GetCurrentContext(); in InvokeCallback()
601 const v8::FunctionCallbackInfo<v8::Value>& _cbinfo; member in v8impl::__anon2b44a5f80211::CallbackWrapperBase
643 if (_cbinfo.IsConstructCall()) { in GetNewTarget()
644 return v8impl::JsValueFromV8LocalValue(_cbinfo.NewTarget()); in GetNewTarget()
656 buffer[i] = v8impl::JsValueFromV8LocalValue(_cbinfo[i]); in Args()
661 v8impl::JsValueFromV8LocalValue(v8::Undefined(_cbinfo.GetIsolate())); in Args()
671 _cbinfo.GetReturnValue().Set(val); in SetReturnValue()
682 _cbinfo(cbinfo), _property(property), _value(value), _index(index) { in PropertyCallbackWrapperBase()
683 …_cb = (v8impl::JSVM_PropertyHandlerCfgStruct *)_cbinfo.Data().template As<v8::External>()->Value(); in PropertyCallbackWrapperBase()
[all …]