Searched refs:to_wrap (Results 1 - 2 of 2) sorted by relevance
/third_party/node/test/js-native-api/test_general/ |
H A D | test_general.c | 162 napi_value to_wrap; in wrap_first_arg() local 164 NODE_API_CALL(env, napi_get_cb_info(env, info, &argc, &to_wrap, NULL, NULL)); in wrap_first_arg() 165 NODE_API_CALL(env, napi_wrap(env, to_wrap, data, finalizer, NULL, NULL)); in wrap_first_arg() 167 return to_wrap; in wrap_first_arg()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_util.py | 146 def to_wrap(self, module): function 148 fxn = self.module_for_loader(to_wrap)
|
Completed in 3 milliseconds