Searched refs:isFuncExprNode (Results 1 – 3 of 3) sorted by relevance
360 ASSERT(funcExpr->isFuncExprNode()); in fromGlobalCode()
157 virtual bool isFuncExprNode() const { return false; } in isFuncExprNode() function1520 virtual bool isFuncExprNode() const { return true; } in isFuncExprNode() function
2208 (JSC::ExpressionNode::isFuncExprNode):2247 (JSC::FuncExprNode::isFuncExprNode):20189 (JSC::ExpressionNode::): Add isFuncExprNode for FunctionConstructor.20193 (JSC::FuncExprNode::): Add isFuncExprNode for FunctionConstructor