/third_party/node/benchmark/napi/function_args/ |
H A 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(targe in Initialize() [all...] |
/third_party/node/test/addons/report-api/ |
H A D | binding.cc | 70 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 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/ |
H A 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/ |
H A 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/buffer-free-callback/ |
H A 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/dlopen-ping-pong/ |
H A 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/non-node-context/ |
H A 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/request-interrupt/ |
H A D | binding.cc | 68 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 D | binding.cc | 82 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 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/errno-exception/ |
H A D | binding.cc | 15 NODE_SET_METHOD(exports, "errno", Method); in init()
|
/third_party/node/test/addons/hello-world-function-export/ |
H A D | binding.cc | 11 NODE_SET_METHOD(module, "exports", Method); in init()
|
/third_party/node/test/addons/load-long-path/ |
H A D | binding.cc | 11 NODE_SET_METHOD(exports, "hello", Method); in init()
|
/third_party/node/test/addons/report-fatalerror/ |
H A D | binding.cc | 17 NODE_SET_METHOD(exports, "triggerFatalError", TriggerFatalError); in init()
|
/third_party/node/test/addons/symlinked-module/ |
H A D | binding.cc | 11 NODE_SET_METHOD(exports, "hello", Method); in init()
|
/third_party/node/benchmark/napi/function_call/ |
H A D | binding.cc | 13 NODE_SET_METHOD(target, "hello", Hello); in Initialize()
|
/third_party/node/test/addons/make-callback-domain-warning/ |
H A D | binding.cc | 27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
|
/third_party/node/test/addons/make-callback-recurse/ |
H A D | binding.cc | 27 NODE_SET_METHOD(exports, "makeCallback", MakeCallback); in Initialize()
|
/third_party/node/test/addons/repl-domain-abort/ |
H A D | binding.cc | 47 NODE_SET_METHOD(exports, "method", Method); in init()
|
/third_party/node/test/addons/hello-world/ |
H A D | binding.cc | 16 NODE_SET_METHOD(exports, "hello", Method); in NODE_MODULE_INITIALIZER()
|
/third_party/node/test/addons/parse-encoding/ |
H A D | binding.cc | 33 NODE_SET_METHOD(exports, "parseEncoding", ParseEncoding); in Initialize()
|
/third_party/node/test/addons/register-signal-handler/ |
H A D | binding.cc | 33 NODE_SET_METHOD(exports, "registerSignalHandler", RegisterSignalHandler); in NODE_MODULE_INIT()
|
/third_party/node/test/addons/uv-handle-leak/ |
H A D | binding.cc | 52 NODE_SET_METHOD(exports, "leakHandle", LeakHandle); in NODE_MODULE_INIT()
|
/third_party/node/test/addons/worker-buffer-callback/ |
H A D | binding.cc | 22 NODE_SET_METHOD(exports, "getFreeCallCount", GetFreeCallCount); in Initialize()
|