Searched refs:IsConstructCall (Results 1 – 25 of 27) sorted by relevance
12
51 if (!args.IsConstructCall()) in constructorCallback()
45 if (!args.IsConstructCall()) in constructorCallback()
47 if (!args.IsConstructCall()) in constructorCallback()
53 if (!args.IsConstructCall()) in constructorCallback()
50 if (!args.IsConstructCall()) in constructorCallback()
52 if (!args.IsConstructCall()) in constructorCallback()
53 if (!args.IsConstructCall()) in v8HTMLAudioElementConstructorCallback()
54 if (!args.IsConstructCall()) in constructorCallback()
53 if (!args.IsConstructCall()) in v8HTMLImageElementConstructorCallback()
53 if (!args.IsConstructCall()) in v8HTMLOptionElementConstructorCallback()
41 if (!args.IsConstructCall()) in constructorCallback()
82 if (!args.IsConstructCall()) in constructWebGLArray()
355 if (!args.IsConstructCall()) in constructDOMObject()370 if (!args.IsConstructCall()) in constructDOMObjectWithScriptExecutionContext()
155 if (args.IsConstructCall()) in npObjectInvokeDefaultHandler()
72 F(IsConstructCall, 0, 1) \470 F(IsConstructCall, 0, 1) \
245 static inline bool IsConstructCall(Mode mode) { in IsConstructCall() function
172 RelocInfo::IsConstructCall(rmode())) { in Next()436 ASSERT(RelocInfo::IsConstructCall(rmode()) || code->is_inline_cache_stub() in PrepareStepIn()1379 } else if (!(is_inline_cache_stub || RelocInfo::IsConstructCall(it.rmode()) || in PrepareStep()1544 if (RelocInfo::IsConstructCall(mode)) { in FindDebugBreak()
165 V(IsConstructCall) \1902 DECLARE_CONCRETE_INSTRUCTION(IsConstructCall, "is-construct-call")1903 DECLARE_HYDROGEN_ACCESSOR(IsConstructCall)
165 V(IsConstructCall) \1879 DECLARE_CONCRETE_INSTRUCTION(IsConstructCall, "is-construct-call")1880 DECLARE_HYDROGEN_ACCESSOR(IsConstructCall)
115 V(IsConstructCall) \789 DECLARE_CONCRETE_INSTRUCTION(IsConstructCall, "is-construct-call")790 DECLARE_HYDROGEN_ACCESSOR(IsConstructCall)
1817 inline bool IsConstructCall() const;3755 bool Arguments::IsConstructCall() const {