Searched defs:isGenerator (Results 1 – 3 of 3) sorted by relevance
722 const isGenerator = funcExpr.asteriskToken !== undefined; constant
843 const isGenerator = funcExpr.asteriskToken !== undefined; constant
578 Label isGenerator(env); in InitializeJSFunction() local