Home
last modified time | relevance | path

Searched defs:callback_args (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/ruby/ext/grpc/
Drb_call_credentials.c60 VALUE callback_args = rb_ary_entry(args, 1); in grpc_rb_call_credentials_callback() local
130 VALUE callback_args = rb_ary_new(); in grpc_rb_call_credentials_callback_with_gil() local
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js119 WindowTestEnvironment.prototype._dispatch = function(selector, callback_args, message_arg) { argument