| /third_party/boost/boost/dll/detail/ |
| D | ctor_dtor.hpp | 39 struct constructor<Class(Args...)> { struct 40 typedef typename detail::get_mem_fn_type<Class, void(Args...)>::mem_fn standard_t; 41 typedef Class*(*allocating_t)(Args...); 45 standard_t standard; 47 allocating_t allocating; 50 …id call_standard (Class * const ptr, Args...args){ (ptr->*standard)(static_cast<Args>(args)...); } in call_standard() 53 Class * call_allocating(Args...args){ return allocating(static_cast<Args>(args)...); } in call_allocating() 57 bool has_allocating() const { return allocating != nullptr; } in has_allocating() 60 bool has_standard() const { return standard != nullptr; } in has_standard() 63 bool is_empty() const { return (allocating == nullptr) && (standard == nullptr) ; } in is_empty() [all …]
|
| /third_party/node/deps/npm/node_modules/minizlib/ |
| D | index.js | 13 constructor (err) { method in ZlibError 47 constructor (opts, mode) { method in ZlibBase 183 constructor (opts, mode) { method in Zlib 234 constructor (opts) { method in Deflate 240 constructor (opts) { method in Inflate 247 constructor (opts) { method in Gzip 253 constructor (opts) { method in Gunzip 260 constructor (opts) { method in DeflateRaw 266 constructor (opts) { method in InflateRaw 273 constructor (opts) { method in Unzip [all …]
|
| /third_party/boost/boost/lambda/ |
| D | construct.hpp | 27 template<class T> struct constructor { struct 29 template <class U> struct sig { typedef T type; }; 31 T operator()() const { in operator ()() 36 T operator()(A1& a1) const { in operator ()() 41 T operator()(A1& a1, A2& a2) const { in operator ()() 46 T operator()(A1& a1, A2& a2, A3& a3) const { in operator ()() 51 T operator()(A1& a1, A2& a2, A3& a3, A4& a4) const { in operator ()() 56 T operator()(A1& a1, A2& a2, A3& a3, A4& a4, A5& a5) const { in operator ()() 61 T operator()(A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6) const { in operator ()() 66 T operator()(A1& a1, A2& a2, A3& a3, A4& a4, A5& a5, A6& a6, A7& a7) const { in operator ()() [all …]
|
| /third_party/node/test/parallel/ |
| D | test-worker-message-port-constructor.js | 15 constructor: TypeError, property 20 constructor: TypeError, property 25 constructor: TypeError, property
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | new-target-class.js | 17 constructor () { method in Simple 40 constructor () { method in BaseA 46 constructor () { method in SubA
|
| D | class.js | 69 ["constructor"]() { method in A1 77 *["constructor"]() { generator in A2 126 constructor(d) { method in D 139 constructor(e) { method in E 168 constructor(f) { method in F 184 static constructor(a) { method in F 294 constructor () { method
|
| D | function-prototype-hasinstance-class.js | 16 constructor (value) { method in base 26 constructor (value) { method in sub 42 constructor (value) { method in sub_c
|
| D | regression-test-issue-3880.js | 15 RegExp.prototype.constructor = "" method in RegExp 19 RegExp.prototype.constructor = {} method in RegExp
|
| D | class-inheritance-core-11.js | 17 constructor () { method in A 24 constructor () { method in B
|
| D | class-inheritance-core-7.js | 17 constructor () { method in C 24 constructor () { method in D
|
| D | regression-test-issue-3536.js | 16 constructor() { method in A 26 constructor() { method in B
|
| D | class-inheritance-core-14.js | 17 constructor () { method in A 32 constructor () { method in B
|
| D | class-inheritance-core-13.js | 17 constructor (a, b) { method in C 23 constructor () { method in D
|
| D | regression-test-issue-2822.js | 16 constructor() { method in Animal 22 constructor() { method in Dog
|
| D | regression-test-issue-2671.js | 16 constructor (id,x,y) { method in Shape 26 constructor (id, x, y, width, height) { method in Rectangle 34 constructor (id, x, y, radius) { method in Circle
|
| /third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
| D | errors.js | 24 constructor (method, res, body, spec) { method in HttpErrorBase 38 constructor (method, res, body, spec) { method in HttpErrorGeneral 53 constructor (method, res, body, spec) { method in HttpErrorAuthOTP 63 constructor (method, res, body, spec) { method in HttpErrorAuthIPAddress 73 constructor (method, res, body, spec) { method in HttpErrorAuthUnknown
|
| /third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/observable/ |
| D | ConnectableObservable.js | 7 constructor(source, subjectFactory) { method in ConnectableObservable 57 constructor(destination, connectable) { method in ConnectableSubscriber 85 constructor(connectable) { method in RefCountOperator 100 constructor(destination, connectable) { method in RefCountSubscriber
|
| D | zip.js | 15 constructor(resultSelector) { method in ZipOperator 23 constructor(destination, resultSelector, values = Object.create(null)) { method in ZipSubscriber 115 constructor(iterator) { method in StaticIterator 133 constructor(array) { method in StaticArrayIterator 155 constructor(destination, parent, observable) { method in ZipBufferIterator
|
| /third_party/jerryscript/tests/jerry/es5.1/ |
| D | regression-test-issue-1080.js | 15 ((new RegExp("}").constructor)("a", "g").constructor)(undefined).constructor.prototype.toString(); class in g.constructor 19 RegExp(new RegExp("a", "g")).constructor("").constructor.prototype.compile(RegExp.prototype); class in RegExp.constructor
|
| D | object-getprototypeof.js | 47 var constructor = function () {}; function 48 constructor.prototype = obj; class
|
| /third_party/node/test/common/ |
| D | http2.js | 63 constructor(length, type, flags, id) { method in Frame 77 constructor(ack = false) { method in SettingsFrame 86 constructor(id, payload, padlen = 0, final = false) { method in DataFrame 104 constructor(id, payload, padlen = 0, final = false) { method in HeadersFrame 122 constructor(ack = false) { method in PingFrame 131 constructor(size) { method in AltSvcFrame
|
| /third_party/node/tools/node_modules/eslint/node_modules/rxjs/_esm2015/internal/operators/ |
| D | groupBy.js | 9 constructor(keySelector, elementSelector, durationSelector, subjectSelector) { method in GroupByOperator 20 constructor(destination, keySelector, elementSelector, durationSelector, subjectSelector) { method in GroupBySubscriber 113 constructor(key, group, parent) { method in GroupDurationSubscriber 131 constructor(key, groupSubject, refCountSubscription) { method in GroupedObservable 148 constructor(parent) { method in InnerRefCountSubscription
|
| /third_party/jerryscript/tests/jerry/fail/ |
| D | regression-test-issue-2846.js | 16 var B = class extends f { constructor ( ){ eval ( "eval ('super (1, 2, 3, 4)')" ) ; } } method in B 18 D = class extends C { constructor ( ) { super ( ) method in D
|
| /third_party/node/tools/node_modules/eslint/node_modules/eslint-scope/lib/ |
| D | scope.js | 156 constructor(scopeManager, type, upperScope, block, isMethodDefinition) { method in Scope 523 constructor(scopeManager, block) { method in GlobalScope 584 constructor(scopeManager, upperScope, block) { method in ModuleScope 590 constructor(scopeManager, upperScope, block) { method in FunctionExpressionNameScope 606 constructor(scopeManager, upperScope, block) { method in CatchScope 612 constructor(scopeManager, upperScope, block) { method in WithScope 634 constructor(scopeManager, upperScope, block) { method in BlockScope 640 constructor(scopeManager, upperScope, block) { method in SwitchScope 646 constructor(scopeManager, upperScope, block, isMethodDefinition) { method in FunctionScope 723 constructor(scopeManager, upperScope, block) { method in ForScope [all …]
|
| /third_party/jerryscript/tests/jerry/ |
| D | regression-test-issue-1074.js | 16 try { this.String.prototype.constructor.prototype.$(new (this.RegExp)()) } catch($){} method in String 17 try { this.RegExp.prototype.constructor.prototype.compile () } catch($){} method in RegExp
|