abetomo
null+****@clear*****
Tue Sep 5 11:12:14 JST 2017
abetomo 2017-09-05 11:12:14 +0900 (Tue, 05 Sep 2017) New Revision: 2128176eebd2ac773f79a50435be8bb4a197c64d https://github.com/nroonga/nroonga/commit/2128176eebd2ac773f79a50435be8bb4a197c64d Merged aa61187: Merge pull request #13 from abetomo/use_nan_helper_method Message: Replace isolate->GetCurrentContext() with Nan::GetCurrentContext() Modified files: src/nroonga.cc Modified: src/nroonga.cc (+1 -1) =================================================================== --- src/nroonga.cc 2017-09-05 11:11:51 +0900 (6299384) +++ src/nroonga.cc 2017-09-05 11:12:14 +0900 (230f81d) @@ -129,7 +129,7 @@ void Database::CommandAfter(uv_work_t* req) { .ToLocalChecked(); } Local<Function>::New(isolate, baton->callback) - ->Call(isolate->GetCurrentContext()->Global(), 2, argv); + ->Call(Nan::GetCurrentContext()->Global(), 2, argv); grn_ctx_fin(&baton->context); delete baton; } -------------- next part -------------- HTML����������������������������... ダウンロード