Home
last modified time | relevance | path

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

/third_party/node/src/
H A Djs_native_api_v8.cc606 _cbinfo(cbinfo) { in CallbackWrapperBase()
617 auto context = _cbinfo.GetIsolate()->GetCurrentContext(); in InvokeCallback()
637 const v8::FunctionCallbackInfo<v8::Value>& _cbinfo; member in v8impl::__anon15370::CallbackWrapperBase
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) { in PropertyCallbackWrapperBase()
719 _cb = (v8impl::JSVM_PropertyHandlerCfgStruct *)_cbinfo in PropertyCallbackWrapperBase()
986 const v8::PropertyCallbackInfo<T>& _cbinfo; global() member in v8impl::__anon15370::PropertyCallbackWrapperBase
[all...]

Completed in 5 milliseconds