Home
last modified time | relevance | path

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

/third_party/node/src/
Denv-inl.h81 inline v8::Local<v8::String> IsolateData::async_wrap_provider(int index) const { in async_wrap_provider() function
111 return env()->isolate_data()->async_wrap_provider(idx); in provider_string()
Denv.h163 inline v8::Local<v8::String> async_wrap_provider(int index) const;
Denv.cc311 info.primitive_values.push_back(creator->AddData(async_wrap_provider(i))); in Serialize()