Home
last modified time | relevance | path

Searched defs:is_constructor (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dic-stats.h38 bool is_constructor; member
/third_party/libabigail/include/
Dabg-ir.h4436 bool 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()
4576 is_constructor() const in is_constructor() function
/third_party/node/test/js-native-api/6_object_wrap/
D6_object_wrap.cc44 bool is_constructor = (new_target != nullptr); in New() local
/third_party/node/deps/v8/src/execution/
Dframes.h390 bool is_constructor() const { return is_constructor_; } in is_constructor() function
419 bool is_constructor() const { return false; } in is_constructor() function
Dframes.cc1556 AbstractCode abstract_code, int code_offset, bool is_constructor, in JavaScriptFrameSummary()
1782 bool is_constructor = IsConstructor(); in FRAME_SUMMARY_DISPATCH() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs496 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable
Dcomp.rs107 pub fn is_constructor(&self) -> bool { in is_constructor() method
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array-gen.cc514 Label is_constructor(this), is_not_constructor(this), done(this); in ConstructArrayLike() local
545 Label is_constructor(this), is_not_constructor(this), done(this); in ConstructArrayLike() local
/third_party/mesa3d/src/compiler/glsl/
Dast.h322 bool is_constructor() const in is_constructor() function
/third_party/node/deps/v8/src/parsing/
Dparser.cc3213 bool is_constructor, in DeclarePublicClassMethod()
Dparser-base.h4742 bool is_constructor = !class_info.has_seen_constructor; in ParseClassLiteral() local
/third_party/libabigail/src/
Dabg-reader.cc2576 bool& is_constructor, in read_cdtor_const()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3449 Handle<String> function_name, bool is_constructor) { in NewStackFrameInfo()
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc2717 bool const is_constructor = first_receiver_map.is_constructor(); in ReduceFunctionPrototypeBind() local