Home
last modified time | relevance | path

Searched refs:NODE_SET_METHOD (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/benchmark/napi/function_args/
H A 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(targe in Initialize()
[all...]
/third_party/node/test/addons/report-api/
H A Dbinding.cc70 NODE_SET_METHOD(exports, "triggerReport", TriggerReport); in init()
71 NODE_SET_METHOD(exports, "triggerReportNoIsolate", TriggerReportNoIsolate); in init()
72 NODE_SET_METHOD(exports, "triggerReportEnv", TriggerReportEnv); in init()
73 NODE_SET_METHOD(exports, "triggerReportNoEnv", TriggerReportNoEnv); in init()
74 NODE_SET_METHOD(exports, "triggerReportNoContext", TriggerReportNoContext); in init()
75 NODE_SET_METHOD(exports, "triggerReportNewContext", TriggerReportNewContext); in init()
/third_party/node/test/addons/async-resource/
H A 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/
H A 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/
H A Dbinding.cc37 NODE_SET_METHOD(exports, "run", Run); in init()
38 NODE_SET_METHOD(exports, "isAlive", IsAlive); in init()
/third_party/node/test/addons/buffer-free-callback/
H A Dbinding.cc40 NODE_SET_METHOD(exports, "alloc", Alloc); in init()
41 NODE_SET_METHOD(exports, "check", Check); in init()
/third_party/node/test/addons/dlopen-ping-pong/
H A Dbinding.cc44 NODE_SET_METHOD(exports, "load", LoadLibrary); in init()
45 NODE_SET_METHOD(exports, "ping", Ping); in init()
/third_party/node/test/addons/non-node-context/
H A Dbinding.cc52 NODE_SET_METHOD(exports, "runInNewContext", RunInNewContext); in Initialize()
53 NODE_SET_METHOD(exports, "makeBufferInNewContext", MakeBufferInNewContext); in Initialize()
/third_party/node/test/addons/request-interrupt/
H A Dbinding.cc68 NODE_SET_METHOD(exports, "scheduleInterrupt", ScheduleInterrupt); in init()
69 NODE_SET_METHOD(exports, "ScheduleInterruptWithJS", ScheduleInterruptWithJS); in init()
/third_party/node/test/addons/async-hello-world/
H A Dbinding.cc82 NODE_SET_METHOD(exports, "runCall", Method<false>); in init()
83 NODE_SET_METHOD(exports, "runMakeCallback", Method<true>); in init()
/third_party/node/test/addons/callback-scope/
H A Dbinding.cc71 NODE_SET_METHOD(exports, "runInCallbackScope", RunInCallbackScope); in Initialize()
72 NODE_SET_METHOD(exports, "testResolveAsync", TestResolveAsync); in Initialize()
/third_party/node/test/addons/errno-exception/
H A Dbinding.cc15 NODE_SET_METHOD(exports, "errno", Method); in init()
/third_party/node/test/addons/hello-world-function-export/
H A Dbinding.cc11 NODE_SET_METHOD(module, "exports", Method); in init()
/third_party/node/test/addons/load-long-path/
H A Dbinding.cc11 NODE_SET_METHOD(exports, "hello", Method); in init()
/third_party/node/test/addons/report-fatalerror/
H A Dbinding.cc17 NODE_SET_METHOD(exports, "triggerFatalError", TriggerFatalError); in init()
/third_party/node/test/addons/symlinked-module/
H A Dbinding.cc11 NODE_SET_METHOD(exports, "hello", Method); in init()
/third_party/node/benchmark/napi/function_call/
H A Dbinding.cc13 NODE_SET_METHOD(target, "hello", Hello); in Initialize()
/third_party/node/test/addons/make-callback-domain-warning/
H A Dbinding.cc27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
/third_party/node/test/addons/make-callback-recurse/
H A Dbinding.cc27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
/third_party/node/test/addons/repl-domain-abort/
H A Dbinding.cc47 NODE_SET_METHOD(exports, "method", Method); in init()
/third_party/node/test/addons/hello-world/
H A Dbinding.cc16 NODE_SET_METHOD(exports, "hello", Method); in NODE_MODULE_INITIALIZER()
/third_party/node/test/addons/parse-encoding/
H A Dbinding.cc33 NODE_SET_METHOD(exports, "parseEncoding", ParseEncoding); in Initialize()
/third_party/node/test/addons/register-signal-handler/
H A Dbinding.cc33 NODE_SET_METHOD(exports, "registerSignalHandler", RegisterSignalHandler); in NODE_MODULE_INIT()
/third_party/node/test/addons/uv-handle-leak/
H A Dbinding.cc52 NODE_SET_METHOD(exports, "leakHandle", LeakHandle); in NODE_MODULE_INIT()
/third_party/node/test/addons/worker-buffer-callback/
H A Dbinding.cc22 NODE_SET_METHOD(exports, "getFreeCallCount", GetFreeCallCount); in Initialize()

Completed in 7 milliseconds

12