Home | History | Annotate | Download | only in builtins

Lines Matching refs:Construct

77   /* Construct */                                                             \
78 /* ES6 section 9.2.2 [[Construct]] ( argumentsList, newTarget) */ \
80 /* ES6 section 9.4.1.2 [[Construct]] (argumentsList, newTarget) */ \
83 /* ES6 section 9.5.14 [[Construct]] ( argumentsList, newTarget) */ \
85 /* ES6 section 7.3.13 Construct (F, [argumentsList], [newTarget]) */ \
86 ASM(Construct) \
486 /* ES6 section 20.1.1.1 Number ( [ value ] ) for the [[Construct]] case */ \