/third_party/node/benchmark/napi/function_args/ |
D | binding.cc | 129 NODE_SET_METHOD(target, "callWithString", CallWithString); in Initialize() 130 NODE_SET_METHOD(target, "callWithLongString", CallWithString); in Initialize() 132 NODE_SET_METHOD(target, "callWithArray", CallWithArray); in Initialize() 133 NODE_SET_METHOD(target, "callWithLargeArray", CallWithArray); in Initialize() 134 NODE_SET_METHOD(target, "callWithHugeArray", CallWithArray); in Initialize() 136 NODE_SET_METHOD(target, "callWithNumber", CallWithNumber); in Initialize() 137 NODE_SET_METHOD(target, "callWithObject", CallWithObject); in Initialize() 138 NODE_SET_METHOD(target, "callWithTypedarray", CallWithTypedarray); in Initialize() 140 NODE_SET_METHOD(target, "callWith10Numbers", CallWithArguments); in Initialize() 141 NODE_SET_METHOD(target, "callWith100Numbers", CallWithArguments); in Initialize() [all …]
|
/third_party/node/test/addons/async-resource/ |
D | binding.cc | 121 NODE_SET_METHOD(exports, "createAsyncResource", CreateAsyncResource); in Initialize() 122 NODE_SET_METHOD(exports, "destroyAsyncResource", DestroyAsyncResource); in Initialize() 123 NODE_SET_METHOD(exports, "callViaFunction", CallViaFunction); in Initialize() 124 NODE_SET_METHOD(exports, "callViaString", CallViaString); in Initialize() 125 NODE_SET_METHOD(exports, "callViaUtf8Name", CallViaUtf8Name); in Initialize() 126 NODE_SET_METHOD(exports, "getAsyncId", GetAsyncId); in Initialize() 127 NODE_SET_METHOD(exports, "getTriggerAsyncId", GetTriggerAsyncId); in Initialize() 128 NODE_SET_METHOD(exports, "getResource", GetResource); in Initialize() 129 NODE_SET_METHOD(exports, "runSubclassTest", RunSubclassTest); in Initialize()
|
/third_party/node/test/addons/async-hooks-id/ |
D | binding.cc | 21 NODE_SET_METHOD(exports, "getExecutionAsyncId", GetExecutionAsyncId); in Initialize() 22 NODE_SET_METHOD(exports, "getTriggerAsyncId", GetTriggerAsyncId); in Initialize()
|
/third_party/node/test/addons/null-buffer-neuter/ |
D | binding.cc | 37 NODE_SET_METHOD(exports, "run", Run); in init() 38 NODE_SET_METHOD(exports, "isAlive", IsAlive); in init()
|
/third_party/node/test/addons/dlopen-ping-pong/ |
D | binding.cc | 44 NODE_SET_METHOD(exports, "load", LoadLibrary); in init() 45 NODE_SET_METHOD(exports, "ping", Ping); in init()
|
/third_party/node/test/addons/buffer-free-callback/ |
D | binding.cc | 40 NODE_SET_METHOD(exports, "alloc", Alloc); in init() 41 NODE_SET_METHOD(exports, "check", Check); in init()
|
/third_party/node/test/addons/non-node-context/ |
D | binding.cc | 52 NODE_SET_METHOD(exports, "runInNewContext", RunInNewContext); in Initialize() 53 NODE_SET_METHOD(exports, "makeBufferInNewContext", MakeBufferInNewContext); in Initialize()
|
/third_party/node/test/addons/callback-scope/ |
D | binding.cc | 71 NODE_SET_METHOD(exports, "runInCallbackScope", RunInCallbackScope); in Initialize() 72 NODE_SET_METHOD(exports, "testResolveAsync", TestResolveAsync); in Initialize()
|
/third_party/node/test/addons/async-hello-world/ |
D | binding.cc | 93 NODE_SET_METHOD(exports, "runCall", Method<false>); in init() 94 NODE_SET_METHOD(exports, "runMakeCallback", Method<true>); in init()
|
/third_party/node/benchmark/napi/function_call/ |
D | binding.cc | 13 NODE_SET_METHOD(target, "hello", Hello); in Initialize()
|
/third_party/node/test/addons/symlinked-module/ |
D | binding.cc | 11 NODE_SET_METHOD(exports, "hello", Method); in init()
|
/third_party/node/test/addons/load-long-path/ |
D | binding.cc | 11 NODE_SET_METHOD(exports, "hello", Method); in init()
|
/third_party/node/test/addons/errno-exception/ |
D | binding.cc | 15 NODE_SET_METHOD(exports, "errno", Method); in init()
|
/third_party/node/test/addons/cpu-profiler-crash/ |
D | binding.cc | 15 NODE_SET_METHOD(exports, "startCpuProfiler", StartCpuProfiler); in NODE_MODULE_INIT()
|
/third_party/node/test/addons/hello-world-function-export/ |
D | binding.cc | 11 NODE_SET_METHOD(module, "exports", Method); in init()
|
/third_party/node/test/addons/register-signal-handler/ |
D | binding.cc | 33 NODE_SET_METHOD(exports, "registerSignalHandler", RegisterSignalHandler); in NODE_MODULE_INIT()
|
/third_party/node/test/addons/make-callback-domain-warning/ |
D | binding.cc | 27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
|
/third_party/node/test/addons/make-callback-recurse/ |
D | binding.cc | 27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
|
/third_party/node/test/addons/worker-buffer-callback/ |
D | binding.cc | 22 NODE_SET_METHOD(exports, "getFreeCallCount", GetFreeCallCount); in Initialize()
|
/third_party/node/test/addons/repl-domain-abort/ |
D | binding.cc | 47 NODE_SET_METHOD(exports, "method", Method); in init()
|
/third_party/node/test/addons/uv-handle-leak/ |
D | binding.cc | 52 NODE_SET_METHOD(exports, "leakHandle", LeakHandle); in NODE_MODULE_INIT()
|
/third_party/node/test/addons/parse-encoding/ |
D | binding.cc | 33 NODE_SET_METHOD(exports, "parseEncoding", ParseEncoding); in Initialize()
|
/third_party/node/test/addons/hello-world/ |
D | binding.cc | 16 NODE_SET_METHOD(exports, "hello", Method); in NODE_MODULE_INITIALIZER()
|
/third_party/node/test/addons/stringbytes-external-exceed-max/ |
D | binding.cc | 51 NODE_SET_METHOD(exports, "ensureAllocation", EnsureAllocation); in init()
|
/third_party/node/test/addons/make-callback/ |
D | binding.cc | 36 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
|