/third_party/node/deps/v8/src/builtins/ |
D | promise-finally.tq | 72 // 5. Assert: IsConstructor(C) is true. 73 dcheck(IsConstructor(constructor)); 119 // 5. Assert: IsConstructor(C) is true. 120 dcheck(IsConstructor(constructor)); 188 // 4. Assert: IsConstructor(C) is true. 189 dcheck(IsConstructor(constructor));
|
D | array-from.tq | 51 // a. If IsConstructor(C) is true, then 142 // 9. If IsConstructor(C) is true, then
|
D | proxy-constructor.tq | 35 // b. If IsConstructor(target) is true, then
|
D | array-of.tq | 21 // 4. If IsConstructor(C) is true, then
|
D | typed-array-of.tq | 22 // 4. If IsConstructor(C) is false, throw a TypeError exception.
|
D | builtins-proxy-gen.cc | 35 GotoIf(IsConstructor(target), &constructor_target); in AllocateProxy() 201 CSA_DCHECK(this, IsConstructor(CAST(target))); in TF_BUILTIN()
|
D | builtins-callsite.cc | 148 return isolate->heap()->ToBoolean(frame->IsConstructor()); in BUILTIN()
|
D | function.tq | 73 IsConstructor(fn) ?
|
D | builtins-async-iterator-gen.cc | 164 CSA_DCHECK(this, IsConstructor(promise_fun)); in Generate_AsyncFromSyncIteratorMethod()
|
/third_party/node/deps/v8/tools/gcmole/ |
D | suspects.allowlist | 1 IsConstructor
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8stack_frame_ctocpp.h | 44 bool IsConstructor() override;
|
D | v8stack_frame_ctocpp.cc | 125 NO_SANITIZE("cfi-icall") bool CefV8StackFrameCToCpp::IsConstructor() { in IsConstructor() function in CefV8StackFrameCToCpp
|
/third_party/node/deps/v8/include/ |
D | v8-debug.h | 93 bool IsConstructor() const;
|
/third_party/node/deps/v8/src/objects/ |
D | call-site-info-inl.h | 31 BOOL_GETTER(CallSiteInfo, flags, IsConstructor, IsConstructorBit::kShift) in NEVER_READ_ONLY_SPACE_IMPL()
|
D | call-site-info.h | 35 inline bool IsConstructor() const;
|
D | js-function-inl.h | 185 return (has_prototype_slot(cage_base) && IsConstructor(cage_base)) || in DEF_GETTER()
|
D | js-objects.tq | 67 dcheck(IsConstructor(constructor));
|
D | call-site-info.cc | 62 return !IsToplevel() && !IsConstructor(); in IsMethodCall() 734 } else if (frame->IsConstructor()) { in SerializeJSStackFrame()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-frames.h | 35 bool IsConstructor() { return is_constructor_; } in IsConstructor() function
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8stack_frame_cpptoc.cc | 133 bool _retval = CefV8StackFrameCppToC::Get(self)->IsConstructor(); in v8stack_frame_is_constructor()
|
/third_party/node/deps/v8/src/execution/ |
D | frames.cc | 882 IsConstructor(), *parameters); in Summarize() 921 bool BuiltinExitFrame::IsConstructor() const { in IsConstructor() function in v8::internal::BuiltinExitFrame 962 if (IsConstructor()) accumulator->Add("new "); in Print() 1293 bool JavaScriptFrame::IsConstructor() const { in IsConstructor() function in v8::internal::JavaScriptFrame 1339 bool CommonFrameWithJSLinkage::IsConstructor() const { in IsConstructor() function in v8::internal::CommonFrameWithJSLinkage 1352 IsConstructor(), *params); in Summarize() 1427 if (frame->IsConstructor()) PrintF(file, "new "); in PrintTop() 1782 bool is_constructor = IsConstructor(); in FRAME_SUMMARY_DISPATCH() 1978 IsConstructor(), *params); in Summarize() 2293 if (IsConstructor()) accumulator->Add("new "); in Print()
|
D | frames.h | 569 virtual bool IsConstructor() const; 608 bool IsConstructor() const override; 770 bool IsConstructor() const;
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 131 CHECK(!IsConstructor(cage_base) || IsCallable(cage_base)); in ObjectVerify() 166 CHECK(!IsConstructor()); in SmiVerify() 869 CHECK_EQ(IsConstructor(), bound_target_function().IsConstructor()); in USE_TORQUE_VERIFIER() 1574 CHECK_EQ(target().IsConstructor(), map().is_constructor()); in JSProxyVerify() 1899 CHECK_IMPLIES(IsConstructor(), !IsWasm()); in CallSiteInfoVerify()
|
/third_party/cef/include/ |
D | cef_v8.h | 995 virtual bool IsConstructor() = 0;
|
/third_party/node/deps/v8/src/parsing/ |
D | preparser.h | 67 bool IsConstructor() const { return type_ == kConstructorIdentifier; } in IsConstructor() function 1314 V8_INLINE bool IsConstructor(const PreParserIdentifier& identifier) const { 1315 return identifier.IsConstructor();
|