Lines Matching defs:nullptr

121                               JSVM_Finalize finalizeCallback = nullptr,
122 void* finalizeData = nullptr,
123 void* finalizeHint = nullptr) {
134 if (finalizer->finalize_callback_ == nullptr) return;
182 return nullptr;
223 call_js_cb(call_js_cb_ == nullptr ? CallJs : call_js_cb_),
298 call_js_cb(nullptr, nullptr, context, queue.front());
328 ts_fn = nullptr;
373 void* data = nullptr;
410 JSVM_Value js_callback = nullptr;
468 if (!(env == nullptr || cb == nullptr)) {
480 status = OH_JSVM_CallFunction(env, recv, cb, 0, nullptr, nullptr);
688 return nullptr;
699 if (init == nullptr) {
726 JSVM_Value _exports = nullptr;
734 if (_exports != nullptr &&
746 nullptr,
748 nullptr,
752 nullptr,
797 if (done_cb_ != nullptr) done_cb_(done_data_);
814 JSVM_Env env_ = nullptr;
815 jsvm_async_cleanup_hook user_hook_ = nullptr;
816 void* user_data_ = nullptr;
817 void (*done_cb_)(void*) = nullptr;
818 void* done_data_ = nullptr;
832 if (remove_handle != nullptr) *remove_handle = handle;
839 if (remove_handle == nullptr) return JSVM_INVALID_ARG;
925 if (async_resource != nullptr) {
983 if (async_context == nullptr) {
1005 if (result != nullptr) {
1029 if (data != nullptr) {
1053 v8impl::BufferFinalizer::New(env, finalizeCb, nullptr, finalizeHint);
1088 if (result_data != nullptr) {
1115 if (data != nullptr) {
1118 if (length != nullptr) {
1158 jsvm_async_complete_callback complete = nullptr,
1159 void* data = nullptr)
1188 if (_complete == nullptr) return;
1238 if (async_resource != nullptr) {
1281 uv_loop_t* event_loop = nullptr;
1323 if (func == nullptr) {
1332 if (async_resource == nullptr) {
1353 if (ts_fn == nullptr) {