Home
last modified time | relevance | path

Searched defs:construct (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-stream-construct.js10 construct: common.mustCall((callback) => { property
23 construct: common.mustCall((callback) => { property
37 construct: common.mustCall((callback) => { property
50 construct: common.mustCall((callback) => { property
63 construct: common.mustCall((callback) => { property
76 construct: common.mustCall((callback) => { property
89 construct: common.mustCall((cb) => { property
103 construct: common.mustCall((cb) => { property
119 construct: common.mustCall((cb) => { property
134 construct: common.mustCall((cb) => { property
[all …]
Dtest-promises-unhandled-proxy-rejections.js22 construct: throwErr property
/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp48 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() function
61 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() function
70 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() function
81 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() function
94 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() function
103 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() function
116 static void construct(BasicJsonType& j, typename BasicJsonType::number_float_t val) noexcept in construct() function
129 static void construct(BasicJsonType& j, typename BasicJsonType::number_unsigned_t val) noexcept in construct() function
142 static void construct(BasicJsonType& j, typename BasicJsonType::number_integer_t val) noexcept in construct() function
155 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) in construct() function
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_construct.js20 var handler = { construct (target) { method
91 construct(t, c, args) { method
104 construct(target, args, new_target) { method
128 construct: function(target, argumentsList, newTarget) { method
142 construct: function(target, argumentsList, newTarget) { method
155 construct: function(target, argumentsList, newTarget) { method
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionClassesCjsExportAssignment.js67 construct(input, handle = () => void 0) { method in Context
122 construct: function (input, handle) { method in Context
/third_party/json/tests/src/
Dunit-allocator.cpp24 void construct(T* /*unused*/, Args&& ... /*unused*/) in construct() function
62 void construct(T* p, Args&& ... args) in construct() function
229 …void construct(T* p, const Args& ... args) noexcept(noexcept(::new (static_cast<void*>(p)) T(args.… in construct() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc41 static std::function<void(void*, Slot*, Slot)> construct; member
50 std::function<void(void*, Slot*, Slot)> PolicyWithoutOptionalOps::construct; member in absl::container_internal::__anond51244b20111::PolicyWithoutOptionalOps
90 MockFunction<void(void*, Slot*, Slot)> construct; member
100 TEST_F(Test, construct) { in TEST_F() argument
Dnode_hash_policy.h56 static void construct(Alloc* alloc, slot_type* slot, Args&&... args) { in construct() function
Dcounting_allocator.h72 void construct(U* p, Args&&... args) { in construct() function
/third_party/typescript/tests/cases/compiler/
Darguments.ts14 construct: new (args: typeof arguments) => void; property
/third_party/protobuf/src/google/protobuf/
Dmap.h140 void construct(NodeType* p, Args&&... args) { in construct() function
154 void construct(pointer p, const_reference t) { new (p) value_type(t); } in construct() function
/third_party/node/lib/internal/streams/
Ddestroy.js219 function construct(stream, cb) { function
331 construct, property
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_mock_archs.js23 construct: function(target, args) { method
Dv8_mock.js70 construct: function(target, args, newTarget) { method
121 construct: function(target, args) { method
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocFunctionType.ts58 var construct = function(dref) { return new dref(33); } variable
/third_party/openssl/include/internal/
Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/third_party/node/deps/openssl/openssl/include/internal/
Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/third_party/node/test/fixtures/cycles/
Dwarning-skip-proxy-traps-a.js14 construct() { throw new Error('construct'); } method
/third_party/typescript/src/lib/
Des2015.proxy.d.ts13 construct?(target: T, argArray: any[], newTarget: Function): object; method
/third_party/typescript/lib/
Dlib.es2015.proxy.d.ts33 construct?(target: T, argArray: any[], newTarget: Function): object; method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStatistic.h53 void construct(const char *debugtype, const char *name, const char *desc) { in construct() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp82 void DWARFDebugAranges::construct() { in construct() function in DWARFDebugAranges
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_set.h461 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() function
Dflat_hash_map.h561 static void construct(Allocator* alloc, slot_type* slot, Args&&... args) { in construct() function
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member

1234