Home
last modified time | relevance | path

Searched refs:IsConstructor (Results 1 – 25 of 58) sorted by relevance

123

/third_party/node/deps/v8/src/builtins/
Dpromise-finally.tq72 // 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));
Darray-from.tq51 // a. If IsConstructor(C) is true, then
142 // 9. If IsConstructor(C) is true, then
Dproxy-constructor.tq35 // b. If IsConstructor(target) is true, then
Darray-of.tq21 // 4. If IsConstructor(C) is true, then
Dtyped-array-of.tq22 // 4. If IsConstructor(C) is false, throw a TypeError exception.
Dbuiltins-proxy-gen.cc35 GotoIf(IsConstructor(target), &constructor_target); in AllocateProxy()
201 CSA_DCHECK(this, IsConstructor(CAST(target))); in TF_BUILTIN()
Dbuiltins-callsite.cc148 return isolate->heap()->ToBoolean(frame->IsConstructor()); in BUILTIN()
Dfunction.tq73 IsConstructor(fn) ?
Dbuiltins-async-iterator-gen.cc164 CSA_DCHECK(this, IsConstructor(promise_fun)); in Generate_AsyncFromSyncIteratorMethod()
/third_party/node/deps/v8/tools/gcmole/
Dsuspects.allowlist1 IsConstructor
/third_party/cef/libcef_dll/ctocpp/
Dv8stack_frame_ctocpp.h44 bool IsConstructor() override;
Dv8stack_frame_ctocpp.cc125 NO_SANITIZE("cfi-icall") bool CefV8StackFrameCToCpp::IsConstructor() { in IsConstructor() function in CefV8StackFrameCToCpp
/third_party/node/deps/v8/include/
Dv8-debug.h93 bool IsConstructor() const;
/third_party/node/deps/v8/src/objects/
Dcall-site-info-inl.h31 BOOL_GETTER(CallSiteInfo, flags, IsConstructor, IsConstructorBit::kShift) in NEVER_READ_ONLY_SPACE_IMPL()
Dcall-site-info.h35 inline bool IsConstructor() const;
Djs-function-inl.h185 return (has_prototype_slot(cage_base) && IsConstructor(cage_base)) || in DEF_GETTER()
Djs-objects.tq67 dcheck(IsConstructor(constructor));
Dcall-site-info.cc62 return !IsToplevel() && !IsConstructor(); in IsMethodCall()
734 } else if (frame->IsConstructor()) { in SerializeJSStackFrame()
/third_party/node/deps/v8/src/debug/
Ddebug-frames.h35 bool IsConstructor() { return is_constructor_; } in IsConstructor() function
/third_party/cef/libcef_dll/cpptoc/
Dv8stack_frame_cpptoc.cc133 bool _retval = CefV8StackFrameCppToC::Get(self)->IsConstructor(); in v8stack_frame_is_constructor()
/third_party/node/deps/v8/src/execution/
Dframes.cc882 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()
Dframes.h569 virtual bool IsConstructor() const;
608 bool IsConstructor() const override;
770 bool IsConstructor() const;
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc131 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/
Dcef_v8.h995 virtual bool IsConstructor() = 0;
/third_party/node/deps/v8/src/parsing/
Dpreparser.h67 bool IsConstructor() const { return type_ == kConstructorIdentifier; } in IsConstructor() function
1314 V8_INLINE bool IsConstructor(const PreParserIdentifier& identifier) const {
1315 return identifier.IsConstructor();

123