Searched refs:CallWithArguments (Results 1 - 2 of 2) sorted by relevance
/third_party/node/benchmark/napi/function_args/ |
H A D | binding.cc | 114 void CallWithArguments(const FunctionCallbackInfo<Value>& args) { in CallWithArguments() function 140 NODE_SET_METHOD(target, "callWith10Numbers", CallWithArguments); in Initialize() 141 NODE_SET_METHOD(target, "callWith100Numbers", CallWithArguments); in Initialize() 142 NODE_SET_METHOD(target, "callWith1000Numbers", CallWithArguments); in Initialize()
|
H A D | napi_binding.c | 154 static napi_value CallWithArguments(napi_env env, napi_callback_info info) { in CallWithArguments() function 226 EXPORT_FUNC(env, exports, "callWith10Numbers", CallWithArguments); in NAPI_MODULE_INIT() 227 EXPORT_FUNC(env, exports, "callWith100Numbers", CallWithArguments); in NAPI_MODULE_INIT() 228 EXPORT_FUNC(env, exports, "callWith1000Numbers", CallWithArguments); in NAPI_MODULE_INIT()
|
Completed in 2 milliseconds