Lines Matching refs:errors
232 processImport(node, pagesDir, transformLog.errors);
237 node = processComponentClass(node, context, transformLog.errors, program);
244 if (hasDecorator(node, COMPONENT_EXTEND_DECORATOR, null, transformLog.errors)) {
245 node = processExtend(node, transformLog.errors, COMPONENT_EXTEND_DECORATOR);
255 processComponentBlock(node.body, false, transformLog.errors, false, true,
258 node = processBuildMember(node, context, transformLog.errors, true);
263 transformLog.errors.push({
272 … } else if (hasDecorator(node, COMPONENT_ANIMATABLE_EXTEND_DECORATOR, null, transformLog.errors)) {
273 node = processExtend(node, transformLog.errors, COMPONENT_ANIMATABLE_EXTEND_DECORATOR);
282 node = createCustomDialogController(node.parent, node, transformLog.errors);
488 transformLog.errors.push({
505 transformLog.errors.push({
560 return validateResourceData(resourceData, resources, pos, transformLog.errors, false);
846 transformLog.errors.push({
913 transformLog.errors.push({