Searched refs:module_object (Results 1 – 4 of 4) sorted by relevance
/third_party/node/src/ |
D | module_wrap.cc | 515 Local<Object> module_object = resolve_promise->Result().As<Object>(); in ResolveCallback() local 516 if (module_object.IsEmpty() || !module_object->IsObject()) { in ResolveCallback() 523 ASSIGN_OR_RETURN_UNWRAP(&module, module_object, MaybeLocal<Module>()); in ResolveCallback()
|
/third_party/python/Lib/test/ |
D | test_traceback.py | 1457 module_object = getattr(traceback, name) 1458 if getattr(module_object, '__module__', None) == 'traceback':
|
D | test_httpservers.py | 1288 module_object = getattr(server, name) 1289 if getattr(module_object, '__module__', None) == 'http.server':
|
D | test_httplib.py | 1459 module_object = getattr(client, name) 1460 if getattr(module_object, "__module__", None) == "http.client":
|