Searched defs:is_constructor (Results 1 – 14 of 14) sorted by relevance
| /third_party/node/deps/v8/src/ic/ |
| D | ic-stats.h | 38 bool is_constructor; member
|
| /third_party/libabigail/include/ |
| D | abg-ir.h | 4436 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/ |
| D | 6_object_wrap.cc | 44 bool is_constructor = (new_target != nullptr); in New() local
|
| /third_party/node/deps/v8/src/execution/ |
| D | frames.h | 390 bool is_constructor() const { return is_constructor_; } in is_constructor() function 419 bool is_constructor() const { return false; } in is_constructor() function
|
| D | frames.cc | 1556 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/ |
| D | function.rs | 496 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable
|
| D | comp.rs | 107 pub fn is_constructor(&self) -> bool { in is_constructor() method
|
| /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 545 Label is_constructor(this), is_not_constructor(this), done(this); in ConstructArrayLike() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ast.h | 322 bool is_constructor() const in is_constructor() function
|
| /third_party/node/deps/v8/src/parsing/ |
| D | parser.cc | 3213 bool is_constructor, in DeclarePublicClassMethod()
|
| D | parser-base.h | 4742 bool is_constructor = !class_info.has_seen_constructor; in ParseClassLiteral() local
|
| /third_party/libabigail/src/ |
| D | abg-reader.cc | 2576 bool& is_constructor, in read_cdtor_const()
|
| /third_party/node/deps/v8/src/heap/ |
| D | factory.cc | 3449 Handle<String> function_name, bool is_constructor) { in NewStackFrameInfo()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | js-call-reducer.cc | 2717 bool const is_constructor = first_receiver_map.is_constructor(); in ReduceFunctionPrototypeBind() local
|