/third_party/node/deps/v8/src/ic/ |
D | ic-stats.cc | 95 is_constructor(false), in ICInfo() 108 is_constructor = false; in Reset() 130 if (is_constructor) value->SetInteger("constructor", is_constructor); in AppendToTracedValue()
|
D | ic-stats.h | 38 bool is_constructor; member
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | function.rs | 496 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable 498 if (is_constructor || is_destructor || is_method) && in from_ty() 505 if is_method || is_constructor || is_destructor { in from_ty() 550 let ret = if is_constructor && ctx.is_target_wasm32() { in from_ty()
|
D | comp.rs | 107 pub fn is_constructor(&self) -> bool { in is_constructor() method
|
/third_party/node/test/js-native-api/6_object_wrap/ |
D | 6_object_wrap.cc | 44 bool is_constructor = (new_target != nullptr); in New() local 51 if (is_constructor) { in New()
|
/third_party/node/deps/v8/src/objects/ |
D | call-site-info.tq | 9 is_constructor: bool: 1 bit;
|
D | debug-objects-inl.h | 68 BIT_FIELD_ACCESSORS(StackFrameInfo, flags, is_constructor, in BIT_FIELD_ACCESSORS()
|
D | map.tq | 12 is_constructor: bool: 1 bit;
|
D | debug-objects.h | 220 DECL_BOOLEAN_ACCESSORS(is_constructor)
|
D | debug-objects.tq | 72 is_constructor: bool: 1 bit;
|
D | map.h | 372 DECL_BOOLEAN_ACCESSORS(is_constructor)
|
D | map-inl.h | 89 BIT_FIELD_ACCESSORS2(Map, relaxed_bit_field, bit_field, is_constructor, in RELEASE_ACQUIRE_ACCESSORS()
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 1556 AbstractCode abstract_code, int code_offset, bool is_constructor, in JavaScriptFrameSummary() argument 1563 is_constructor_(is_constructor), in JavaScriptFrameSummary() 1633 script, source_position, function_name, is_constructor()); in CreateStackFrameInfo() 1636 shared, bytecode_offset, function_name, is_constructor()); in CreateStackFrameInfo() 1746 FRAME_SUMMARY_DISPATCH(bool, is_constructor) in FRAME_SUMMARY_DISPATCH() 1782 bool is_constructor = IsConstructor(); in FRAME_SUMMARY_DISPATCH() local 1826 is_constructor, *params); in FRAME_SUMMARY_DISPATCH() 1828 is_constructor = false; in FRAME_SUMMARY_DISPATCH() 1831 DCHECK(!is_constructor); in FRAME_SUMMARY_DISPATCH() 1832 is_constructor = true; in FRAME_SUMMARY_DISPATCH()
|
D | frames.h | 380 int code_offset, bool is_constructor, 390 bool is_constructor() const { return is_constructor_; } in is_constructor() function 419 bool is_constructor() const { return false; } in is_constructor() function 455 bool is_constructor() const;
|
/third_party/node/deps/v8/src/debug/ |
D | debug-frames.cc | 27 is_constructor_ = summary.is_constructor(); in FrameInspector()
|
/third_party/libabigail/include/ |
D | abg-ir.h | 4436 bool is_constructor, in mem_fn_context_rel() argument 4446 is_constructor_(is_constructor), in mem_fn_context_rel() 4486 is_constructor() const in is_constructor() function 4494 is_constructor(bool f) in is_constructor() function 4568 bool is_constructor, bool is_const) in member_function_template() argument 4571 member_base(access, is_static), is_constructor_(is_constructor), in member_function_template() 4576 is_constructor() const in is_constructor() function
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-array-gen.cc | 514 Label is_constructor(this), is_not_constructor(this), done(this); in ConstructArrayLike() local 516 Branch(IsConstructor(CAST(receiver)), &is_constructor, &is_not_constructor); in ConstructArrayLike() 518 BIND(&is_constructor); in ConstructArrayLike() 545 Label is_constructor(this), is_not_constructor(this), done(this); in ConstructArrayLike() local 548 Branch(IsConstructor(CAST(receiver)), &is_constructor, &is_not_constructor); in ConstructArrayLike() 550 BIND(&is_constructor); in ConstructArrayLike()
|
/third_party/node/deps/v8/src/compiler/ |
D | node-properties.cc | 339 DCHECK(target.AsJSFunction().map().is_constructor()); in GetJSCreateMap() 340 DCHECK(newtarget.map().is_constructor()); in GetJSCreateMap()
|
D | heap-refs.h | 682 bool is_constructor() const;
|
/third_party/node/deps/v8/src/parsing/ |
D | parser.h | 358 bool is_constructor, ClassInfo* class_info); 363 ClassLiteralProperty* property, bool is_constructor,
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast.h | 322 bool is_constructor() const in is_constructor() function
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | mod.rs | 2531 if !self.is_static() && !self.is_constructor() { in codegen_method() 2544 if self.is_constructor() { in codegen_method() 2556 if self.is_constructor() { in codegen_method() 2591 if self.is_constructor() { in codegen_method()
|
/third_party/libabigail/src/ |
D | abg-hash.cc | 581 v = hashing::combine_hashes(v, hash_bool(t.is_constructor())); in operator ()()
|
D | abg-reader.cc | 2576 bool& is_constructor, in read_cdtor_const() argument 2584 is_constructor = true; in read_cdtor_const() 2586 is_constructor = false; in read_cdtor_const()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.h | 408 bool is_constructor);
|