Home
last modified time | relevance | path

Searched refs:is_constructor (Results 1 – 25 of 43) sorted by relevance

12

/third_party/node/deps/v8/src/ic/
Dic-stats.cc95 is_constructor(false), in ICInfo()
108 is_constructor = false; in Reset()
130 if (is_constructor) value->SetInteger("constructor", is_constructor); in AppendToTracedValue()
Dic-stats.h38 bool is_constructor; member
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs496 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()
Dcomp.rs107 pub fn is_constructor(&self) -> bool { in is_constructor() method
/third_party/node/test/js-native-api/6_object_wrap/
D6_object_wrap.cc44 bool is_constructor = (new_target != nullptr); in New() local
51 if (is_constructor) { in New()
/third_party/node/deps/v8/src/objects/
Dcall-site-info.tq9 is_constructor: bool: 1 bit;
Ddebug-objects-inl.h68 BIT_FIELD_ACCESSORS(StackFrameInfo, flags, is_constructor, in BIT_FIELD_ACCESSORS()
Dmap.tq12 is_constructor: bool: 1 bit;
Ddebug-objects.h220 DECL_BOOLEAN_ACCESSORS(is_constructor)
Ddebug-objects.tq72 is_constructor: bool: 1 bit;
Dmap.h372 DECL_BOOLEAN_ACCESSORS(is_constructor)
Dmap-inl.h89 BIT_FIELD_ACCESSORS2(Map, relaxed_bit_field, bit_field, is_constructor, in RELEASE_ACQUIRE_ACCESSORS()
/third_party/node/deps/v8/src/execution/
Dframes.cc1556 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()
Dframes.h380 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/
Ddebug-frames.cc27 is_constructor_ = summary.is_constructor(); in FrameInspector()
/third_party/libabigail/include/
Dabg-ir.h4436 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/
Dbuiltins-array-gen.cc514 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/
Dnode-properties.cc339 DCHECK(target.AsJSFunction().map().is_constructor()); in GetJSCreateMap()
340 DCHECK(newtarget.map().is_constructor()); in GetJSCreateMap()
Dheap-refs.h682 bool is_constructor() const;
/third_party/node/deps/v8/src/parsing/
Dparser.h358 bool is_constructor, ClassInfo* class_info);
363 ClassLiteralProperty* property, bool is_constructor,
/third_party/mesa3d/src/compiler/glsl/
Dast.h322 bool is_constructor() const in is_constructor() function
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs2531 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/
Dabg-hash.cc581 v = hashing::combine_hashes(v, hash_bool(t.is_constructor())); in operator ()()
Dabg-reader.cc2576 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/
Dfactory.h408 bool is_constructor);

12