Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/
Dnative_api.cpp985 … napi_value* this_arg, // [out] Receives the JS 'this' arg for the call in napi_get_cb_info() argument
1005 if (this_arg != nullptr) { in napi_get_cb_info()
1006 *this_arg = reinterpret_cast<napi_value>(info->thisVar); in napi_get_cb_info()