Home
last modified time | relevance | path

Searched refs:NODE_SET_METHOD (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/benchmark/napi/function_args/
Dbinding.cc129 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/
Dbinding.cc121 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/
Dbinding.cc21 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/
Dbinding.cc37 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/
Dbinding.cc44 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/
Dbinding.cc40 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/
Dbinding.cc52 NODE_SET_METHOD(exports, "runInNewContext", RunInNewContext); in Initialize()
53 NODE_SET_METHOD(exports, "makeBufferInNewContext", MakeBufferInNewContext); in Initialize()
/third_party/node/test/addons/callback-scope/
Dbinding.cc71 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/
Dbinding.cc93 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/
Dbinding.cc13 NODE_SET_METHOD(target, "hello", Hello); in Initialize()
/third_party/node/test/addons/symlinked-module/
Dbinding.cc11 NODE_SET_METHOD(exports, "hello", Method); in init()
/third_party/node/test/addons/load-long-path/
Dbinding.cc11 NODE_SET_METHOD(exports, "hello", Method); in init()
/third_party/node/test/addons/errno-exception/
Dbinding.cc15 NODE_SET_METHOD(exports, "errno", Method); in init()
/third_party/node/test/addons/cpu-profiler-crash/
Dbinding.cc15 NODE_SET_METHOD(exports, "startCpuProfiler", StartCpuProfiler); in NODE_MODULE_INIT()
/third_party/node/test/addons/hello-world-function-export/
Dbinding.cc11 NODE_SET_METHOD(module, "exports", Method); in init()
/third_party/node/test/addons/register-signal-handler/
Dbinding.cc33 NODE_SET_METHOD(exports, "registerSignalHandler", RegisterSignalHandler); in NODE_MODULE_INIT()
/third_party/node/test/addons/make-callback-domain-warning/
Dbinding.cc27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
/third_party/node/test/addons/make-callback-recurse/
Dbinding.cc27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
/third_party/node/test/addons/worker-buffer-callback/
Dbinding.cc22 NODE_SET_METHOD(exports, "getFreeCallCount", GetFreeCallCount); in Initialize()
/third_party/node/test/addons/repl-domain-abort/
Dbinding.cc47 NODE_SET_METHOD(exports, "method", Method); in init()
/third_party/node/test/addons/uv-handle-leak/
Dbinding.cc52 NODE_SET_METHOD(exports, "leakHandle", LeakHandle); in NODE_MODULE_INIT()
/third_party/node/test/addons/parse-encoding/
Dbinding.cc33 NODE_SET_METHOD(exports, "parseEncoding", ParseEncoding); in Initialize()
/third_party/node/test/addons/hello-world/
Dbinding.cc16 NODE_SET_METHOD(exports, "hello", Method); in NODE_MODULE_INITIALIZER()
/third_party/node/test/addons/stringbytes-external-exceed-max/
Dbinding.cc51 NODE_SET_METHOD(exports, "ensureAllocation", EnsureAllocation); in init()
/third_party/node/test/addons/make-callback/
Dbinding.cc36 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()

12