Home
last modified time | relevance | path

Searched refs:if_new_target_not_constructor (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-call-gen.cc101 if_new_target_not_constructor(this, Label::kDeferred); in CallOrConstructWithArrayLike() local
102 GotoIf(TaggedIsSmi(new_target), &if_new_target_not_constructor); in CallOrConstructWithArrayLike()
104 &if_new_target_not_constructor); in CallOrConstructWithArrayLike()
105 BIND(&if_new_target_not_constructor); in CallOrConstructWithArrayLike()