Lines Matching defs:work
1183 static void Delete(Work* work) { delete work; }
1200 // Note: Don't access `work` after this point because it was
1247 uvimpl::Work* work = uvimpl::Work::New(reinterpret_cast<node_jsvm_env>(env),
1254 *result = reinterpret_cast<jsvm_async_work>(work);
1260 jsvm_async_work work) {
1262 CHECK_ARG(env, work);
1264 uvimpl::Work::Delete(reinterpret_cast<uvimpl::Work*>(work));
1277 jsvm_async_work work) {
1279 CHECK_ARG(env, work);
1284 uvimpl::Work* w = reinterpret_cast<uvimpl::Work*>(work);
1292 jsvm_async_work work) {
1294 CHECK_ARG(env, work);
1296 uvimpl::Work* w = reinterpret_cast<uvimpl::Work*>(work);