Searched refs:CHECK_TO_FUNCTION (Results 1 – 3 of 3) sorted by relevance
/third_party/node/src/ |
D | js_native_api_v8.h | 236 #define CHECK_TO_FUNCTION(env, result, src) \ macro
|
D | node_api.cc | 865 CHECK_TO_FUNCTION(env, v8func, func); in napi_make_callback() 1222 CHECK_TO_FUNCTION(env, v8_func, func); in napi_create_threadsafe_function()
|
D | js_native_api_v8.cc | 1871 CHECK_TO_FUNCTION(env, v8func, func); in napi_call_function() 2639 CHECK_TO_FUNCTION(env, ctor, constructor); in napi_new_instance()
|